@charset "UTF-8";
/* CSS Document */

.book_list{
	margin-bottom:20px;
	display:flex;
	flex-wrap:wrap;
}
.book_list li{
	width:152px;
	height:auto;
	overflow:hidden;
	padding:10px 9px;
	margin:0 20px 20px 0;
	font-size:14px;
	line-height:18px;
	vertical-align:top;
	text-align:center;
	border:solid 1px #a2a2a2;
}
.book_list li:nth-child(5n){
	margin-right:0;
}
.comics_cover{
	width:150px;
	height:213px;
	position:relative;
	margin-bottom:8px;
	border:solid 1px #D1D1D1;
	background:url(../img/common/nowprinting.gif) no-repeat 0 0;
	background-size:100% auto;
}
.comics_cover img{
	width:150px;
	height:auto;
}
.comics_cover a{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.comics_cover a:hover{
	background-color:rgba(255,255,255,.2)
}
.comics_cover a span{
	width:90px;
	position:absolute;
	right:0;
	bottom:0;
	line-height:28px;
	color:#fff;
	background-color:#e32020;
}
.comics_cover a:hover span{
	background-color:#e75b5b;
}
.comics_title{
	font-weight:bold;
	margin-bottom:5px;
}
.comics_title .small{
	font-size:11px;
}
.comics_number{
	font-weight:bold;
}



/*-----------------------------------------------------	*/
/*  for - 639px  */
/*-----------------------------------------------------	*/
@media screen and (max-width: 640px){
	
.book_list{
	margin-bottom:0;
}
.book_list li{
	width:calc(33% - 20px);
	padding:6px 4px;
	margin:0 5px 10px 5px;
	font-size:13px;
	line-height:16px;
}
.book_list li:nth-child(5n){
	margin-right:5px;
}


.comics_cover{
	width:calc(100% - 2px);
	height:0;
	padding-top:140%;
	margin-bottom:5px;
}
.comics_cover img{
	width:100%;
	height:auto;
	position:absolute;
	left:0;
	top:0;
}
.comics_cover a span{
	width:75%;
	font-size:13px;
	line-height:26px;
}
.comics_title{
	font-size:12px;
	margin-bottom:3px;
}
.comics_title .small{
	font-size:10px;
	line-height:1;
}
.comics_number{
	font-size:12px;
}


}