@charset "utf-8";

.search-box { border:1px solid #ddd; background:#fafafa; padding:20px 15px 3px; margin-bottom:15px; }
.label-sp { margin-right:10px; }
@media all and (max-width:767px) {
	.responsive .search-btn { margin-top:15px }
}

/* Nav */
.list-nav { line-height:22px; margin-bottom:15px; }
.list-nav .page-nav { margin-top:10px; }
@media all and (max-width:460px) {
	.responsive .list-nav .page-nav { display:none; }
}

/* List */
.list-wrap { width:100%; position:relative;}
.list-none { margin:0px 0px 15px; padding:80px 0px; }
.list-page { margin:30px 0px; }

.list-wrap .list-container { overflow:hidden; }
.list-wrap .list-row { float:left; overflow:hidden; }

.list-item .list-box { position:relative; border:1px solid #ddd; background:#fff; }
.list-item .list-front { position:relative; }
.list-item .list-box:hover,
.list-item .list-box.active { border:3px solid orangered; overflow:hidden; }
.list-item .list-box:hover .list-front,
.list-item .list-box.active .list-front { margin:-2px; overflow:hidden; }

.list-item .label-tack { padding-left:0px; line-height:12px; }
.list-item .label-dc { color:orangered; text-align:right; font-weight:bold; font-style:italic; width:100%; margin:0px; padding:0px 10px; line-height:40px; height:40px; margin-top:-44px; font-size:32px; letter-spacing:-1px; position:relative; text-shadow: 0px 2px 1px rgba(0,0,0,0.7); }
.list-item .label-dc-cur { color:orangered; text-align:right; font-weight:bold; font-style:italic; width:100%; margin:0px; padding:0px 10px; line-height:35px; height:75px; margin-top:-75px; font-size:32px; letter-spacing:-1px; position:relative; text-shadow: 0px 2px 1px rgba(0,0,0,0.7); }
.list-item .label-dc-cur strike { color:#fff; line-height:20px; height:20px; font-size:20px; }
.list-item .list-img { position:relative; overflow:hidden; }
.list-item .list-img a img { width:100%; height:auto; }
.list-item .list-content { margin:12px 12px 8px; }
.list-item .list-star { font-size:22px; line-height:22px; margin-bottom:10px; }
.list-item strong { display:block; font-size:14px; line-height:20px; margin-bottom:4px; text-align:center; letter-spacing:-1px; }
.list-item .list-desc { letter-spacing:-1px; }
.list-item .list-details { margin-top:8px; }
.list-item .list-details i { margin-right:2px; }
.list-item .list-info { border-top:1px solid #ddd; padding:7px 12px; line-height:18px; }
.list-item .list-info i { margin-left:10px; margin-right:2px; }
.list-item .list-info i:first-child { margin-left:0px; }

.list-item .list-sns { display:none; position:absolute; top:0; left:0; width:100%; height:100%; z-index:10; background:rgba(0,0,0,0.7); }
.list-item .list-sns-icon { position:absolute; top:50%; left:0; width:100%; margin-top:-17px; z-index:11; }
.list-item .list-sns-close { position:absolute; top:0; left:0; width:100%; height:100%; }
