/* ---------------------------
   layout
----------------------------*/
#booksPage #header-btn {
	margin-right:0;
	padding-right:10px;
}
#booksPage #content {
	margin:0 auto;
	width:950px;
	color:#333;
	background:url(/pc/static/news/1408/mizumorieren/images/bg.png) top left no-repeat;
}
#booksPage #content-inner {
	padding:0;
}

/* ---------------------------
   text-layout
----------------------------*/
#booksPage #content h1,
#booksPage #content h1 a {
	margin:0;
	padding:0 10px 0;
	font:bold 18px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color:#000;
	line-height:1.5em;
	border:none;
}
#booksPage #content h1 .author,
#booksPage #content h1 .author a {
	font:bold 14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
#booksPage #content h2 {
	margin:0;
	padding:12px 10px 0;
	font:bold 13px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color:#27658b;
}
#booksPage #content h3 {
	margin:0;
	padding:0 0 0 15px;
}
#bookCatch{
	padding:20px 40px 0 0;
}

/* ---------------------------
   booksDetail-layout
----------------------------*/
#booksPage #books {
	margin:390px 0 0 0;
	padding:50px 32px;
	width:866px;
}
#booksDetail {
	float:left;
	padding:28px 0;
	width:228px;
	text-align:center;
	background-color:#fff;
	border:1px solid #dfdfdf;
	border-radius:5px;
	box-shadow:2px 2px 3px 1px rgba(0,0,0,0.2);
	behavior:url(/frontend/pc/js/ie-css3.htc);
	position:relative; /* background対策 */
	zoom:1; /* background対策 */
	z-index:100; /* background対策 */
}
.btnLink li:first-child{
	margin-top:8px;
}
.btnLink li a{
	display:inline-block;
	width:136px;
	height:27px;
}

/* ---------------------------
   story/comment layout
----------------------------*/
.story{
	float: right;
	margin-top: 20px;
	width: 360px;
	text-align: left;
}
.comment{
	float: left;
	margin-top: 100px;
	margin-left: 50px;
	width: 586px;
}
.story dt,
.comment dt{
	margin-bottom:20px;	
}
.story dd,
.comment dd{
	color:#333 !important;
	line-height:2em;
}
.drama{
	font:bold 22px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color:#000;
}

/* ---------------------------
   interview
----------------------------*/
#interview{
	margin-top:40px;
	background:url(/pc/static/news/1408/mizumorieren/images/qa_bg.gif) top left no-repeat;
}
#interview h3{
	margin:0;
	padding:0;
}
#booksPage #content #interview h3 img{
	float:right;
	padding:40px 0;
}
#interview dl{
	padding:0 60px;
}
#interview dt{
	padding:10px 0 10px 65px;
	font:bold 18px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color:#000;
	background:url(/pc/static/news/1408/mizumorieren/images/qa_ico1.gif) center left no-repeat;
}
#interview dd{
	margin:20px 0;
	padding:10px 0 20px 65px;
	line-height:2em;
	background:url(/pc/static/news/1408/mizumorieren/images/qa_ico2.gif) top left no-repeat;
}
	