@charset "utf-8";

/* List */
.list-item .tack-check { left: 10px; bottom: 5px; z-index: 1; position: absolute;	font-weight:normal; }
.list-item .tack-check-left { left: 10px; bottom: 5px; z-index: 1; position: absolute;	font-weight:normal; }
.list-item h1 { display:block; font-size:0px; ;line-height:16px; margin:1px 0px; text-align:center; }
.list-item h2 { display:block; font-size:16px; line-height:22px; margin:10px 5px; text-align:center; }
.list-item .list-img { position:relative; overflow:hidden; margin: 10px 0px;}
.list-item .list-img img { width:auto; height:100%; margin:auto; display:block;}
.list-item .list-date { position:absolute; bottom:5px; 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 { display:block; padding:0 2%; font-size:12px; position:relative; color:#000; text-shadow:#fff 1px 1px 1px; white-space:nowrap; }
.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 }
.list-wrap .list-row{max-width:460px;}

/* Responsive */
@media all and (max-width:767px) {
	.responsive .list-row { width:50% !important }
}
@media all and (max-width:420px) {
	.responsive .list-row { width:50% !important }
}
