@charset "shift_jis";

/* ========================================
	#contents
======================================== */

/* soft-title */
#soft-title {
	background: #FFF;
}
#soft-title h1 {
	display: table;
	min-width: 320px;
	color: #FFF;
	font-size: 12px;
	line-height: 1.16;
}
#soft-title h1 .hard {
	display: table-cell;
	width: 34px;
	padding: 8px 10px;
	border-left: 6px solid #0096C8;
	color: #0096C8;
	background: #FFF;
	vertical-align: middle;
}
#soft-title .soft-title-name {
	display: table-cell;
	padding: 8px 0;
	vertical-align: middle;
	color: #000;
}

/* contents-inner */
#contents-inner img {
	width: 100%;
	vertical-align: bottom;
}
#contents-inner {
	background: url(../img/bg.jpg) repeat 0 0;
}

#contents-inner .main-visual {
	margin: 0 0 20px;
}
#contents-inner .main-visual p {
	line-height: 1.8;
	padding: 15px 0 25px;
	color: #FFF;
	font-size: 13px;
	text-align: center;
	background: url(../img/line_main.png) repeat-x 0 bottom;
	background-size: 17px 17px;
}
.section .movie-area {
	margin: 15px 0 20px;
	text-align: center;
}


/* spec */
.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;
}
.spec.mario_kart .type {
	margin-bottom: 10px;
}

/*premium*/
.spec.premium .data span {
	color: #0096c8;
}
.spec.premium {
	padding: 25px 0 5px;
	border-top: 1px solid #000000;
}
.spec.premium .title {
	margin-top: -25px;
}
.spec.premium .official a {
	background: url(../img/official_arrow02.png) 226px center no-repeat #0096C8;
	background-size: 15px 16px;
}

/*basic*/
.spec.basic .data span {
	color: #0096c8;
}
.spec.basic {
	padding: 25px 0 5px;
	border-top: 1px solid #000000;
}
.spec.basic .title {
	margin-top: -25px;
}
.spec.basic .official a {
	background: url(../img/official_arrow02.png) 226px center no-repeat #0096C8;
	background-size: 15px 16px;
}