@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:18px; line-height:22px; margin:15px 5px; text-align:center; }
.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 }

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



.list-item .img-wrap .img-item img {transition: transform.9s;}

.list-item .img-wrap .img-item img:hover {transform:scale(1.05); transition: transform.9s;}


.lb-data .lb-close {float: none;	margin: 0 auto;}


.gallery_design_frame {padding:0;}
.gallery_design_box {display:table; width: 100%;}
.gallery_design_in {display:table-cell; width: 30%;}
.gallery_design_sp {display:table-cell; width: 5%;}
.gallery_design_btn {text-align: center; margin: 0 auto; border: 1px solid #ee3612; background:#ee3612; padding:7px 3px; color: #fff; transition-duration: 500ms; font-weight:bold; border-radius:3px;}
.gallery_design_btn:hover {border: 1px solid #ee3612; background:#fff; color: #ee3612; transition-duration: 500ms;}
