@charset "utf-8";

/* List */
.list-item .tack-check { right: 10px; bottom: 10px; z-index: 1; position: absolute;	font-weight:normal; }
.list-item .tack-check-left { left: 10px; bottom: 10px; z-index: 1; position: absolute;	font-weight:normal; }
.list-item h2 { display:block; font-size:13px; font-weight:700; margin:15px 0 5px;}
.list-item h2:hover a{ color:#333; }
.list-item .list-img { position:relative; overflow:hidden; }
.list-item .list-img img { width:100%; height:auto; }
.list-item .list-date { position:absolute; bottom:10px; padding:0px 10px; font-size:12px; line-height:23px; }
.list-item .list-date.left { left:0px; }
.list-item .list-date.right { right:0px; }
.list-item .list-details { padding:0 3%; }
.list-item .list-details .member, .list-item .list-details .guest { color:#787878 !important; }
.list-row.clearfix { float:none !important; padding:0 !important; margin:0 !important; width:100% !important }


.gallery_content{ font-size:12px; color:#666; margin-bottom:10px;  height:20px; overflow:hidden; }
.gallery_content *{ font-size:12px !important; color:#666 !important;  font-weight:500 !important;}
.gallery_date{ display:block; font-size:12px; color:#666; }

/* Responsive */
@media all and (max-width:767px) {
	.responsive .list-row { width:50% !important }
}
@media all and (max-width:420px) {
	.responsive .list-row { width:100% !important }
}

.list-container{ display:flex; flex-wrap:wrap; }
.list-row{ margin-bottom:20px; }
.list-item{ height:100%;  position:relative;}
.list-item > span{ position:absolute; top:10px; left:10px; }
.list-item > a{ display:block; border:1px solid #ddd; padding:30px; height:100%;    }
.list-item .text_box .ing_box span{ display:inline-block; height:20px; line-height:20px; padding:0 10px; color:#fff; font-size:11px; background:#999; }
.list-item .text_box .ing_box span.on{ background:#0baa4b; }
.list-item .text_box .ing_box b{ display:block; font-size:12px; color:#777; margin-top:5px; }
.list-item .text_box strong{ display:block; font-size:16px; color:#333; line-height:160%;  }
.list-item .text_box strong:after{ content:""; display:block; width:30px; height:3px; background:#0baa4b; margin:15px 0;  }
.list-item .text_box > div{ font-size:14px; color:#333; }