@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;
}


/* section 01 */
#section01 {
	background: url(../img/section01_bg.png) left top no-repeat;
	background-size: 100%;
	position: relative;
}
#section01 span {
	margin: 0;
	padding: 0;
}

/* section02 */
#section02 {
	background: url(../img/section02_bg.png) left top no-repeat;
	background-size: 100%;
	position: relative;
}
#section02 .koopa {
	top: -20px;
	left: 0;
	right: 0;
	position: absolute;
}
#section02 .pageNav {
	position: relative;
	padding-top: 14.1%;
}
#section02 .pageNav .nextBtn {
	position: absolute;
	display: inline-block;
	width: 46.25%;
	top: -23%;
	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;
}
