@charset "utf-8";

body {
	position: relative;
	min-width: 950px;
	overflow-x: hidden;
}

section {
	min-width: 950px;
}

.center{
	font-size: 2.5em;
	padding: 40px 0 0 0;
	text-align: center;
}

section h1 {
	margin-bottom: 15px;
}

.secinner{
	padding-left: 175px;
}

.contentWp{
	width: 100%;
}


.contents {
	width: 635px;
	margin: 0 auto;
	padding: 20px 30px 0 30px;
	background: url(../images/bg_W70.png) left top repeat;
}

.slide {
	width: 100%;
}

.none {
	display: none;
}

#fade {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background:  #FFF;
}

small p {
	width: 99%;
	font-size: 10px;
	color: #FFF;
	background: #115477;
	text-align: right;
	height: 20px;
	line-height: 20px;
	padding-right: 1%;
}


/* =========================================================
 SIDENAVI
========================================================= */
#sideNavi {
	width: 154px;
	text-align: center;
	position: fixed;
	bottom: 30px;
	left: 0;
	z-index: 150;
}

#sideNavi p {
	margin-bottom: 15px;
}

#sideNavi ul.navibox {
	width: 153px;
}

#sideNavi li {
	margin-bottom: 2px;
}

#sideNavi .snslink {
	width: 7em;
	margin: 10px auto 5px auto;
	text-align: left;
}

#sideNavi .btn_fb {
	margin-right: 10px;
}

#sideNavi .facebook {
	width: 7em;
	margin: 0 auto 5px auto;
}

#sideNavi .twitter {
	width: 7em;
	margin: 0 auto;
}



/* =========================================================
CONTAINER
========================================================= */

/* top
----------------------------------------------------------*/

#top {
	width: 100%;
	height: 100%;
	/*height: 620px;*/
	background: url(../images/top_bg1.jpg) 50% 0 no-repeat fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: white;
	margin: 0 auto;
}

#top h1 {
	width: 624px;
	margin: 0 0 15px 18px;
}

#top .award {
	width: 350px;
	float: left;
	padding: 30px 0 0 20px;
}

#top .award li {
	float: left;
	margin-right: 10px;
}

#top #txtCopy {
	width: 53px;
	float: right;
	margin: 35px 30px 0 0;
	position: relative;
}

#top #txtCopy .txt01 {
	position: absolute;
	top: 0px;
	left: 0px;
}

#top #txtCopy .txt02 {
	position: absolute;
	top: 54px;
	left: 0px;
}

#top #txtCopy .txt03 {
	position: absolute;
	top: 106px;
	left: 7px;
}

#top #txtCopy .txt04 {
	position: absolute;
	top: 144px;
	left: -2px;
}

#top #txtCopy .txt05 {
	position: absolute;
	top: 204px;
	left: 25px;
}

#top #txtCopy .txt06 {
	position: absolute;
	top: 256px;
	left: 18px;
}

#top #txtCopy .txt07 {
	position: absolute;
	top: 318px;
	left: 27px;
}

#top #txtCopy .txt08 {
	position: absolute;
	top: 370px;
	left: 12px;
}

#top .toukyou {
	width: 300px;
	height:400px;
	float: right;
	margin: 30px 0 0 0;
}

#top .movieTitle {
	width: 704px;
	clear:both;
	height:auto;
	float: none;
	margin: 0px 0px 0 600px;
}

#top .tickerWp {
	clear: both;
	width: 100%;
	height: 18px;
}

#top .ticker {
	width: 100%;
	height: 18px;
	text-align: left;
	position: relative;
	background: url(../images/new.jpg) left top no-repeat #115477;
}

#top .ticker ul {
	width: 100%;
	position: absolute;
	top: 0;
	left: 70px;
	height: 18px;
	overflow: hidden;
}

#top .ticker ul li {
	width: 100%;
	display: none;
	line-height: 18px;
	color: #FFF;
	font-size: 9px;
}

#top .ticker a,
#top .ticker a:visited,
#top .ticker a:active {
	color: #FFF;
}

#top .ticker a:hover {
	text-decoration: none;
}


/* introduction
----------------------------------------------------------*/

#introduction {
	width: 100%;
	height: 100%;
	/*height: 750px;*/
	background: url(../images/introduction_bg.jpg) 50% 0 no-repeat fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0 auto;
	overflow: hidden;
	padding: 50px 0 35px 0;
}

#introduction .contents {
	margin: 0 auto 0 25%;
}

#introduction h2 {
	margin-bottom: 14px;
}

#introduction p {
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 1px;
	padding-bottom: 25px;
}

/* story
----------------------------------------------------------*/

#story {
	width: 100%;
	height: 100%;
	/*height: 1250px;*/
	background: url(../images/story_bg.jpg) 50% 0 no-repeat fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 40px;
}

#story .contents {
	margin: 0;
	background: url(../images/bg_Bk35.png) left top repeat;
}

#story h2 {
	margin-bottom: 4px;
}

#story p {
	color: #FFF;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 1px;
	padding-bottom: 25px;
}


/* cast
----------------------------------------------------------*/

#cast {
	width: 100%;
	height: 100%;
	/*height: 650px;*/
	background: url(../images/cast_bg.jpg) 50% 0 no-repeat fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0 auto;
	overflow: hidden;
	padding: 50px 0 35px 0;
}

#cast .none {
	display: none;
}

#cast .contents {
	width: 805px;
}

#cast h2 {
	margin-bottom: 14px;
}

#cast #castBox {
	width: 770px;
	margin: 0 auto;
	height: 366px;
	overflow: hidden;
	position: relative;
}

#cast .castInner {
	width: 8000px;
	height: 366px;
}

#cast  #castBox .content_wrap {
	width: 770px;
	float: left;
	position: absolute;
	top:0;
	left:;
}

#cast .leftBox {
	width: 350px;
	float: left;
}

#cast .txtBox01 {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #3f7591;
}

#cast .name01,
#cast .name02 {
	margin-bottom: 3px;
}

#cast .rightBox {
	width: 366px;
	float: right;
}

#cast #cast_tmb {
	width: 815px;
	clear: both;
	text-align: center;
	padding: 50px 0 30px 0;
}

#cast #cast_tmb ul {
	width: 325px;
	margin: 0 auto;
	text-align: center;
}

#cast #cast_tmb ul li {
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

#cast #cast_tmb .select {
	display: block;
	height: 53px;
	border: 2px solid #00547e;
	overflow: hidden;
}

#cast p {
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 1px;
}


/* staff
----------------------------------------------------------*/

#staff {
	width: 100%;
	height: 100%;
	/*height: 1250px;*/
	background: url(../images/staff_bg.jpg) 50% 0 no-repeat fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 40px;
}

#staff .contents {
	width: 415px;
	margin: 0;
	padding-bottom: 50px;
	background: url(../images/bg_W70.png) left top repeat;
}

#staff h2 {
	margin-bottom: 14px;
}

#staff dt {
	margin-bottom: 4px;
}

#staff dd {
	margin-bottom: 37px;
}

#staff p,
#staff dd {
	color: #000000;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 1px;
}

#staff li {
	height: 12px;
	margin-bottom: 10px;
}

