@charset "utf-8";

/* soft-title */
#soft-title {
	background: #512C11;
}
#soft-title h1 {
	min-width: 298px;
	padding: 6px 8px;
	color: #FFF;
	border-left: 6px solid #CE181E;
	font-size: 12px;
	line-height: 1.3;
}
#soft-title h1 .hard {
	padding-right: 8px;
	color: #CE181E;
	display: table-cell;
	vertical-align: middle;
}
#soft-title .soft-title-name {
	display: table-cell;
}

/* contents-inner */
#contents-inner img {
	vertical-align: bottom;
}

/* article01 */
.article01 .movie-wrap {
	position: relative;
}
.article01 .movie {
	width: 100%;
}
.article01 .no-script {
	width: 100%;
}
.article01 .movie-inner {
	position: relative;
	padding-top: 56.25%;
}
.article01 .movie iframe {
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important;
}

/* article03 */
.article03 .in-btn {
	position: relative;
}
.article03 .btn {
	position: absolute;
	top: 0;
	left: 6.5625%;
	width: 87.1875%;
}

/* spec */
#spec {
	margin-bottom: 15px;
	padding-top: 20px;
	text-align: center;
}
#spec .back-btn {
	margin: 0 0 15px;
	text-align: center;
}
#spec .spec-border01 {
	padding: 15px 0 0;
	border-top: 1px solid #000;
}
#spec .logo {
	margin-bottom: 20px;
}
#spec .title {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}
#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-repeat: no-repeat;
	background-position: 226px center;
	background-color: #6A3906;
	background-image: url(../img/official_arrow.png);
	background-size: 9px 9px;
	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;
}