@charset "utf-8";

#contents-inner {
	padding: 0 0 1em 0;
	background: #d7000f url(../img/section01_bg.png) left bottom repeat;
	background-size: 41px 41px;
}
#contents-inner h2,h3,p,span,ul,li {
	margin: 0;
	padding: 0;
}
#contents-inner img {
	vertical-align: bottom;
}

/* soft-title */
#soft-title {
	background-color: #000000;
}
#soft-title h1 {
	min-width: 298px;
	margin: 0;
	padding: 8px;
	color: #FFFFFF;
	border-left: 6px solid #ce181e;
	font-size: 12px;
}
#soft-title h1 .hard {
	margin-right: 8px;
	color: #ce181e;
}

/* section01 */
#section01 {
	/*padding: 0 0 1em 0;
	background: #d7000f url(../img/section01_bg.png) left bottom repeat;
	background-size: 41px 41px;*/
}
#section01 .article02 {
	background: url(../img/section01_article02_bg.png) left top no-repeat;
	background-size: 100%;
}
#section01 .article03 {
	background: url(../img/section01_article03_bg.png) left top no-repeat;
	background-size: 100%;
}
#section01 .article04 {
	background: url(../img/section01_article04_bg.png) left top no-repeat;
	background-size: 100%;
}
#section01 .game-s li {
	float: left;
	width: 50%;
}

/* movie */
#section01 .movie {
	width: 100%;
	padding: 0 0 5px 0;
	background: url(../img/section01_movie_bg.png) left 180px no-repeat;
	background-size: 100%;
}
#section01 .movie .movie-inner {
	width: 320px;
	height: 180px;
	margin: 0 auto;
}

/* spec */
#spec {
	margin-bottom: 15px;
	padding-top: 20px;
	text-align: center;
}
#spec .logo {
	margin-bottom: 20px;
}
#spec .title {
	margin-bottom: 20px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
#spec .type {
	margin-bottom: 10px;
}
#spec .data {
	margin-bottom: 8px;
	color: #666666;
	font-size: 12px;
}
#spec .data span {
	color: #5D3D05;
}
#spec .hardware {
	margin-top: 14px;
	margin: 20px 0;
}
#spec .official {
	position: relative;
	width: 250px;
	margin: 0 auto 20px;
}
#spec .official a {
	display: block;
	border-radius: 8px;
	padding: 18px 0;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 226px center;
	background-color: #62ba46;
	background-image: url(../img/official_arrow.png);
	background-size: 17px 17px;
	font-size: 15px;
}
#spec .copy {
	display: block;
	padding: 0 10px;
	margin-bottom: 20px;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	line-height: 1.4;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}