@charset "utf-8";

/* soft-title */
#soft-title {
	background: #000;
}
#soft-title h1 {
	min-width: 298px;
	padding: 8px;
	color: #FFF;
	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_bg01.gif) repeat-y;
	background-size: contain;
}
#contents-inner img {
	vertical-align: bottom;
}

/* main-visual */
.main-visual {
	position: relative;
}
.main-visual .pos-ab {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

/* 共通 */
.btn.btn01 {
	width: 16.25%;
}
.btn.btn02,
.btn.btn03 {
	width: 14.0625%;
}
.btn.btn04 {
	width: 15.625%;
}

/* article01 */
.article01 div img,
.article02 div img,
.article03 div img {
	width: 100%;
}
/* article01 */
.article01 {
	
}
/* article02 */
.article02 .movieArea {
	width: 100%;
}
.article02 .movieArea .rightArea {
	width: 50%;
	float: right;
}
.article02 .movieArea .leftArea {
	width: 50%;
	float: left;
}
/* article03 */
.article03 .inner {
	background: url(../img/article03_bg01.jpg) no-repeat;
	background-size: 100%;
}
.article03 .frame {
	padding-top: 5%;
}
.article03 .popup {
	padding-top: 3%;
	width: 90%;
	margin: 0 auto;
}
.article03 .dl {
	padding-top: 5%;
	width: 90%;
	margin: 0 auto;	
}
.article03 .txt {
	padding: 5% 0 10%;
	width: 90%;
	margin: 0 auto;		
}
.article03 .movieArea {
    padding-top: 5px;
    position: relative;
    height: 328px;
    width: 588px;
    margin: 0 auto; 
}
.article03 .movieArea div {
    position: absolute;
    width: 100%;
}
.article03 .movieArea .frame {
    top: 0;
    z-index: 999;
}
.article03 .movieArea .movie {
    top: 9px;
    left: 4px;
}


/* modal */
#coverLayer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: #000000;
	opacity: 0.8;
	cursor: pointer;
}
#modal {
	position: absolute;
	z-index: 9999;
	left: 50%;
}
#modal #modal-close {
	padding-top: 20px;
}
#modal #modal-close a {
	display: block;
	width: 180px;
	height: 40px;
	margin: 0 auto;
	background: url(../../../common/img/modal_close.png) center center no-repeat;
	background-size: 180px 40px;
}
#modalBody {
	background: transparent;
}
#modal-area {
	width: 90%;
	margin: 0 0 0 5%;
}
#modal-area img {
	margin: 0 0 20px;
}

/* 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: #FF5C19;
	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;
}


/* ========================================
	Popup
======================================== */
#mv_pop{
	position:fixed;
	width:100%;
	height:100%;
	min-height:100%;
	top: 0px;
    left: 0px;
	z-index:97;
	display:none;
}
#mv_pop #mv_popBox{
	width:100%;
	height:320px;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 0;
    left: 0;
    margin-top: 140px;
    margin-left: 0;
	display:none;
}
#mv_pop .close_wrap{
    position:absolute;
    top:0px;
    right:0;
    z-index:99;
}
#mv_pop .close{
    margin:-70px 0 0;
}
#mv_pop .bg {
    position:fixed;
	width:100%;
	height:100%;
	min-height:100%;
	background:#000;
	filter: Alpha(Opacity=90);
	opacity: 0.90;
}

.movie-wrap {
	position: relative;
    width: 100%;
    margin:0 auto;
}
.movie-inner iframe,
.movie-inner img {
    width: 100%;
    height: auto;
}
