@charset "Shift_JIS";

/*-----------------------------------------------------
 レイアウトは、「書籍一覧：ジャンル別」読み込み
------------------------------------------------------*/

@import "genre.css";

/*-----------------------------------------------------
 新刊のご案内
------------------------------------------------------*/


/*rightblock ------------------------------------------*/
.rightblock h2 {
	background: url(../lists/images/nt_shinkan.gif) left center no-repeat;
	width: 556px;
	height: 14px;
	border-bottom: 3px solid #305f8a;
	text-indent: -9999px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 0;
}



/*details ------------------------------------------*/
.details {
	width: 556px;
	overflow: hidden;
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #cccccc;
	}

.details .ph {
	float: left;
	width: 100px;
}

.details .inner {
	float: right;
	width: 436px;
}

.details p.mark {
	margin: 6px 0;
}

.details p.page {
	float: right;
	width: 80px;
	background: url(../images/y_blue.gif) left center no-repeat;
	margin-top: 10px;
	padding-left: 14px;
}

