@charset "utf-8";

/* soft-title */
#soft-title {
	background: #000;
}
#soft-title h1 {
	min-width: 298px;
	padding: 8px;
	color: #FFF;
	border-left: 6px solid #0096CA;
	font-size: 12px;
}
#soft-title h1 .hard {
	margin-right: 8px;
	color: #0096CA;
}

/* contents-inner */
#contents-inner img {
	vertical-align: bottom;
}
.pic-list01 li {
	float: left;
	width: 50%;
}

/* article07 */
.article07 .movie {
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
}
.article07 .movie {
	position: relative;
	width: 100%;
}
.article07 .movie-inner {
	position: relative;
	padding-top: 56.25%;
}
.article07 .stagePoster + .movie-inner {
	padding: 0;
}
.article07 .movie iframe {
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important;
}

/* spec */
#spec {
	padding-bottom: 15px;
	padding-top: 20px;
	background: url(../img/spec_bg01.gif) repeat-y;
	background-size: 100%;
	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 .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: #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: #FFF;
	text-align: center;
	font-size: 10px;
	line-height: 1.4;
}

/* clearfix */
.clearfix:after,
.pic-list01 li:after {
	content: '';
	display: block;
	clear: both;
}