@charset "utf-8";

/* soft-title */
#soft-title {
	background: #FCC93E;
}
#soft-title h1 {
	min-width: 298px;
	padding: 8px;
	color: #78503C;
	border-left: 6px solid #CE181E;
	font-size: 12px;
}
#soft-title h1 .hard {
	margin-right: 8px;
	color: #CE181E;
}

/* contents-inner */
#contents-inner {
	background: url(../img/contents_inner_bg.gif) repeat-y;
	background-size: 100%;
}
#contents-inner img {
	vertical-align: bottom;
}
.in-txt {
	position: relative;
}
.txt01 {
	position: absolute;
	top: 0;
	padding: 0 5%;
	color: #000;
	font-size: 13px;
	line-height: 1.69;
}

/* article01 */
.article01 {
	margin-bottom: 6.875%;
}
.article01 > dl > dt {
	margin-top: -2.65625%;
}
.article01 > dl > dd {
	background: url(../img/article01_bg01.png) repeat-y;
	background-size: 100%;
}
.article01 .a01-movie dd {
	width: 90.625%;
	margin-left: 4.6875%;
}
.article01 .movie {
	position: relative;
	width: 100%;
}
.article01 .movie-inner {
	position: relative;
	padding-top: 56.25%;
}
.article01 .stagePoster + .movie-inner {
	padding: 0;
}
.article01 .movie iframe {
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important;
}

/* article02 */
.article02 .a02-inner {
	padding: 25px 0 5px;
	background: #FFE9F2;
}
.article02 .a02-btn {
	margin: 0 4.6875%;
}

/* 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;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}
#spec .hardware {
	margin-top: 14px;
	margin: 20px 0;
}
#spec .hardware.in-2hard {
	letter-spacing: -.40em; 
}
#spec .hardware.in-2hard p {
	display: inline-block;
	letter-spacing: normal;
}
#spec .hardware.in-2hard > :first-child {
	border-right: 1px solid #FFF;
}
#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: #19AD5E;
	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: #FFF;
	text-align: center;
	font-size: 10px;
	line-height: 1.4;
}

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