@charset "shift_jis";

#contents-inner h2,p,ul,li,dl,dt,dd {
	margin: 0;
	padding: 0;
}
#contents-inner img {
	vertical-align: bottom;
}
#contents-inner {
	background: url(../img/contents_inner_bg.png) left top repeat-y;
	background-size: 100%;
}

/* soft-title */
#soft-title {
	background: #000;
	height: 43px;
	overflow: hidden;
}
#soft-title h1 {
	display: block;
	margin: 0;
	padding: 8px 0 0 20px;
	color: #fff;
	line-height: 14px;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}

/* main title */
#main-title {
	background: url(../img/main_title_bg.png) left top no-repeat;
	background-size: 100%;
	position: relative;
}
#main-title h2 {
	position: relative;
	padding-top: 1%;
	z-index: 2;
}
#main-title p {
	position: relative;
	margin-top: -4.5%;
	z-index: 1;
}

/* section 01 */
#section01 {
	background: url(../img/section01_bg.png) left top no-repeat;
	background-size: 100%;
	position: relative;
	padding: 17% 0 8%;
}
#section01 .comic-ttl {
	position: absolute;
	top: 1%;
	width: 100%;
}
#section01 span {
	margin: 0;
	padding: 0;
}
#section01 div.comic img {
	width: 85.15625%;
	margin: 0 auto;
	display: block;
}

/* section02 */
#section02 {
	background: url(../img/section02_bg.png) left top no-repeat;
	background-size: 100%;
	position: relative;
	margin-top: -4.4%;
}
#section02 p {
	padding-top: 33.3%;
}
#section02 .pageNav {
	position: relative;
	padding-top: 22.6%;
}
#section02 .pageNav .prevBtn {
	position: absolute;
	display: inline-block;
	width: 46.25%;
	top: 20%;
	left: 2%;
}
#section02 .pageNav .nextBtn {
	position: absolute;
	display: inline-block;
	width: 46.25%;
	top: 20%;
	right: 2%;
}
/* spec */
#spec {
	margin-bottom: 15px;
	padding-top: 20px;
	text-align: center;
}
#spec .logo {
	margin-bottom: 20px;
}
#spec .title {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}
#spec .type {
	margin-bottom: 10px;
}
#spec .data {
	margin-bottom: 8px;
	color: #666666;
	font-size: 12px;
}
#spec .data span {
	color: #5D3D05;
}
#spec .hardware {
	margin-top: 14px;
	margin: 20px 0;
}
#spec .official {
	position: relative;
	width: 250px;
	margin: 0 auto 20px;
}
#spec .official a {
	display: block;
	border-radius: 8px;
	padding: 18px 0;
	color: #FFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 226px center;
	background-size: 17px 17px;
	font-size: 15px;
}
#spec .official01 a {
	background-color: #E7340C;
	background-image: url(../img/official_arrow01.png);
}
#spec .copy {
	display: block;
	padding: 0 10px;
	margin-bottom: 20px;
	color: #FFF;
	text-align: center;
	font-size: 10px;
	line-height: 1.4;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
