@charset "utf-8";

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

/* トレーラー本体 */
#videoPlayer {
	position:absolute;
	width:990px;
	z-index:999;
	padding:0;
	left:50%;
	top:70px;
	margin-left:-495px;
	z-index:990;
}
/*
#videoPlayer jsframe{
	width:990px;
	height:600px;
}
*/
#player{
	width:990px;
}

#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: 47px;
	height: 47px;
	cursor: pointer;
	right: 10px;
	top: -60px;
	overflow:hidden;
}


/* ナビゲーション */
#movieNavi{
	/*
	position: absolute;
	width:1000px;
	height:35px;
	top: 610px;
	left: 50%;
	margin-left: -500px;
	padding-bottom: 50px;
	*/
	
    position: absolute;
    width: 840px;
    width: 950px;
    height: 35px;
    top: 572px;
    left: 50%;
    margin-left:-420px;
    margin-left:-475px;
    padding-bottom: 0;
}
#movieNavi ul{
	list-style:none;
}

#movieNavi ul li{
	list-style:none;
	float:left;
	margin:5px;
	position:relative;
	width:323px;
/*	width:488px;*/
	height:38px;
	line-height:38px;
	font-weight:bold !important;
}

#movieNavi ul a:link{
	text-decoration:none;
}

/*ロールオーバー設定*/
.thm_btn{
	margin:0px;
	width:323px;
/*	width:488px;*/
	background-color:#000000;
	border:1px #CFF solid;
	color:#CFF;
	font-size:16px;
	text-align:center;
	font-weight:bold !important;
	border-radius:10px;
}

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

#trailer{
	cursor:pointer;
}

#m_trailer{
	cursor:pointer;
}

.nicon{
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 1;
    width: 40px;
    width: 30px;
    height: auto;
    border-radius: 10px 0 10px 0;
}