@charset "utf-8";
/* = reset css
--------------------------------------------------------------- */

/* Yahoo! CSS Reset (YUI 3)
 
http://developer.yahoo.com/yui/license.html
 
version: 3.2.0
*/
html {
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select {
 *font-size:100%;
}
legend {
	color: #000;
}
/* = html
--------------------------------------------------------------- */
html,body {
	overflow-x:hidden;
}
body {
	font-size: 0.9em;
	color: #333;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	margin:0px auto;
	width:950px;
	overflow-x:hidden;
}
a {
	color: #1a75bb;
	text-decoration: none;
}
a:hover {
	color: #59c3ea;
	text-decoration: underline;
}
a:hover img {
	opacity: 0.6;
}
h1 {
}
hr {
	border: none;
	height: 1px;
	border-bottom: 1px #1b7bb5 solid;
	clear: both;
	margin: 0px 0px 15px 0px;
}
hr.border {
	height: 2px;
	background: url(../images/common/border-hr.jpg) no-repeat;
	border-bottom: none;
	clear: both;
	margin: 15px 0px 15px 0px;
}
p {
	margin: 5px 0px 10px 0px;
	font-size: 1.0em;
}
/* = must classes
------------------------------------------------------------ */

.txt-l {
	text-align: left !important;
}
.txt-c {
	text-align: center !important;
}
.txt-r {
	text-align: right !important;
}
.float-l {
	float: left;
}
.float-r {
	float: right;
}
.clearfix {
	width: 100%;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.img-l {
	float: left;
	margin: 0px 20px 0px 0px;
}
.img-r {
	float: right;
	margin: 0px 0px 0px 20px;
}
div.section {
	clear: both;
	margin: 0px 0px 20px 0px;
	width: 100%;
}
div.section-last {
	clear: both;
	margin: 0px 0px 50px 0px;
	width: 100%;
}
div.section-half {
	margin: 0px 0px 20px 0px;
	width: 475px;
}
div.section-n {
	clear: both;
	margin: 0px 0px 0px 0px;
	width: 100%;
}
div.section-r {
	clear: both;
	margin: 0px 0px 0px 10px;
}
div.section:after {
	content: "";
	display: block;
	clear: both;
}
dl {
	margin: 0px 0px 10px 0px;
}
dl dt {
	padding: 5px 0px 0 0px;
	color: #403f41;
	font-weight: bold;
}
dl dd {
	padding: 5px 0 0 0;
}
dl dd:after {
	content: "";
	display: block;
	clear: both;
}
dl dd {
	display: block;
}
dl dd a:hover {
	text-decoration: underline;
}
dl dd.even {
/*background:#f2eee8;	*/
}
body #wrapper {
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}
#wrapper {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
}
strong {
	font-weight:bold;
}
.attention-01 {
	font-weight:bold;
	color:#FF0000;
}
/* = header
---------------------- */

#header {
	width: 100%;
	height: 105px;
	background: url(../images/header_bg.png) left 10px repeat-x;
	z-index: 1;
	/*	position:fixed;*/
	margin-left : auto;
	margin-right : auto;
}
#headerbox {
	width: 950px;
	height: 30px;
	padding-top:25px;
}
#headerbox h1 {
	float: left;
}
#headerbox .text {
	float: left;
	font-weight: bold;
	font-size: 15px;
	padding: 13px 0px 0px 3px;
	text-align: left;
	color: #df7800;
}
#headerbox .text img{
	padding-top:5px;	
}
#headerbox .newest{
	margin-bottom:0px !important;
}
#headerbox .newest a{
	color: #1a75bb;
	padding: 0px 0px 0px 20px;
	background: url(../images/ico-arrow-02.jpg) 5px 4px no-repeat;
	font-size:0.9em;
}
#contents{
	width:950px;
	float:right;
	position: relative;	
}
#important_information{
	width:545px;
	height:91px;
	clear:both;		
	position: absolute;
	top: 335px;
	left: 12px;	
	background: url(../images/img-top-02.png) 0px 0px no-repeat;
}
#important_information .important_details{
	width:545px;
	height:91px;
	padding:5px;
	margin-top:-20px;
}
.title {
	font-weight: bold;
	font-size: 20px;
	padding-left: 4px;
	padding-right: 4px;
	color: #d0141b;
}
#fb-like iframe{
	width:109px !important;	
}
#twitter iframe{
	width:93px !important;	
}

/* = navi
---------------------- */
#navi-wrapper {
	width: 100%;
	height: 30px;
	margin: 0 0 15px 0;
}
#navi {
	clear: both;
	width: 1100px;
	margin: 10px auto 10px auto;
}
#navi ul li {
	float: left;
	color: #fff;
	display: inline;
	margin: 0px;
	margin-right:20px;
}
#navi ul li.last {
	margin-right:0px;
}

/*メニューの表示・非表示切り替え*/
#box1 {
	width: 950px;
	height: auto;
	padding-bottom: 20px;
	display: block;
}
#box2 {
	width: 950px;
	height: auto;
	padding-bottom: 20px;
}
#box3 {
	width: 950px;
	height: auto;
	padding-bottom: 20px;
}
#box4 {
	width: 950px;
	height: auto;
	padding-bottom: 20px;
}
#box5 {
	width: 950px;
	height: auto;
	padding-bottom: 20px;
}
#box6 {
	width: 950px;
	height: auto;
	padding-bottom: 20px;
}
.panel {
	display: none;
	width: 900px;
}
#infobox {
	width: 950px;
	height: auto;
	padding-bottom: 15px;
	text-align: left;
}
#infobox h3 {
	width: 950px;
/*	height: 60px; */
	padding-bottom: 15px;
}
#infobox .info_index {
	background: url(../images/info_index.png) no-repeat;
	background-position: bottom;
	display: block;
	text-indent: -99999px;
}
.theaterbox {
	margin-bottom:30px;
	width:459px;
/*	width: 370px;
	height: 390px;
	padding-left: 25px;
	text-align: left;
*/
}
/*
.theaterboxframe {
	width: 345px;
	height: auto;
	font-size: 14px;
}

*/
.importantbox {
	width:534px;
}

.main_th {
	font-weight: bold;
	color: #2bd0ff;
	margin-top: 14px;
	padding-bottom: 10px;
	font-size: 16px;
}
/*
.story {
	width: 519px;
	padding-bottom: 15px;
	clear: both;
	text-align: left;
}
.storytit {
	font-weight: bold;
	color: #2bd0ff;
	margin-top: 14px;
	margin-bottom: 14px;
	padding-bottom: 12px;
	font-size: 16px;
}
.storytext {
	font-size: 14px;
	padding: 15px;
}
.storytext img {
	float: right;
	padding: 0 0 8px 10px;
}
*/
.news {
	font-size: 14px;
	text-align: left;
}
.newsbox {
	width: 370px;
	height: 420px;
	padding-left: 25px;
	text-align: left;
}

#main h3 {
	display: block;
	text-indent: -99999px;
}
.movie {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 50px;
}
.concept {
	width: 950px;
	padding-bottom: 35px;
	text-align: left;
}
.conceptind {
	width: 950px;
	height: 73px;
	background: url(../images/concept.png) no-repeat;
	background-position: top;
	display: block;
	text-indent: -99999px;
}
.concepttext {
	width: 700px;
	padding-left: 257px;
	padding-bottom: 30px;
	font-size: 14px;
	line-height: 1.9em;
}
.concept_bold {
	font-size: 22px;
	line-height: 1.6em;
}
.message {
	width: 950px;
	height: 400px;
	background: url(../images/message.png) no-repeat;
	background-position: top;
	text-align: left;
}
.messagetext {
	width: 700px;
	padding-top: 80px;
	padding-left: 257px;
	padding-bottom: 30px;
	font-size: 14px;
	line-height: 1.9em;
}
.coopaer {
	width: 950px;
	height: 439px;
	background: url(../images/cooperration.png) no-repeat;
	display: block;
	text-indent: -99999px;
	margin-bottom: 15px;
}
.cast {
	width: 950px;
	height: 405px;
	background: url(../images/cast.png) no-repeat;
	display: block;
	text-indent: -99999px;
	margin-bottom: 45px;
}
#staffbox {
	width: 950px;
	text-align: left;
}
#staffbox .staff {
	width: 450px;
	height: 70px;
	background: url(../images/staff_ind.png) no-repeat;
}
#staffbox .left {
	width: 534px;
	height: 440px;
	display: block;
	text-indent: -99999px;
	padding-left: 15px;
	background: url(../images/staff.png) no-repeat;
	float: left;
}
#staffbox .right {
	width: 401px;
	height: 400px;
	display: block;
	text-indent: -99999px;
	background: url(../images/staff_right.png) no-repeat;
	float: right;
}
.linkbox {
	width: 950px;
	height: 250px;
	padding-left: 25px;
	padding-bottom: 70px;
	background: url(../images/link_index.png) no-repeat;
	background-position: top left;
	text-align: left;
}
.linkbox img {
	padding-top: 90px;
	padding-right: 10px;
	float: left;
}
#footer {
	width: 100%;
	height: 50px;
	text-align: center;
	background-color: #df7800;
	clear:both;
}
.copy {
	background: url(../images/copy.png) no-repeat;
	background-position: center;
	display: block;
	text-indent: -99999px;
}

/* --- top_information --- */
#top_information h4 {
	color:#62ac00;
	font-size:1.4em;
	font-weight:bold;
	text-align:left;
	margin-bottom:15px;
}
#top_information h5 {
	color: #df7800;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
}
#top_information p {
	margin-bottom: 5px;
}
#top_information ul.schedule li {
	line-height:160%;
}
#top_information .section-schedule {
	margin-bottom:20px;
}
#top_information dl.news dt {
	font-weight: bold;
	color: #62ac00;
	font-size: 1.1em;
}
#top_information dl.news dd {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom: 1px #969696 dotted;
	line-height:160%;	
}
#story{

}
#story h4 {
	color:#62ac00;
	font-size:1.4em;
	font-weight:bold;
	text-align:left;
	margin-bottom:15px;
}
#story h5 {
	color: #df7800;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
}
#story p {
	line-height:200%;
}


/* = content-lowerlayer
--------------------------------------------------------------- */
#content-lowerlayer {
	width:950px;
	height:100%;
}
/* = breadcrumb
--------------------------------------------------------------- */
#content-lowerlayer #breadclumb {
	width: 950px;
	text-align: left;
	margin: 0 0 15px 0;
}

/* --- content-lowerlayer --- */
#content-lowerlayer p {
	text-align:left;
	line-height:2em;
}
#content-lowerlayer .pause-01 {
	margin-bottom:10px;
}
#content-lowerlayer .pause-02 {
	margin-bottom:15px;
}
#content-lowerlayer .pause-03 {
	margin-bottom:20px;
}
#content-lowerlayer .pause-04 {
	margin-bottom:25px;
}
#content-lowerlayer .pause-05 {
	margin-bottom:30px;
}
#content-lowerlayer h2 {
	margin-bottom:15px;
}
#content-lowerlayer h3 {
	color:#62ac00;
	font-size:1.4em;
	font-weight:bold;
	text-align:left;
	margin-bottom:20px;
}
#content-lowerlayer h4 {
	color:#df7800;
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
	margin-bottom:15px;
}
#content-lowerlayer .paragraph {
	background:#FFFFFF;
	margin:0px;
	padding:30px;
	border:4px solid #df7800;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	margin-bottom:15px;
}
#content-lowerlayer .section {
	border-bottom: 1px #969696 dotted;
	margin-bottom: 30px;
}
#content-lowerlayer .section-last {
	border-bottom: none;
	margin-bottom: 0px;	
}

#content-lowerlayer ul.cast_introduction li{
	width:198px;
	float:left;	
	margin-right:30px;
	margin-bottom:30px;
}
#content-lowerlayer ul.cast_introduction li.last{
	margin-right:0px;
}
#content-lowerlayer .official-title{
	color:#df7800;
}
#content-lowerlayer .actor-name{
	color:#62ac00;
	font-size:1.1em;
}
#content-lowerlayer ul.documentary {
	float:left;
	margin-bottom:30px;	
}
#content-lowerlayer ul.documentary li {
	text-align:left;
	margin-right:20px;
	margin-bottom:10px;
}
#content-lowerlayer ul.staff {
	float:left;
	width:421px;
	margin-bottom:30px;	
}
#content-lowerlayer ul.staff li {
	text-align:left;
	padding: 0px 0px 0px 14px;
	background: url(../images/ico-square-01.jpg) left 8px no-repeat;
	margin-right:20px;
	line-height:200%;
}
#content-lowerlayer ul.staff li.last {
	padding-bottom:0px;
}
/* --- screening --- */

#content-lowerlayer #screening dl {
	margin-bottom:30px;
}
#content-lowerlayer #screening dd {
	margin-bottom:15px;
}
#content-lowerlayer #screening h3 {
	margin-bottom:15px;
}
#content-lowerlayer #screening h4 {
	margin-bottom:5px;
}
#content-lowerlayer #screening ul {
	margin-bottom:30px;
}
/* --- thanks --- */
#content-lowerlayer #thanks p {
	margin-bottom:50px;
}
#content-lowerlayer #thanks .thanks-name-01 {
	font-size:1.5em;
}
#content-lowerlayer #thanks .thanks-name-02 {
	font-size:1.3em;
}
#content-lowerlayer #thanks .thanks-name-03 {
	font-size:1.1em;
}
#content-lowerlayer #thanks .thanks-name-04 {
}
#content-lowerlayer #thanks ul.thanks-photo li {
	float:left;
	width:200px;
	margin-right:20px;
	margin-bottom:50px;	
}
#content-lowerlayer #thanks ul.thanks-photo li.last {
	background:none;
	margin-right:0px;	
}
/* --- network --- */
#content-lowerlayer #network h3 a {
	color: #62ac00;
}