@charset "utf-8";

/* ========================================================
	comics.css => 取り組み マンガページ用css
======================================================== */

#pageTitle_comics {
	margin-bottom: 30px;
	background-color: #fff7d6;
	border-top: 2px solid #d3c3a3;
}
#pageTitle_comics .in_box {
	zoom:1;
	padding-left: 50px;
}
#pageTitle_comics .in_box:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
#pageTitle_comics .in_box .txt_box {
	float: left;
	margin-top: 30px;
}
#pageTitle_comics .in_box .txt_box h1 {
	margin-bottom: 25px;
}
#pageTitle_comics .in_box .txt_box .chapter_box {
	position: relative;
	width: 340px;
	height: 166px;
	padding-top: 25px;
	background: url(/comics/img/chapter_bg.png) no-repeat;
	text-align: center;
}
#pageTitle_comics .in_box .txt_box .chapter_box p {
	position: absolute;
	top: -15px;
	left:-20px;
	width: 61px;
	height: 43px;
	background: url(/comics/img/vol_bg.png) no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	font-size: 2.0rem;
}
#pageTitle_comics .in_box .txt_box .chapter_box p:before {
	font-size: 14px;
	font-size: 1.4rem;
	content: "vol.";
}
#pageTitle_comics .in_box .txt_box .chapter_box h2 {
	margin-bottom: 5px;
	color: #3f0e08;
	font-size: 31px;
	font-size: 3.1rem;
	line-height: 1.4;
}
#pageTitle_comics .in_box .txt_box .chapter_box h3 {
	color: #3f0e08;
	line-height: 1.1;
}
#pageTitle_comics .in_box .txt_box .chapter_box h3 span {
	color: #e40011;
	font-size: 18px;
}
#pageTitle_comics .in_box .txt_box .chapter_box h3 span em {
	font-size: 32px;
}

/* メイン画像 */
#pageTitle_comics .in_box .main {
	float: right;
}
#pageTitle_comics .in_box .main.chapter01 {
	margin-top: 15px;
	margin-right: 35px;
}
#pageTitle_comics .in_box .main.chapter02 {
	margin-top: 20px;
	margin-right: 75px;
}
#pageTitle_comics .in_box .main.chapter03 {
	margin-top: 15px;
	margin-right: 30px;
}

/* ページナビ */
.page_nav {
	zoom:1;
	margin-bottom: 40px;
	padding-bottom: 25px;
	border-bottom: 1px solid #3e0d07;
}
.page_nav:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
.page_nav li a {
	display: block;
	position: relative;
	width: 130px;
	padding: 10px 25px 7px;
	border:2px solid #3e0d07;
	border-radius: 3px;
	background-color: #fff;
	color: #3f0e08;
	font-weight: bold;
	font-size: 17px;
	font-size: 1.7rem;
	text-decoration: none;
}
.page_nav li a:hover {
	opacity: 0.8;
}
.page_nav .prev {
	float: left;
	margin-left: 10px;
	text-align: right;
}
.page_nav .prev:before {
	position: absolute;
	top: 10px;
	left: 25px;
	color: #3f0e08;
	content: "◀";
}
.page_nav .next {
	float: right;
	margin-right: 10px;
}
.page_nav .next:after {
	position: absolute;
	top: 10px;
	right: 25px;
	color: #3f0e08;
	content: "▶";
}
.page_nav.bottom {
	margin-bottom: 160px;
	padding-top: 25px;
	padding-bottom: 0;
	border-top: 1px solid #3e0d07;
	border-bottom: none;
}

/* comics_area */
.comics_area p {
	margin-bottom: 50px;
	text-align: center;
}

/* other_area */
.other_area h2 {
	width: 285px;
	padding: 10px 0 7px;
	background-color:#3f0e08;
	color: #fff;
	font-size: 26px;
	font-size: 2.6rem;
	text-align: center;
	letter-spacing: 5px;
}
.other_area ul {
	border-top: 2px solid #3f0e08;
}
.other_area ul li {
	zoom:1;
	margin-top: 25px;
	padding: 10px 0 25px 50px;
	border-bottom: 1px solid #3e0d07;
	color: #3f0e08;
	font-weight: bold;
	font-size: 20px;
	font-size: 2.0rem;
}
.other_area ul li:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
.other_area ul li span {
	width: 25px;
	margin-right: 20px;
	padding: 2px 10px 0;
	border-radius: 3px;
	background-color: #3f0e08;
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
}
.other_area ul li span:before {
	font-size: 12px;
	font-size: 1.2rem;
	content: "vol.";
}
.other_area ul li .txt {
	text-decoration: none;
}
.other_area ul li .txt:hover {
	text-decoration: underline;
}
.other_area ul li .btn {
	display: block;
	float: right;
	width: 200px;
	margin-top: -5px;
	margin-right: 30px;
	padding: 11px 0 7px;
	border-radius: 3px;
	background-color: #ded3c5;
	color: #692b06;
	font-weight: normal;
	font-size: 23px;
	font-size: 2.3rem;
	text-align: center;
	text-decoration: none;
	line-height: 1;
}
.other_area ul li .btn:hover {
	opacity: 0.8;
}
