@charset "shift_jis";

#contents-inner {
	padding: 0;
	background:url(../img/contents_inner_bg.png) left top repeat-y;
	background-size: 100%;
}
#contents-inner h2,h3,h4,p,ul,li {
	margin: 0;
	padding: 0;
}
#contents-inner img {
	vertical-align: bottom;
}

/* soft-title */
#soft-title {
	background: url(../img/bg_softtitle.gif) top left repeat-y;
	background-color: #FFF;
}
#soft-title h1 {
	padding: 8px 15px;
	font-size: 12px;
	color:#aaa;
}
#soft-title h1 .hard {
	padding-right: 8px;
	display: table-cell;
	vertical-align: middle;
}
#soft-title h1 .hard .hard-3ds,
#soft-title h1 .hard .hard-wiiu {
}
#soft-title h1 .hard .hard-3ds {
	padding: 0 0 0 4px;
	color: #CE181E;
}
#soft-title h1 .hard .hard-wiiu {
	padding: 0 4px 0 0;
	color: #0096c8;
}
#soft-title .soft-title-name {
	display: table-cell;
	color:#000;
}

/* main-title */
#main-title h2 {
	position: relative;
	z-index: 10;
}

/* section01 */
#section01 .part1 {
	margin: 0 0 20px 0;
	padding: 0 0 1em 0;
	background: #f8fde8 url(../img/section01_part1_bg.png) left bottom no-repeat;
	background-size: 100%;
}
#section01 .part2 {
	margin: 0;
	padding: 0 0 1em 0;
	background: #f8fde8 url(../img/section01_part2_bg.png) left bottom no-repeat;
	background-size: 100%;
}

#section01 ul,
#section02 ul {
	list-style: none;
}
#section01 .item-img:after {
	content: " ";
	display: block;
	clear: both;
}
#section01 .item-img li {
	float: left;
	width: 50%;
}
#section01 .item-img li:nth-child(even) {
	float: right;
}
#section01 h4 {
	line-height: 1.7;
	padding: 3% 5%;
	color: #642a00;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
}
#section01 .btn,
#section02 .btn {
	width: 92.5%;
	margin: 0 auto;
	padding: 0 0 1em 0;
}
#section01 .btn li {
	margin: 0 0 1em 0;
}

/* section02 */
#section02 {
	background: url(../img/section02_bg.png) left top no-repeat;
	background-size: 100%;
}
#section02 li {
	position: relative;
}
#section02 li span {
	display: block;
	position: absolute;
	width: 54%;
	right: 0;
	bottom: 0;
}
#section02 .btn li {
	margin: 1em 0;
}

/* spec */
#spec {
	margin-bottom: 15px;
	padding-top: 15px;
	/*padding-top: 25px;*/
	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 ul.band,
#spec ul.run,
#spec ul.hop{
	border-top: 1px solid #000;
	padding-top:20px;
}

#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;
}
#spec .official a {
	background-color: #ff7d00;
	background-image: url(../img/official_arrow.png);
	background-repeat: no-repeat;
	background-position: 226px center;
	background-size: 16px 16px;
	font-size: 18px;
}*/

#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;
}