/* --------------------------------
   layout
---------------------------------*/
#header-btn {
	margin-right:0;
	padding-right:10px;
}
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
#content-inner{
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color:#4c331f;
	background:url(../images/img_text1.png) top right no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, #content-inner {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color:#4c331f;
	background:url(../images/img_text1.png) top right no-repeat;
  }
}
#maincol {
	margin-top:35px;
}
h3 {
	padding:0 0 0 30px;
	color:#4c331f;
	font-size:50px;
	line-height:1.4em;
}

/* --------------------------------
   bookarea
---------------------------------*/
#bookarea {
	position:relative;
	float:left;
	width:313px;
	margin:0;
	padding:10px 0 40px 0;
	text-align:center;
	box-shadow:2px 2px 1px 1px rgba(201, 201, 201, 0.7);
	background:url(../images/bg_bookarea.png) top left repeat;
	z-index:2;
}
#bookarea ul {
	margin-top:10px;
	text-align:center;
}
#bookarea ul li {
	display:inline-block;
	margin-top:14px;
	width:282px;
	height:54px;
	list-style:none;
}
.bookBorder {
	border:4px solid #fff;
}
#otherarea {
	position:relative;
	float:right;
	width:635px;
	z-index:1;
}
h2 {
	padding:20px 15px 5px;
	font-size:18px;
	text-align:left;
}
#bookdetail p {
	padding:0 15px 20px;
	font-size:14px;
	line-height:1.8em;
}
#sns {
	margin:20px 15px 65px;
}
#sns p {
	display:inline-block;
	margin-right:10px;
}

/* --------------------------------
   lineup-layout
---------------------------------*/
#otherarea .story {
	margin-bottom:32px;
	padding:70px 45px 90px;
	font-size:14px;
	line-height:2.2em;
	background:url(../images/hr.png) bottom left no-repeat;
}
#otherarea dl {
	display:table;
	padding:0 23px 0 38px;
}
#otherarea dt,
#otherarea dd {
	display:table-cell;
}
#otherarea dt {
	width:210px;
	height:205px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	line-height:1.3em;
	background:url(../images/bg_text.png) left center no-repeat;
}
#otherarea dl:first-of-type {
	margin-bottom:70px;
}
#otherarea dl:first-of-type dt {
	font-size:24px;	
}
#otherarea dl:last-of-type dt {
	font-size:20px;
}
#otherarea dl:first-of-type dd {
	padding:0 0 0 26px;
}
#otherarea dl:last-of-type dd {
	padding:0 26px 0 0;
}
#otherarea .comment {
	padding:20px 45px;
}
#otherarea .comment h4 {
	margin:0 0 15px 0;
	padding:0 0 10px 0;
	color:#337dbf;
	font-size:26px;
	font-weight:bold;
	border-bottom:1px dashed #337dbf;
}
#otherarea .comment p {
	font-size:14px;
	line-height:2.2em;
}