@charset "shift_jis";

/* ========================================
	#contents
======================================== */

#soft-title {
	background: #FF0000;
}
#soft-title h1 {
	display: table;
	width: 320px;
	margin: 0 auto;
	padding: 0;
	color: #FFFFFF;
	font-size: 12px;
}
#soft-title h1 .feature {
	display: table-cell;
	width: 24px;
	padding: 7px 10px;
	color: #FFF000;
	border-left: #FFF000 6px solid;
	vertical-align: middle;
}
#soft-title h1 .soft-title-name {
	line-height: 1.4;
	display: table-cell;
	padding: 6px 0;
	vertical-align: middle;
}
#contents-inner {
	line-height: 1.6;
	min-width: 320px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 13px;
	background: url(../img/inner_bg.jpg) repeat 0 0;
	background-size: 53px 53px;
	-webkit-background-size: 53px 53px;
	-moz-background-size: 53px 53px;
}
.mainvisual {
	position: relative;
	width: 320px;
	height: 400px;
	margin: 0 auto;
	text-align: center;	
}
.mainvisual div {
	position: absolute;
}
.mainvisual .photo {
	top: 88px;
	left: -50px;
}
.mainvisual .ttl {
	top: 3px;
	left: 0;
}
.mainvisual .chara {
	top: 116px;
	left: -10px;
}
#contents-inner .text_top {
	padding: 0 15px;
	color: #ff0000;
}
.check01 {
	text-align: center;
	margin: 15px auto 0;
	color: #012ada;
}
.check01 .visual {
	position: relative;
	width: 320px;
	height: 280px;
	margin: 0 auto;
}
.check01 .visual div {
	position: absolute;
}
.check01 .visual .photo {
	top: 30px;
	left: 0;
}
.check01 .visual .ttl {
	top: 0;
	left: 17px;
}
.check01 .text01 {
	margin: 0 0 30px;
	padding: 0 15px;
	text-align: left;
}
.check01 h3 {
	padding: 8px 0;
	color: #FFFFFF;
	background: #002ADA;
	font-size: 17px;
}
.check01 .text02 {
	margin: 10px 0 6px;
}
.check01 ul li img {
	display: block;
	margin: 0 auto;
	padding: 0;
}
.check01 .kinopio {
	position: relative;
	width: 320px;
	height: 188px;
	margin: 0 auto;
}
.check01 .kinopio img {
	position: absolute;
	top: 0;
	left: -52px;
}
.check02 {
	text-align: center;
	margin: 0 auto;
}
.check02 .visual {
	position: relative;
	width: 320px;
	height: 352px;
	margin: 0 auto;
}
.check02 .visual div {
	position: absolute;
}
.check02 .visual .photo {
	top: 35px;
	right: -14px;
}
.check02 .visual .kinopio {
	bottom: 0;
	right: -32px;
}
.check02 .text {
	margin: 10px 0 0;
	padding: 0 15px;
	text-align: left;
}
.oyasumi {
	margin: 15px 0 0;
	padding: 15px 0;
	background: url(../img/contents_bg.jpg) repeat 0 0;
	background-size: 18px 18px;
	-webkit-background-size: 18px 18px;
	-moz-background-size: 18px 18px;
	text-align: center;
	color: #FFFFFF;
}
.oyasumi .text {
	margin: 0 0 10px;
	font-weight: bold;
}
.spec {
	margin-bottom: 15px;
	padding-top: 20px;
	text-align: center;
}
.spec .logo {
	margin-bottom: 20px;
}
.spec .title {
	margin-bottom: 20px;
	line-height: 1.4;
	font-size: 16px;
	font-weight: bold;
}
.spec .data {
	margin-bottom: 7px;
	color: #666666;
	font-size: 12px;
}
.spec .data span {
	line-height: 1.3;
	color: #000000;
}
.spec .hardware {
	margin: 20px 0;
}
.spec .official {
	position: relative;
	width: 250px;
	margin: 0 auto 20px;
}
.spec .official a {
	display: block;
	border-radius: 15px;
	padding: 10px 0;
	color: #ffffff;
	text-decoration: none;
	background: url(../img/official_arrow.png) 226px center no-repeat #000000;
	background-size: 15px 16px;
}
.spec .copy {
	line-height: 1.4;
	display: block;
	margin-bottom: 20px;
	padding: 0 10px;
	color: #8c8c8c;
	text-align: center;
	font-size: 10px;
}

/*mario_kart*/
.spec.mario_kart .data span {
	color: #22a0ff;
}
.spec.mario_kart .official a {
	background: url(../../../common/img/official_arrow.png) 226px center no-repeat #0091ff;
	background-size: 15px 16px;
}

/*smashbros*/
.spec.smashbros {
	padding: 0 0 5px;
	border-top: 1px solid #000000;
}

/*kinopio*/
.spec.kinopio {
	border-top: 1px solid #000000;
}
.spec.kinopio ul {
	margin: -45px 0 0;
}
.spec.kinopio .title {
	color: #ed0000;
}
.spec.kinopio .data span {
	color: #ed0000;
}
.spec.kinopio .official a {
	background: url(../img/official_arrow02.png) 226px center no-repeat #FF0000;
}


/* ----------------------------------------
	clearfix
---------------------------------------- */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}