@charset "utf-8";
#main .all_book {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#main .book {
	float: left;
	width: 120px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #D7E6F0;
	text-align: center;
	padding: 5px;
	height: 210px;
}
#main .book .book_img {
	height: 160px;
}
#main .book .book_title {
	height: 50px;
	font-size: 14px;
	line-height: 1.5em;
}

/*ボックス表示対策*/
#main .all_book {
    overflow: hidden;
}

#main .all_book:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #main .all_book {
    height: 1em;
    overflow: visible;
}
/**/
/*ボックス表示対策ここまで*/
