@charset "shift_jis";

#contents-inner div,
#contents-inner p,
#contents-inner h2,
#contents-inner h3,
#contents-inner #main-title,
#contents-inner #section01,
#contents-inner #section02,
#contents-inner #section03,
#contents-inner #section04,
#contents-inner ol,li {
	margin: 0;
	padding: 0; 
}
#contents-inner ol {
	list-style: none;
}
#contents-inner img {
	vertical-align: bottom;
}

/* soft-title */
#soft-title {
	background: #FFF;
}
#soft-title h1 {
	min-width: 298px;
	margin: 0;
	padding: 8px;
	font-size: 12px;
}
#soft-title h1 .hard {
	margin-right: 8px;
	color: #0091ff;
}
#soft-title h1 .soft-title-name {
	color: #000;
}

/* contents-inner */
#contents-inner {
	background-color: #fff100;
}

/* main-title */
#contents-inner #main-title .note {
	line-height: 1.6;
	padding: 3% 5%!important;
	color: #000;
	font-size: 13px;
	text-align: left;
}

/* section01 */
#contents-inner #section01 .tech01-area {
	background: url(../img/section01_bg01.png) left top repeat;
	background-size: 20px 15px;
}
#contents-inner #section01 .tech02-area {
	padding: 0 0 15px 0!important;
	background: url(../img/section01_bg02.png) left top repeat;
	background-size: 20px 15px;
}
#contents-inner #section01 .chara01,
#contents-inner #section02 .chara01 {
	margin: -20px 0 0 0;
}
#contents-inner #section01 .note,
#contents-inner #section02 .tech02-area .note,
#contents-inner #section03 .note {
	line-height: 1.6;
	padding: 3% 5% 0 5%!important;
	color: #FFF;
	font-size: 16px;
	text-align: left;
}
#contents-inner #section01 li p,
#contents-inner #section02 .tech02-area li p,
#contents-inner #section03 li p {
	line-height: 1.6;
	padding: 0 5%!important;
	color: #FFF;
	font-size: 13px;
	text-align: center;
}

/* section02 */
#contents-inner #section02 .tech01-area {
	padding: 0 0 15px 0!important;
	background: url(../img/section02_bg01.png) left top repeat;
	background-size: 17px 17px;
}
#contents-inner #section02 .tech02-area {
	background: url(../img/section02_bg02.gif) left top no-repeat;
	background-size: 100%;
}
#contents-inner #section02 .tech01-area .note {
	line-height: 1.6;
	padding: 3% 5% 0 5%!important;
	color: #000;
	font-size: 16px;
	text-align: left;
}
#contents-inner #section02 .tech01-area li p {
	line-height: 1.6;
	padding: 0 5%!important;
	color: #000;
	font-size: 13px;
	text-align: center;
}

/* section03 */
#contents-inner #section03 {
	border-bottom: 4px solid #000;
}
#contents-inner #section03 .area01 {
	padding: 0 0 10px 0;
	background: url(../img/section03_bg01.png) left bottom no-repeat;
	background-size: 100%;
}
#contents-inner #section03 .note {
	padding: 0 5%!important;
}
#contents-inner #section03 .chara01 {
	margin: 0;
}
#contents-inner #section03 .area02 {
	padding: 0 0 24px 0;
	background: url(../img/section03_bg02.png) left top repeat;
	background-size: 100%;
}

/* section04 */
#contents-inner #section04 {
	padding: 0 0 5.5em 0;
	background: url(../img/section04_bg.png) left bottom no-repeat;
	background-size: 100%;
}
#contents-inner #section04 h2 {
	margin: -22px 0 0 0;
}
#contents-inner #section04 p {
	line-height: 1.6;
	padding: 0 5%!important;
	color: #000;
	font-size: 13px;
	text-align: left;
}

/* spec */
#spec {
	margin-bottom: 15px;
	padding-top: 20px;
	text-align: center;
}
#spec .spec-border01 {
	padding: 15px 0 0;
	border-top: 1px solid #000;
}
#spec .logo {
	margin-bottom: 20px;
}
#spec .title {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}
#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: 16px 16px;
	font-size: 15px;
}
#spec .mario3d a {
	background-color: #0026e6;
	background-image: url(../img/official_arrow01.png);
	background-repeat: no-repeat;
	background-position: 226px center;
	background-size: 17px 17px;
	font-size: 18px;
}
#spec .smabros a,
#spec .pokemon a {
	background-color: #000;
	background-image: url(../img/official_arrow.png);
	background-repeat: no-repeat;
	background-position: 226px center;
	background-size: 9px 8px;
	font-size: 18px;
}
#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;
}