/* 一覧商品 */
#product-list .product-list__link img{
	width:100%;
	height:195px;
	object-fit: cover;
}
#product-list .product-list__price{
	color: #B12704;
	text-align:center;
	font-weight:bold;
}
#product-list .product-list__price-soldout{
	color: #B12704;
	text-align:center;
	font-weight:bold;
}
#product-list .product-list__unit a:link,
#product-list .product-list__unit a:visited {
    color: #010101 !important;
    font-weight: bold;
    font-size: 0.85714em;
    text-align: center;
    line-height: 1.6;
}
#product-list .product-list__expl {
    color: #333;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.8;
}
@media screen and (max-width: 1200px) {
#product-list .product-list__link img{
	height:150px;
}
}
@media screen and (max-width: 980px) {
#product-list .product-list__link img{
	height:200px;
}
}
@media screen and (max-width: 760px) {
#product-list .product-list__link img{
	height:100px;
}
}





/* ピックアップ商品 */
#contents-accent .product-list__link img{
	width:100%;
	height:195px;
	object-fit: cover;
}
#contents-accent .product-list__price{
	color: #B12704;
	text-align:center;
	font-weight:bold;
}
@media screen and (max-width: 1200px) {
#contents-accent .product-list__link img{
	height:150px;
}
}
@media screen and (max-width: 980px) {
#contents-accent .product-list__link img{
	height:200px;
}
#contents-accent .more__btn{
    color: #4D646F;
    border: 0px solid #000;
    border-radius: 5px;
    background-color: #EFF2F3;
	border-bottom: solid 2px #DFE5E8;

}
#contents-accent .more__btn:active{
    color: #4D646F;
    border: 0px solid #000;
    border-radius: 5px;
    background-color: #CFD8DC;
	border-bottom: solid 0px #DFE5E8;
	border-top: solid 1px #DFE5E8;

}
}
@media screen and (max-width: 760px) {
#contents-accent .product-list__link img{
	height:100px;
}
.rank__box {
    position: absolute;
    top: 0px;
    left: 2px;
  }
}








/* ランキング */
.seller-section-sub .product-list__link img{
	width:100%;
	height:195px;
	object-fit: cover;
}
.seller-section-sub .product-list__price{
	color: #B12704;
	text-align:center;
	font-weight:bold;
}
@media screen and (max-width: 1200px) {
.seller-section-sub .product-list__link img{
	height:150px;
}
}
@media screen and (max-width: 980px) {
.seller-section-sub .product-list__link img{
	height:200px;
}
.seller-section-sub .more__btn{
    color: #4D646F;
    border: 0px solid #000;
    border-radius: 5px;
    background-color: #EFF2F3;
	border-bottom: solid 2px #DFE5E8;

}
.seller-section-sub .more__btn:active{
    color: #4D646F;
    border: 0px solid #000;
    border-radius: 5px;
    background-color: #CFD8DC;
	border-bottom: solid 0px #DFE5E8;
	border-top: solid 1px #DFE5E8;

}
}
@media screen and (max-width: 760px) {
.seller-section-sub .product-list__link img{
	height:100px;
}
.rank__box {
    position: absolute;
    top: 0px;
    left: 2px;
  }
}


/*　最近チェックした商品　 */
.history__section .contents__title-h2 {
    font-size: 22px;
	text-align:left;
}
.history__section .product-list__link img{
	width:100%;
	height:195px;
	object-fit: cover;
}
.history__section .product-list__price{
	color: #B12704;
    text-align: center;
    font-weight: bold;
}
@media screen and (max-width: 1200px) {
.history__section .product-list__link img{
	height:150px;
}
}
@media screen and (max-width: 980px) {

.history__section .product-list__link img{
	height:200px;
}
.history__section .more__btn{
    color: #4D646F;
    border: 0px solid #000;
    border-radius: 5px;
    background-color: #EFF2F3;
	border-bottom: solid 2px #DFE5E8;

}
.history__section .more__btn:active{
    color: #4D646F;
    border: 0px solid #000;
    border-radius: 5px;
    background-color: #CFD8DC;
	border-bottom: solid 0px #DFE5E8;
	border-top: solid 1px #DFE5E8;

}
}
@media screen and (max-width: 760px) {
.history__section .contents__title-h2 {
    font-size: 18px;
	text-align:left;
}
.history__section .product-list__link img{
	height:105px;
}
}



