@charset "utf-8";

/* soft-title */
#soft-title {
	background: #000 url(../img/bg_softtitle.gif) top left no-repeat;
	background-size: 100%;
}
#soft-title h1 {
	padding: 8px 15px;
	font-size: 12px;
	color:#FFF;
}
#soft-title h1 .hard {
	padding-right: 8px;
	display: table-cell;
	vertical-align: middle;
}
#soft-title h1 .hard strong {
	color: #0096c8;
	}
#soft-title h1 .hard em {
	color: #CE181E;
	font-style:normal;
	}
#soft-title .soft-title-name {
	display: table-cell;
}

/* contents-inner */
#contents-inner {
	background-color: #000;
}
#contents-inner img {
	vertical-align: bottom;
}
#contents-inner #section01 {
	padding: 0 0 15px 0;
}
#contents-inner #section01 .check {
	width: 320px;
	margin: 0 auto;
}
#contents-inner #section01 iframe {
	border: 3px solid #FFF;
}
#contents-inner #section01 .btn {
	width: 94%;
	margin: 1em auto 0 auto;
}

/* spec */
#spec {
	margin-bottom: 15px;
	padding-top: 20px;
	text-align: center;
}
#spec .logo {
	margin-bottom: 20px;
}
#spec .title {
	margin-bottom: 20px;
	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: #FFF;
	text-decoration: none;
	background-color: #000;
	background-image: url(../img/official_arrow.png);
	background-repeat: no-repeat;
	background-position: 226px center;
	background-size: 16px 16px;
	font-size: 15px;
}
#spec .copy {
	display: block;
	padding: 0 10px;
	margin-bottom: 20px;
	color: #FFF;
	text-align: center;
	font-size: 10px;
	line-height: 1.4;
}

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