@charset "UTF-8";

* html body {
	overflow: hidden;
}
body {
	padding: 0;
	background:#fff;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	color: #333;
}
a {
	overflow: hidden;
	outline: none;
}
a:link {
	color:#de3800;
	text-decoration: none;
}
a:visited {
	color: #de3800;
	text-decoration: none;
}
a:active {
	color: #de3800;
	text-decoration: underline;
}
a:hover {
	color: #de3800;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.large {
	font-size: 16px;
}
.small {
	font-size: 12px;
	font-weight: normal;
}
.x-small {
	font-size: 10px;
	font-weight: normal;
}
.fltL {
	float: left;
}
.fltR {
	float: right;
}
img {
	border: 0;
}

.normal { font-weight: normal; color: #000; }
.red { color: #d35f4a; }
.pink { color: #dc829c; }
.orange { color: #eb9404;}

.f10 {	font-size: 10px;}
.f11 {	font-size: 11px;}
.f12 {	font-size: 12px;}
.f13 {	font-size: 13px;}
.f14 {	font-size: 14px;}
.f15 {	font-size: 15px;}
.f16 {	font-size: 16px;}
.f18 {	font-size: 18px;}
.f20 {	font-size: 20px;}



/****************************************
	Temp
*****************************************/
#wrapperHeader {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #dfb683;
}

#header {
	display: block;
	position: relative;
	width: 1000px;
	height: 48px;
	margin: 0 auto;
}
#header h1 {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#header h1 a:hover img {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: “alpha( opacity=50 )”;
	}


#menu {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 785px;
}
#menu ul li {
	float: left;
	list-style: none;
	text-decoration: none;
	font-size: 1px;
	line-height: 1;
}


#wrapperBg{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 0 30px;
	background-color: #fef8e3;
	background-repeat: no-repeat;
}

#wrapperBg.intro {
	background-image: url(../img/bg_intro.jpg);
	background-position: center top;
}	
	#wrapperBg.story {
	background-image: url(../img/bg_story.jpg);
	background-position: center 75px;
}
#wrapperBg.review {
	background-image: url(../img/bg_review.jpg);
	background-position: center 60px;
}

#wrapperTitle {
	width: 1000px;
	height: 72px;
	margin: 48px auto 30px;
}

#wrapperTitle h2 {
	float: left;
}

#snavi {
	float: right;
	width: 611px;
	height: 32px;
	margin: 12px 0 0;
	padding:0;
}

#snavi ul li {
	float: left;
	list-style: none;
	text-decoration: none;
	font-size: 1px;
	margin: 0 0 0 3px;
}
#snavi ul li.on {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}

#snavi a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
	}

#wrapperFoot {
	display: block;
	width: 100%;
	margin: 0 0 30px;
	padding: 20px 0 10px;
	border-top: 1px solid #dfb683;
}
	
#foot {
	width: 1000px;
	margin: 0 auto;
}
	
/****************************************
	MAIN 
*****************************************/

#main {
	display: block;
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 30px;
	font-size: 13px;
}

#main h2 {
	clear: both;
	margin-bottom: 20px;
}

#main h3 {
	line-height: 1;
	margin-bottom: 20px;
}

.section {
	display: block;
	clear: both;
	position: relative;
}

.section p {
	line-height: 1.8;
	margin-bottom: 1em;
}
.box {
	display: block;
	width: 480px;
}

.t_center {
	text-align: center;
}
.t_right {
	text-align: right;
}

/*
hr {
	clear: both;
	margin: 0 0 20px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #453e4a;
	height: 1px;
}
*/
	
/*==========INDEX==========*/

#wrapperMenu {
	display: block;
	width: 1000px;
	margin: 0 auto;
}

#menuIndex {
	display: block;
	margin: 0 auto;
	width: 785px;
}
#menuIndex ul li {
	float: left;
	list-style: none;
	text-decoration: none;
	font-size: 1px;
	line-height: 1;
}

#wrapperIndex {
	clear: both;
	display: block;
	width: 100%;
	height: 636px;
	margin: 0 0 20px;
	background: url(../img/index/main.jpg) no-repeat top center;
	border-bottom: 1px solid #dfb683;
}

#mainIndex {
	display: block;
	position: relative;
	width: 1000px;
	height: 636px;
	margin: 0 auto;
}
#mainIndex h1 {
	position: absolute;
	top: 163px;
	right: 0;
}
#mainIndex h2 {
	position: absolute;
	top: 20px;
	right: 0px;
}
#indexMovie {
	position: absolute;
	top: 423px;
	right: 116px;
}
#mainIndex p.lead{
	position: absolute;
	top: 343px;
	left: 139px;
}

#mainIndex p.commentBtn {
	position: absolute;
	top: 470px;
	left: 390px;
}


#indexFoot {
	display: block;
	clear: both;
	width: 1000px;
	margin: 0 auto 30px;
}


/*---Banner_Button---*/

#banner {
	display: block;
	margin-bottom: 10px;
	text-align: center;
}
#banner img {
	margin-left:5px;
	margin-right:5px;
}

/*
#banner ul li {
	float: left;
	margin-right: 15px;
}*/

#snsShare {
	clear: both;
	display: block;
	width: 250px;
	margin: 0 auto 10px;
	padding: 0;
}

#snsShare ul li {
	float: left;
}

.fb-like {
	text-align: left;
}


/*====================*/

.boxIntro {
	width: 630px;
}

p.intro {
	position: absolute;
	top: 20px;
	right: 0px;
}

.boxStory01 {
	float: right;
	width: 550px;
}
.boxStory02 {
	float:left;
	width: 400px;
}

.boxCast {
	width: 300px;
}
.ml175 {
	margin-left: 175px;
}

.boxCast h4 {
	font-size: 15px;
	margin-bottom: 5px;
	padding-left: 30px;
}

.boxCast h4.ico_or {
	background: url(../img/icon_cast01.png) no-repeat;
}

.boxCast h4.ico_pk {
	background: url(../img/icon_cast02.png) no-repeat;
}

.boxDpro {
	padding: 30px;
	height: 670px;
	margin-bottom:30px;
	background:url(../img/bg_director.jpg) no-repeat;
}

.boxDpro p.profile {
	width: 520px;
}
.boxDpro p.film {
	width: 380px;
	font-size: 12px;
	line-height: 1.6;
}

.award {
	font-size: 11px;
	color: #a17a40;
	}

.boxDint01 {
	width: 580px;
}
.boxDint02 {
	width: 380px;
}

.boxMusic {
	padding: 20px 30px 0;
	height: 550px;
	background:url(../img/bg_music.jpg) no-repeat;
}

.mtRev {
	margin-top: 430px;
}

.review p {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 5px;
	padding-left: 15px;
	border-left: 2px solid #dfb683;
}
.review p.author {
	color: #9d752c;
	font-size: 12px;
	text-align: left;
	margin-bottom: 20px;
	border: none;
}

/*==========COMMENT==========*/
/*
.comment ul {
}

.comment li {
	float: left;
	width: 278px;
	border: 1px solid #dfb683;
	padding: 15px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

.comment li.img{
	float: left;
	border: none;
	padding:0;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
*/	


.comment {
	border: 1px solid #dfb683;
	padding: 15px;
	margin-bottom: 20px;
}

.boxCom {
	width: 310px;
}

.imgCom img {
	padding:0;
	margin-bottom: 15px;
}

.comment p {
	font-size: 13px;
	line-height: 1.8;
	margin-bottom: 5px;
}
.comment p.author {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	/*margin-bottom: 5px;*/
	color: #cc9900;
}

/*==========THEATER==========*/

.ticket {
	display: block;
	position: relative;
	width: 1000px;
	height: 422px;
	margin: 0 auto 30px;
	background: url(../img/ticket.jpg) #dfb683;
}

.ticket p {
	display: block;
	position: absolute;
	left: 64px;
	top: 310px;
}

.ticket a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
	}

#areaMenu {
	display: block;
	font-size: 14px;
	color: #857966;
	text-align: center;
	margin: 0 auto 20px;
}

.theater h5 {
	color: #30150a;
}

table {
	border-collapse: collapse;
	width: 1000px;
	margin: 0 auto 30px;
	font-size: 14px;
}
th {
	padding: 5px;
	margin: 0px;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #dfb683;
	background: #e8cc8d;
	text-align: center;
}
td {
	padding: 5px;
	margin: 0px;
	border: 1px solid #dfb683;
}