@charset "UTF-8";

*:focus{outline: none;}
img{vertical-align: bottom;}

body {
    background:#ffffff;
	color:#333333;
	line-height:18px;
    font-family: 'Helvetica Neue','Helvetica','Arial', sans-serif;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	margin:0;
	padding:0;
	min-width:1280px;
	overflow-x: hidden;
}

.trailerBody{
	background:transparent;
}

/* -------- loading --------  */

#loader {
	width: 200px;
	height: 200px;
	display: none;
	position: fixed;
	_position: absolute; /* IE6対策 */
	top: 50%;
	left: 50%;
	margin-top: -100px; /* heightの半分のマイナス値 */
	margin-left: -100px; /* widthの半分のマイナス値 */
	z-index: 100;
}
	 
#fade {
	width: 100% !important;
	height: 100% !important;
	display: none;
	background-color: #ff9dab; /* fadeの背景色 */
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
}


#wrapper {
	margin:0 auto;
}



/* Common */

.clear {
	clear: both;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.nodisp {
	display: none;
}

.noborder{
	border:0;
	outline:none;
}


.hide {
	text-indent:-9999px;
	overflow: hidden;
}

.alphaBnr a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


.mt-10{
	margin-top:-10px;
}

.mt-15{
	margin-top:-15px;
}


.mt-20{
	margin-top:-20px;
}

.ml70{
	margin-left:70px;
}

.ml10{
	margin-left:10px;
}

.mr10{
	margin-right:10px;
}

.pt5{
	padding-top:5px;
}

a, img{
	border:0;
	outline:0;
}


/* -------- trailer --------  */


#trailerBox{
	display:block;
	width:1030px;
	height:auto;
	margin:0;
	padding:0;
	background:transparent;
	text-align:center;
	position:relative;
}

#trailerBox h1{
	display:block;
	margin-top:2px;
}

#movieBox{
	display:block;
	width:1030px;
	height:auto;
	margin:0;
	padding:0;
	text-align:center;
	background:transparent;
	position:relative;
}

#player{
	display:block;
	width:1008px;
	height:auto;
	margin:0 auto;
	margin-top:5px;
	padding:0;
	position:relative;
}


#trailerBox ul.nav{
	display:block;
	width:1030px;
	height:auto;
	margin:0 auto 10px auto;
	padding:0 0 0 1px;
	text-align:center;
	position:relative;
}

#trailerBox ul.nav li{
	display:inline-block;
	width:200px;
	height:40px;
	margin:0 1px 10px 0;
	padding:0;
	text-align:center;
	position:relative;
}

#trailerBox ul.nav li a{
	width:200px;
	height:48px;
	display: block;
	background:url(../img/trailer/btnOff.png) center top no-repeat;
	cursor: pointer;
	font-size:15px;
	color:#000;
	font-weight:strong;
	line-height: 33px;
}


#trailerBox ul.nav li img.point{
	position: absolute;
	top:-13px;
	left:75px;
	display: none;
}

#trailerBox ul.nav li.active img.point{
	position: absolute;
	top:-13px;
	left:75px;
	display: none;
}

#trailerBox ul.nav li a:hover{
	background:url(../img/trailer/btnOn.png) center top no-repeat;
}

#trailerBox ul.nav li.active a,#trailer ul.nav li.comingsoon a{
	cursor: default;
}

#trailerBox ul.nav li.active a{
	background:url(../img/trailer/current.png) center top no-repeat;
}

#trailerBox ul.nav li.comingsoon a{
	background-position: 0 -66px;
}


