@charset "utf-8";

/***********************
youtube
************************/
#fade{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#fff;
	z-index:98999;
}

/* トレーラー本体 */
#videoPlayer {
	position:absolute;
	width:990px;
	height:600px;
	z-index:999;
	padding:0;
	left:50%;
	top:70px;
	margin-left:-495px;
	z-index:990;
}
#videoPlayer jsframe{
	width:990px;
	height:600px;
}
#youtube {
	cursor:pointer;
	width:100px;
	height:20px;
	line-height:20px;	
	background:#333;
	color:#FFFFFF;
	text-align:center;
}


/* 閉じるボタン */
#close{
	width:40px;
	height:40px;
	cursor:pointer;
}

#closeBtn{
	position:absolute;
	width: 40px;
	height: 40px;
	cursor: pointer;
	left: 950px;
	top: -50px;
	overflow:hidden;
}


/* ナビゲーション */
#movieNavi{
	position: absolute;
	width:1000px;
	height:195px;
	top:0;
	left:0;
}
#movieNavi ul{
	list-style:none;
	margin-top:5px;
}
#movieNavi ul li{
	list-style:none;
	float:left;
	margin:5px;
	position:relative;
	width:323px;
	height:20px;
	line-height:20px;
	font-weight:bold !important;
	text-align:center;
}
#movieNavi ul li:first-child{
	margin-left:15px;
}
#movieNavi ul a:link{
	text-decoration:none;
}
/*ロールオーバー設定*/
.thm_btn{
	margin:0px;
	width:323px;
/*	width:488px;*/
	font-size:16px;
	text-align:center;
	font-weight:bold !important;
}

.thm_btn_over{
	position:absolute;
	left:0;
	top:0;
	margin:0px;
	width:323px;
/*	width:488px;*/
	color:#FFF;
	font-size:16px;
	text-align:center;
	font-weight:bold !important;
}

#trailer{
	cursor:pointer;
}

#m_trailer{
	cursor:pointer;
}
.nicon{
	position:absolute;
	top: 1px;
	left: 1px;
	z-index:1;	
}

/*---------------
synopsys
----------------*/
#introwrap{
    width: 936px;
	height:596px;
}


@media screen and (min-width: 0px) and (max-width: 640px) {
	#videoPlayer {
		position:absolute;
		width:320px !important;
		height:213px !important;
		z-index:999;
		padding:0;
		left:50%;
		top:70px;
		margin-left:-160px !important;
		z-index:990;
	}

}
