@charset "shift_jis";

#contents-inner div,
#contents-inner p,
#contents-inner h2,
#contents-inner h3,
#contents-inner h4 {
	margin: 0;
	padding: 0; 
}
#contents-inner img {
	vertical-align: bottom;
}
#amiibo-wrap {
	padding: 0 0 10px 0!important;
	background: url(../img/amiibo_bg.png) left top no-repeat;
	background-size: 100% 100%;
}

/* soft-title */
#soft-title {
	background: #FFFFFF;
}
#soft-title .border {
	width: 100%;
	border-left: #0096c8 3px solid;
	font-size: 12px;
}
#soft-title h1 {
	border-left: #CE181E 3px solid;
	font-size: 12px;
	margin: 0;
	padding: 8px;
}
#soft-title h1 .wiiu {
	color: #0096c8;
}
#soft-title h1 .connect {
	color: #9fa0a0;
}
#soft-title h1 .ds {
	margin-right: 8px;
	color: #ce181e;
}

/* main-title */
#main-title .info {
	margin: -14% 0 0 0;
}

/* section01 */
.section01 .annotation {
	margin: 2px 0 14px 15px!important;
	color: #8c8c8c;
	font-size: 10px;
}

/* section02 */
.section02 .txt {
	line-height: 1.4;
	margin: 2% 0!important;
	color: #000;
	font-size: 15px;
	text-align: center;
}

/* section03 */
.section03 .icon {
	list-style: none;
	margin: 0;
	padding: 0;
}
.section03 .icon li {
	float: left;
	width: 50%;
}
.section03 .txt {
	line-height: 1.4;
	color: #8c8c8c;
	font-size: 10px;
	text-align: left;
}

/* spec */
#spec {
	margin-bottom: 15px;
	padding-top: 20px;
	text-align: center;
}
#spec .official {
	position: relative;
	width: 290px;
	margin: 0 auto 20px;
}
#spec .official a {
	display: block;
	border-radius: 4px;
	padding: 10px;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	background: url(../img/official_arrow.png) #000 263px center no-repeat;
	background-size: 17px 17px;
}

#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;
}