@charset "utf-8";

.basic-shop-item-gallery { overflow:hidden; line-height:20px; }
.basic-shop-item-gallery .txt-normal { letter-spacing:0; }
.basic-shop-item-gallery .txt-short { letter-spacing:-1px; padding-right:1px; }
.basic-shop-item-gallery .item-none { padding:50px 10px; text-align:center; color:#888; }
.basic-shop-item-gallery .item-row { float:left; }
.basic-shop-item-gallery .item-image { position:relative; overflow:hidden; }
.basic-shop-item-gallery .item-content { padding-top:10px; margin:0px 4px; text-align:center; }
.basic-shop-item-gallery .item-star { text-align:center; overflow:hidden; letter-spacing:-1px; font-size:18px; line-height:20px; height:20px; margin-bottom:4px; }
.basic-shop-item-gallery .item-name { overflow:hidden; letter-spacing:-1px; padding-right:1px; text-align:center; font-size:14px; }
.basic-shop-item-gallery .item-text { font-size:12px; color:#888; }
.basic-shop-item-gallery .item-price { margin-top:4px; line-height:22px; }
.basic-shop-item-gallery .item-price b { font-size:16px; display:inline-block; margin:0px 4px; }
.basic-shop-item-gallery .item-price b i { font-size:12px; }
.basic-shop-item-gallery .item-price strike { color:#888; margin:0px 4px; font-size:14px; display:inline-block; }
.basic-shop-item-gallery .item-details { color:#888; min-height:22px; margin-top:4px; padding:0px 1px; font-size:13px; text-align:center; }
.basic-shop-item-gallery .item-sp { margin:0px 4px; white-space:nowrap; }
.basic-shop-item-gallery .item-sp i { margin-right:2px; color:#888; }
.basic-shop-item-gallery .item-sns { margin-top:15px; text-align:center; }
.basic-shop-item-gallery .item-sns img { width:15%; max-width:34px; border-radius:50%; }

.basic-shop-item-gallery .item-content2 { overflow:hidden; padding:10px 15px 0px; }
.basic-shop-item-gallery .item-content2 strong { font-size:14px; letter-spacing:-1px; padding-right:1px; color:#595959; }
.basic-shop-item-gallery .item-content2 .item-desc { font-size:12px; color:#888; margin-top:4px; }

.it_1 { text-align:left; font-size:13px;  padding: 2px 2px 2px 2px; line-height:17px;   background:#fafafa; color:#595959}
.it_2 { text-align:left; font-size:13px;  padding: 2px 2px 2px 2px;  line-height:15px;   background:#fafafa; }
.it_3 { text-align:left; font-size:13px;  padding: 2px 2px 2px 2px; line-height:15px;   background:#fafafa; text-decoration: none;}


@media all and (max-width:767px) {
	.responsive .list-control .pull-left,
	.responsive .list-page .pull-left { float:none !important; margin-bottom:10px; }
	.responsive .list-control .pull-right,
	.responsive .list-page .pull-right { float:none !important; }


}

@media (max-width:480px) { 
	.responsive .shop-list.xs-2 .item-price .font-18 { font-size: 15px; }
	.responsive .shop-list.xs-2 .item-info { font-size: 13px; }
	/* 240104 Add */
	.responsive #item_list .bg-white {display:flex; justify-content:flex-start; align-items:stretch; gap:0px;}
	.item-image {width:120px; flex:0 0 auto;}
	.is-item-content {display:block; width:calc(100% - 120px);}
	.shop-list .item-info {display:block;}
	#item_list .item-content {height:auto !important; padding:15px; }
	.it_1 { text-align:left; font-size:11px;  padding-right:5px; line-height:15px;  solid #eee; background:#fafafa; color:#595959}
	.it_2 { text-align:left; font-size:11px;  padding-right:5px; line-height:15px;  solid #eee; background:#fafafa; }
	.it_3 { text-align:left; font-size:11px;  padding-right:5px; line-height:15px;  solid #eee; background:#fafafa; text-decoration: none;}

}
.item-info b {
    background: #666;
    color: #fff;
    padding: 2px 4px 2px 4px;
    border-radius: 5px;
    font-size: 12px;
}
.coNum {
    margin-bottom: 5px;
    width: 100%;
}
.clearfix {
    display: block;
}
.coNum ul {
    width: 100%;
	list-style: none;
}
.coNum ul li {
    float: left;
    position: relative;
}
.coNum a {
    margin: 0 2px;
    border: 1px solid #ddd;
    margin-top: 4px;
    padding: 5px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}
.btn_red {
    background: #d80000;
    color: #fff !important;
    font-weight: bold;
    border: 1px solid #d80000 !important;
}
.coNum span.new {
    width: 17px;
    height: 17px;
    background: url(/images/new.png) no-repeat 0 0;
    position: absolute;
    top: -6px;
    right: 0;
    display: block;
}
