@charset "utf-8";

/* CSS Document */

body {
	background-color: #fff;
	overflow-x: hidden;
}

#commonHd {
	overflow: hidden;/*共通ヘッダのfloat解除*/
}

/* Navigation
-----------------------------------------------*/

#navArea {
	position: relative;
	width: 900px;
	margin: 0px auto 0;
	font-size: 0;
	z-index: 999;
}

#nav li {
	display: inline-block;
}

.poji {
	height: 64px;
}

.menupoji {
	position: fixed;
	top: 0;
	left: 0;
	height: 115px;
	width: 100%;
	z-index: 999;
	text-align: center;
	background: url(../images/shadow.png) repeat-x;
}

/* Layout
-----------------------------------------------*/
.banner01 {
	position: absolute;
	top: 364px;
	right: 0;
}
.banner02 {
	position: absolute;
	top: 364px;
	right: 188px;
}
.banner01:hover,
.banner02:hover{
	opacity: 0.7;
}



/* Top
------------------*/

#top {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

.topWrap{
}

.btnWrap{
	position: relative;
	background: url(../images/main2.jpg) center top no-repeat ;
	height: 140px;
}

.topLink {
	position: absolute;
	left: 365px;
	top: 21px;
	width: 300px;
	font-size: 0;
}

.topLink p{
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}

.topLink a:hover {
	opacity: 0.7;
}


/* TRL
------------------*/

#TRL {
	width: 900px;
	margin: 0 auto;
}

#TRL > h3 {
	margin-top: 55px;
	margin-bottom: 15px;
}

.youtube {
	background-color: #9fa0a0;
	padding: 10px;
}

/* Blu-ray DVD
------------------*/

#BD {
	width: 900px;
	margin: 0 auto;
	margin-top: 50px;
}

#BD>h3 {
	margin-bottom: 0px;
}

.sell,
.rental {
	font-size: 0;
}

.st_bd {
	background: url(../images/dvd_4_bg.jpg) center top no-repeat;
	width: 900px;
	height: 95px;
	font-size: 0;
}

.linkset {
	padding: 27px 0 0 237px;
}

.linkset p {
	display: inline-block;
	margin: 0 9px 0 0;
}

.linkset a:hover {
	opacity: 0.7;
}

/* About
------------------*/

#ABOUT {
	width: 900px;
	margin: 0 auto;
	margin-top: 50px;
}


/* Story
------------------*/

#STORY_CASTSTAFF {
	width: 900px;
	margin: 0 auto;
	margin-top: 50px;
	font-size: 0;
}

#STORY_CASTSTAFF > .wrap {
	display: inline-block;
}

/* Other
------------------*/

#page-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
}

.trailerOpen {
	display: none;
}

/* Footer
------------------*/

.footer {
	background: #00477f;
	color: #ffffff;
	line-height: 1.6;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック";
}

.footer a {
	color: #ffffff;
}

.footer .innerBlock {
	overflow: hidden;
	font-size: 10px;
	padding: 20px 25px;
	text-align: center;
	height: 60px;
	margin: 0 auto;
}

/* SNS
------------------*/

.snsarea {
	width: 420px;
	margin: 150px auto 0;
}

.sns {
	position: absolute;
	margin-top: -60px;
}

.sns li {
	float: left;
	overflow: hidden;
	padding: 0 0 0 10px;
}

.sns .f {
	width: 110px !important;
}

.sns .t {
	width: 80px !important;
}

.sns .g {
	width: 64px !important;
}

.sns .l {
	width: 88px !important;
}

