@charset "UTF-8";

/*--------------------------------------------------------------
Common Style
--------------------------------------------------------------*/
body {
	padding: 0;
	background-color: #000000;
	color: #FFF;
	font-size: 100%;
	line-height: 1.6;
	letter-spacing: .05em;
	text-align: center;
}
a {
	color: #ff6900;
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: underline;
}

.clear { clear: both; }

/* clearfix */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix { zoom: 1; }

/* overflow */
.of {
	overflow: auto;
}

/* img */
img {
	vertical-align: bottom;
	max-width: 100% !important;
/*	height: auto !important;*/
	line-height: 0;
}

.left { float: left; }
.right { float: right; }
.tl { text-align: left !important; }
.tc { text-align: center !important; }
.tr { text-align: right !important; }

/*--------------------------------------------------------------
Layout Style
--------------------------------------------------------------*/
ul, li {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
li {
	margin: 0;
}

/* Header */
#header {
/*
	margin-bottom: 22px;
*/
}

/* Main Image */
#main {
	position: relative;
	width: 100%;
	padding-top: 30px;
	}
#mainImage {
	top: 0;
	left: 0;
}
#main #play_btn{
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;

}

/* List Image */
#image {
	margin-bottom: 2.5%;
	text-align: center;
}

/* Button */
#button{
    text-align: center;
	width:974px;
    margin: auto;
}

#button li {
	display: inline-block;
}


#button .linkbtn a{
	display: block;
}
/*--------------------------------------------------------------
PC
--------------------------------------------------------------*/
.pc {
	display: block;
}
.sp {
	display: none;
}
#contents {
	width: 974px;
	margin: 0 auto;
	background-image:url('../IMAGES/background.png');
	background-position:center  top;
	background-repeat:no-repeat;
}

/* Header */
#header .left {
	width: 88px;
}
#header .right {
	width: 420px;
	margin: 35px 6px 0 0;
}

/* Main Image */
#main {
	height: 480px;
}
#main a{
	display: block;
}

#main a img {
	top: 190px;
	right: 432px;
}

/* Button */
#button ul {
	width: 974px;
    margin:20px 0 0 -5px;
}

.tw{
	width:57px !important;
}
.tw_ie8{
	width:56px !important;
    position: relative !important;
    top: -11px !important;
    left:0px !important
}
#twitter-widget-0{
	height:25px !important;
}
.fb{
	width:57px !important;
	height:65px !important;
}
.fb_iframe_widget iframe {
	top:-5px;
}

/* Movie */
.lightbox_wrapper div {
	position: absolute;
	top: 35px;
	width: 964px;
	height:572px;
}

/*caption*/
.cap{
	text-align:left;
	font-size:12px;
	margin:10px 57px;
}





.f10{
	font-size:11px !important;
	font-weight:bold !important;
}
.related{
background: #000000;
border-top: none !important;
width: 974px !important;
text-align: center;
margin: auto;
}
.related-links li{
	margin: 0 10px 0 0;
}

.related .related-links a:after,
.related .related-links a .after{
	display:none !important;
}

.related .restrict .container {
    border-top: 1px solid #4c4c4c !important;
}
