@charset "utf-8";
/* ---------------------------
   layout
----------------------------*/
#booksPage #header-btn {
	margin-right:0;
	padding-right:10px;
}
#booksPage #content {
	margin:0 auto;
	width:950px;
	color:#333;
}
#booksPage #content-inner{
	margin:0;
	padding:5px 0;
}
#booksPage #content .L{
	float:left;
	margin-left:35px;
}
#booksPage #content .R{
	float:left;
	width:622px;
	margin-left:28px;
	margin-right:35px;
}
#booksPage #content .R dd{
	color:#333;
	line-height:1.8em;
}

/* ---------------------------
   text-layout
----------------------------*/
#booksPage #content h1{
	padding:0 10px;
}
#booksPage #content h1,
#booksPage #content h1 a {
	margin:0;
	padding-bottom:5px;
	font:bold 18px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color:#000;
	line-height:1.3em;
	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 0 0;
	font:bold 20px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color:#f144a0;
}
#booksPage #content h3 {
	margin:0;
	padding:5px 0;
	font:bold 13px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color:#f144a0;
}
#booksPage #content h1 .small {
	font-size:65%;
	font-weight:normal;
}

/* ---------------------------
   booksDetail-layout
----------------------------*/
#booksPage #books {
	margin:20px 0 0;
	padding:0;
	width:100%;
}
#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 {
	margin-top:8px;
}

/* ---------------------------
   story/comment layout
----------------------------*/
.comment {
	margin-top:20px;
	padding:18px;
	background:url(/pc/static/news/1401/ikeuchihiromi/images/bg_comment.png) top left repeat;
}
.comment dt {
	margin-bottom:15px;
	font:bold 16px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color:#000;
}
/* ---------------------------
   comic-layout 
---------------------------- */
.comic{
	margin:20px 0;
}
.comic .L{
	margin:0 !important;
	width:271px;
}
.comic .R{
	margin:19px 0 0 !important;
	width:351px !important;
	height:242px;
	background:url(/pc/static/news/1401/ikeuchihiromi/images/bg_read.png) top left no-repeat;
}
.comic dl{
	text-indent:-9999px;
}
.comic .L p{
	margin-top:-25px;
}
.comic .R p{
	padding-top: 100px;
}

/* ---------------------------
   profile-layout
----------------------------*/
.profile dt {
	margin-bottom:15px;
	font:bold 21px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color:#000;
	line-height:1.5em;
}
.profile dd.photo {
	float:left;
	padding:0 30px 0 15px;
}
.profile dd.iconLink {
	margin-left:228px;
	margin-top:20px;
	padding-left:20px;
	background:url(/pc/static/news/1401/ikeuchihiromi/images/li.gif) 0 3px no-repeat;
}
	