

/* ========================================
	#contents
======================================== */
#soft-title {
	background-color: #fff;	
}


#soft-title h1 {
	width: 320px;
	margin: 0 auto;
	padding: 8px 0;
	color: #000000;
	font-size: 12px;
}
#soft-title h1 .wiiu {
	width: 60px;
	margin-right: 5px;
	padding: 8px 10px;
	color: #0096c8;
	border-left: #0096c8 6px solid;
}
#contents-inner {
	min-width: 320px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../img/contents_bg.png) repeat 0 0;
	background-size: 64px 64px;
	-webkit-background-size: 64px 64px;
	-moz-background-size: 64px 64px;
}

#contents-wrap {
	padding: 0 0 10px;
}

#contents-inner img {
	vertical-align: bottom;
}

#contents-inner .mainvisual {
	text-align: center;
}

#contents-inner .mainvisual img {
	width: 100%;
}

#movie {
	margin-bottom: 10px;
}

#movie .movie-area {
	position: relative;
	width: 320px;
	height: 253px;
	margin: 0 auto;
}

#movie .movie-area h3 {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
}
#movie .movie-area iframe,
#movie .movie-area .note {
	position: absolute;
	top: 58px;
	left: 0;
}


#movie dl {
	display: table;
	margin: 5px 5px 9px 5px;
}

#movie dl dt {
	display: table-cell;
	vertical-align: middle;
	padding-right: 5px;
}

#movie dl dd {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	line-height: 1.6;
	color: #FFF;
}

#movie p {
	text-align: center;
}

#section {
	text-align: center;
	width: 300px;
	margin: 0 auto 10px;
	padding: 10px 0;
	background-color: #FFF;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
}

#section h2 {
	margin-left: 15px;
	margin-bottom: 18px;
	font-size: 20px;
	font-weight: bold;
	color: #4CBDEE;
	line-height: 1.6;
}

#section .img {
	margin-bottom: 18px;
}

#section p {
	padding: 0 20px;
	text-align: left;
	line-height: 1.6;
	color: #AEAFAF;
}

#section2 {
	text-align: center;
	width: 280px;
	margin: 0 auto 10px;
	padding: 10px;
	background-color: #FFF;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
}

#section2 h2 {
	margin-left: 15px;
	margin-bottom: 18px;
	font-size: 20px;
	font-weight: bold;
	color: #4CBDEE;
	line-height: 1.6;
}

#section2 .img {
	margin-bottom: 18px;
}

#section2 p {
	margin: 0 10px;
	text-align: left;
	line-height: 1.6;
	color: #AEAFAF;
}


#section3 {
	width: 300px;
	text-align: center;
	margin: 0 auto 10px;
	padding-top: 10px;
	background-color: #FFF;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
}

#section3 h2 {
	margin-left: 15px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #4CBDEE;
	line-height: 1.6;
}

#section3 p {
	padding: 0 20px;
	text-align: left;
	line-height: 1.6;
	color: #AEAFAF;
}

#section3 .img img {
	vertical-align: bottom;
}

#section4 {
	background: url(../img/chara_mario.png) 0 5px no-repeat;
	background-size: 90px auto;
	width: 300px;
	margin: 0 auto 10px;
	padding-top: 10px;
	padding-bottom: 15px;
	background-color: #fff600;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
}

#section4 h2 {
	margin-top: 10px;
	margin-left: 100px;
	margin-bottom: 20px;
}

#section4 p {
	text-align: left;
	line-height: 1.6;
}

#section4 dl {
	margin: 0 20px;
	
}

#section4 dl dt {
	margin-bottom: 10px;
	text-align: center;	
}

#section4 dl dd h3 {
	text-align: center;
	margin-bottom: 8px;
	font-size: 16px;
	color: #f8461b;
}

#section4 dl.first {
	margin-bottom: 10px;	
}

#section4 img {
	vertical-align: top;	
}



#spec {
	margin-bottom: 15px;
	padding-top: 20px;
	text-align: center;
}
#spec .logo {
	margin-bottom: 20px;
}
#spec .title {
	margin-bottom: 20px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}
#spec .data {
	margin-bottom: 7px;
	color: #666666;
	font-size: 12px;
}
#spec .data span {
	color: #000000;
}
#spec .hardware {
	margin: 20px 0;
}
#spec .copy {
	display: block;
	margin-bottom: 20px;
	color: #8c8c8c;
	text-align: center;
	font-size: 10px;
	line-height: 1.4;
}
#modal-area {
	width: 300px;
	margin: 0 auto;
	text-align: center;
}
#modal-area #pop-close {
	padding-top: 20px;
}

/* ----------------------------------------
	clearfix
---------------------------------------- */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}