@charset "utf-8";

.clear {clear:both;}

/* ローダー設定 */
.square {
	position:absolute;
	top:50%;
	left:50%;
	width: 32px;
	height:32px;
	color: #CCC;
	z-index:905;
	padding:0px;
	margin:-16px 0px 0px -16px;
	font-size:1.0em;
	text-align:center;
}
#busy1{
	font-family: 'Roboto Condensed', sans-serif; /* google web font */
}
#load-text {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:20px;
	color:#c5bc6e;
	position:absolute;
	top:420px;
	left:50%;
	width:180px;
	height:20px;
	z-index:905;
	padding:0px;
	margin-left:-90px;
	text-align:left;
	visibility:hidden;
}
#loadtext{
	position:absolute;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:20px;
	color:#c5bc6e;
	left:140px;
	top:0px;
}
#load-text img{
	position:absolute;
	left:0;
	bottom:0;
}
#loadtext span{
	margin-left:3px;
	font-size:18px;
}

body > .square {height: auto;}


#fade {
	background: #000000; 
	margin: 0px; 
	padding: 0px; 
	width: 100%; 
	height: 100%; 
	position: fixed; 
	top:0; 
	z-index: 999; 
	min-height: 100%;
}

#fade img{
	
	position:absolute;	
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}

#fade2 {
	background: #000000; 
	margin: 0px; 
	padding: 0px; 
	width: 100%; 
	height: 100%; 
	position: fixed; 
	top:0; 
	min-height: 100%; 
	z-index: 1;
}


body > #fade {
	height: auto;
	
}



/* リンク設定 */

a:link {color: #8b826a; text-decoration: underline;}

a:active {color: #8b826a; text-decoration: underline;}

a:visited {color: #8b826a; text-decoration: underline;}

a:hover {color: #8b826a; text-decoration: underline;}


/*-----------------------
共通ナビ
------------------------*/

#navigation{
	position:fixed;
	width:100%;
	height:59px;
	top:0px;
	left:0;
	background-color:#000;
	border-bottom:1px solid #869399;
	z-index:1;
}
#navi_wrap{
	position:relative;
	margin:0 auto;
	width:1000px;
	height:59px;
}

#navigation ul{
	height:60px;
	list-style:none;
	overflow:hidden;
}
#navigation li{
	position:relative;
	float:left;
	height:60px;
	cursor:pointer;
}

/*
#navigation li+li{
	margin-left:2px;
}
*/

#sns{
	position:absolute;
	height:60px;
	top:0px;
	right:0;
}
#sns li{
	
	position:relative;	
}

/*
#sns li+li{
	
	margin-top:6px;
}
*/



/*-----------------------
footer
------------------------*/
/* フッター要素 */

#footer{
	position:absolute;	
	width:100%;
	height:79px;
	bottom:0px;

}

#copyright{
	width:182px;
	position:absolute;	
	right:0;
	left:0;
	margin:20px auto;

}

/***********************
youtube
************************/
#m_trailer{
	cursor:pointer;
}
#fade{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
}
#close{
	width:40px;
	height:40px;
	cursor:pointer;
}

#youtube {
	cursor:pointer;
	width:100px;
	height:20px;
	line-height:20px;	
	background:#333;
	color:#FFFFFF;
	text-align:center;
}
	
#videoPlayer {
	position:fixed;
	width:990px;
	height:600px;
	z-index:999;
	padding:0;
	left:50%;
	top:120px;
	margin-left:-495px;
	z-index:990;
}
#videoPlayer jsframe{
	width:990px;
	height:600px;
}

#closeBtn{
	position: absolute;
	width: 40px;
	height: 40px;
	cursor: pointer;
	left: 950px;
	top: -50px;

}
#movieNavi{
	position: absolute;
	top: 660px;
	width: 1000px;
	height: 50px;
	left: 50%;
	margin-left: -500px;
	padding-bottom: 20px;
}
#movieNavi ul{
	list-style:none;
}
#movieNavi ul .default{
	list-style:none;
	float:left;
	margin:5px;
	width:321px;
	height:38px;
	line-height:38px;
	text-align:center;
	border:solid 1px #e2a328;
	background-color:#000;
	font-size:16px;
	position:relative;
	font-weight:bold;
}

#movieNavi ul .target{
	list-style:none;
	float:left;
	margin:5px;
	width:321px;
	height:38px;
	line-height:38px;
	text-align:center;
	border:solid 1px #e2a328;
	background-color:#e2a328;
	font-size:16px;
	position:relative;
	font-weight:bold;
}


.overtext{
	width:321px;
	height:38px;
	line-height:38px;
	text-align:center;
	background-color:#e2a328;
	font-size:16px;
	color:#000;
	opacity:0;
	position:absolute;
	left:0;
	top:0;
}

#movieNavi ul .default a{
	text-decoration:none;
	color:#e2a328;	
}
#movieNavi ul .target a{
	text-decoration:none;
	color:#000;
	cursor:default;
}

#trailer{
	cursor:pointer;
}

/* トレイラー再生時*/
#blackwrap{position:fixed; background:#000; width:100%; height:100%;top:0px; left:0px; z-index:999; opacity:1;display:none;}
/*
#videoNavi {position:absolute; width:432px; height: 54px; top:498px; left:50%; margin-left:-221px; padding-left:10px; z-index:197;}
#videoNavi li {position: relative; display:block; float:left; margin:0px; padding:0 10px 0 0;}
*/


