@charset "UTF-8";

/* ******************************************
 コンテンツ大枠　定義
****************************************** */

.new {
	width: 803px;
	margin-top: 30px;
	padding-bottom: 30px;
	color: #565656;
}


/* ******************************************
 ラップ
****************************************** */

.wrapper {
	width: 753px;
	margin: 0px auto;
}


/* ******************************************
 コンテンツ　定義
****************************************** */

/*□□ メインタイトル □□*/
.main-title {
	margin-bottom: 25px;
}


/*□□ 追従スクロール用 大枠 □□*/
#container {
	position: relative;
}


/*□□ メインコンテンツ □□*/
.main {
	width: 533px;
	min-height: 500px;
}
*html .main {
	height: 500px;
}


/*□□ インフォメーションブロック □□*/

/* 新刊情報大枠 */
.info-wrap {
	width: 533px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(../images/bg_002.gif) bottom repeat-x;
}

/* 本表紙 左枠 */
.book-Lt {
	float: left;
	width: 123px;
	padding-bottom: 3px;
}

.book-Lt img {
	border: 1px solid #acacac;
	margin-bottom: 15px;
}


/* 詳細テキスト 右枠 */
.book-Rt {
	float: right;
	width: 395px;
}

.book-title {
	padding-bottom: 13px;
	margin-bottom: 10px;
	background: url(../images/bg_001.gif) bottom no-repeat;
}

.book-title h4 {
	font-size: 90%;
	font-weight: bold;
	color: #784701;
	line-height: 1.2em;
}

.book-title h4 span{
	font-size: 90%;
	font-weight: bold;
	color: #784701;
}

.book-Rt ul {
	margin-bottom: 15px;
	
}

.book-Rt li {
	font-size: 80%;
	line-height: 1.2em;
}

.book-Rt p {
	font-size: 80%;
	margin-bottom: 15px;
	line-height: 1.2em;
}

.recommend {
	width: 395px;
	padding: 10px 0px;
	background: #ededed;
}

.recommend p {
	display: inline;
	float: left;
	width: 60px;
	margin-left: 10px;
	font-weight: bold;
	color: #b72037;
}

.recommend ul {
	float: left;
	margin-bottom: 0px;
	width: 315px;
}

.recommend li {
	padding-left: 8px;
	background: url(../images/bg_003.gif) left 0.4em no-repeat;
	font-size: 70%;
	line-height: 1.5em;
}


