@charset "shift_jis";

#contents-inner {
	padding: 0 0 8px 0;
	background: url(../img/contents_inner_bg.png) left top repeat;
	background-size: 32px 50px;
}
#contents-inner div,
#contents-inner p,
#contents-inner h2,
#contents-inner #main-title,
#contents-inner #section01,
#contents-inner #section02,
#contents-inner #section03 {
	margin: 0;
	padding: 0; 
}
#contents-inner img {
	vertical-align: bottom;
}

/* soft-title */
#soft-title {
	background: #FFF;
}
#soft-title h1 {
	min-width: 298px;
	margin: 0;
	padding: 8px;
	border-left: 6px solid #0096c8;
	font-size: 12px;
}
#soft-title h1 .hard {
	margin-right: 8px;
	color: #0096c8;
}

/* main-title */
#main-title {
	background: url(../img/main_title_bg.png) left bottom no-repeat;
	background-size: 100%;
}
#main-title .catch {
	line-height: 1.6;
	padding: 0 7% 9.5% 7%;
	color: #000;
	font-size: 13px;
}

/* section */
#section01 .txt,
#section02 .txt {
	line-height: 1.6;
	padding: 0 7% 3% 7%;
	color: #000;
	font-size: 13px;
}
#section01 .img02,
#section01 .img03,
#section02 .img01,
#section02 .img02,
#section03 .img01,
#section03 .img02 {
	position: relative;
}
#section01 .img02,
#section02 .img02,
#section03 .img01 {
	z-index: 10;
}
#section01 .img03,
#section02 .img01,
#section03 .img02 {
	z-index: 20;
}
#section01 .img03 {
	margin: -8% 0 0 0;
}
#section02 .img02 {
	margin: -17.5% 0 0 0;
}
#section03 .img02 {
	margin: -10% 0 0 0;
}

/* spec */
.spec {
	margin-bottom: 15px;
	padding-top: 20px;
	text-align: center;
}
.spec.book {
	border-top: 1px solid #000000;
}
.spec .back-btn {
	margin: 0 0 15px;
	text-align: center;
}
.spec .spec-border01 {
	padding: 15px 0 0;
	border-top: 1px solid #000;
}
.spec .logo {
	margin-bottom: 20px;
}
.spec .title {
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
}
.spec .hardware {
	margin: 10px 0 20px;
}
.spec .official {
	position: relative;
	width: 250px;
	margin: 0 auto 10px;
}
.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: 16px 16px;
	font-size: 15px;
}
.spec .official a {
	background-color: #ff2600;
	background-image: url(../img/official_arrow.png);
}
.spec .copy {
	display: block;
	padding: 0 10px;
	margin-bottom: 20px;
	color: #8C8C8C;
	text-align: center;
	font-size: 10px;
	line-height: 1.4;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}