@charset "UTF-8";

/*=====================================================================
//  書籍css
//=====================================================================*/
#main h3{
	width:718px;
	height:120px;
	text-indent:-9999px;
	background:url(/image/book/ttl.jpg) no-repeat;
	border-bottom:2px solid #0b2c0d;
}
#main .cnts_box{
	width:688px;
	padding:15px;
	background:#f5eed4;
}

#main .cnts_box .inner_box{
	width:688px;
	background:url(/image/common/line_cnts.gif) no-repeat left bottom;
	margin-top:25px;
	padding-bottom:25px;
}
#main .cnts_box .inner_box .box{
	width:330px;
}
#main .cnts_box .inner_box .box img{
	float:left;
	width:100px;
	border:1px solid #333;
}
#main .cnts_box .inner_box .box .txt_box{
	float:right;
	width:215px;
}
#main .cnts_box .inner_box .box .txt_box h4{
	font-size:16px;
	line-height:130%;
	margin-bottom:10px;
}
#main .cnts_box .inner_box .box .txt_box h4 a{
	color:#360;
}
#main .cnts_box .inner_box .box .txt_box a{
	color:#360;
}
#main .cnts_box .inner_box p{
	margin-bottom:10px;
}
/*=====================================================================
//  検索
//=====================================================================*/
.cnts_box .detail_search_box{
	width:688px;
	background:#cfd3aa;
	margin-bottom:10px;
}
.submit_btn{
	margin:3px 0 0;
}
.stock_select select{
	width:75px;
}
.genre_select select{
	width:160px;
}
.release_y_select select{
	width:80px;
}
.release_m_select select{
	width:65px;
}
.cnts_box .detail_search_box .name{
	width:65px;
	color:#f5eed4;
	padding: 10px 0 10px 15px;
	background:#360;
	float:left;
}
.cnts_box .detail_search_box .name_s{
	width:65px;
	color:#f5eed4;
	padding: 33px 0 10px 15px;
	background:#360;
	float:left;
}
.inr{
	width:530px;
	padding: 10px 0 10px 15px;
	float:left;
	background:url(/image/search/searh_obj.jpg) no-repeat left center;
}
.inr li{
	display:inline;
	padding:0 10px 0 15px;
	background:url(/image/search/search_box_icon.jpg) no-repeat 0 2px;
}
.inr li a{
	color:#000;
}
.inr li a:hover{
	color:#360;
}
#selection{
	padding:5px 15px 5px 0;
	float:left;
}
#select_name{
	padding:5px 5px 5px 0;
	float:left;
}
.pager{
	float:left;
	margin-top:20px;
}
.btn{
	float:right;
	margin-top:20px;
}
.btn img{
	padding:0 5px;
}
