@charset "utf-8";

/*===================================================
*
*	base style sheet
*
*	Font-size Adjustment [ base::12px ]
*	
*	84%  = 10px	|	134% = 16px	|	184% = 22px
*	92%  = 11px	|	142% = 17px	|	192% = 23px
*	100% = 12px	|	150% = 18px	|	200% = 24px
*	109% = 13px	|	159% = 19px	|	209% = 25px
*	117% = 14px	|	167% = 20px	|	217% = 26px
*	125% = 15px	|	175% = 21px	|
*
*
*	1. base style
*		1-1. universal selector
*		1-2. body
*	2. element style
*		2-1. anchor
*		2-2. text
*		2-3. list
*		2-4. form
*		2-5. object
*		2-6. table
*	3. outline
*		3-1. wrapper
*		3-2. header
*		3-3. contents
*		3-4. footer
*		3-5. sidebar
*	4. common style
*
====================================================*/

/* ---------------------------------------
 1. base style
----------------------------------------*/

/*
 1-1. universal selector
---------------------------------*/

* {
	zoom: 1;
}

/*
 1-2. body
---------------------------------*/

html {  
	overflow-y: scroll;  
}  

body {
	font-size: 12px;
	font-family: verdana,"trebuchet ms",sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	text-align:center;
	color: #333;
	background:url(/image/common/header/bg_header.gif) 0 0 repeat-x #000;
}


* html body {
	font-size: 75%;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック",verdana,"trebuchet ms",sans-serif;
}

*:first-child+html body {
	font-size: 75%;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック",verdana,"trebuchet ms",sans-serif;
}

/* ---------------------------------------
 2. element style
----------------------------------------*/

/*
 2-1. anchor
---------------------------------*/

a {
	zoom: normal;
	color: #444;
}

a:hover {
	color: #666;
}

a:visited {
	color: #333;
}



/*
 2-2. text
---------------------------------*/

h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

pre {
	font-family: "Osaka－等幅", monospace;
}

em {
	font-style: normal;
}

strong {
	font-weight: bold;
}

code {
	font-family: "Osaka－等幅", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

address {
	font-style: normal;
}

em,strong,del,ins,q {
	zoom: normal;
}

code {
	display:block;
	margin:10px 0;
	padding:10px ;
	background:#FFE ;
	border:1px solid #CCC;
}
/*
 2-3. list
---------------------------------*/

ul,ol {
	list-style: none;
}

ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
}

/*
 2-4. form
---------------------------------*/

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

legend {
	color:#000;
}

input,
textarea {
	font-family: Arial, Helvetica, sans-serif;
}

input {
	line-height: 1.2;
}

textarea {
	padding: 0.2em;
}

optgroup {
	font-style: normal;
	background: #CCC;
}

option {
	background: #FFF;
}



/*
 2-5. object
---------------------------------*/

img {
	border: none;
	vertical-align: bottom;
}

object {
	vertical-align: bottom;
}

/*
 2-6. table
---------------------------------*/

table {
	border-collapse: collapse;
	font-size: inherit;
	font: 100%;
}

table td,th {
	border: 1px solid #000;
	padding: 5px;
}

table th {
	background: #DDD;
	font-weight: bold;
	text-align: center;
}


/* ---------------------------------------
 3. outline
----------------------------------------*/

/*
 3-1. wrapper
---------------------------------*/

div.wrapper {
	width: 910px;
	padding: 0 0;
	margin: 0 auto;
	text-align:left;
	background:#000;
}

/*
 3-2. header
---------------------------------*/
div#header {
	width:910px ;
	height:118px ;
	position:relative ;
	z-index:100;
	text-align:left;
}

div#header h1 {
	padding:18px 0 17px;
}


div#header ul#gnavi{
	margin:-1px 0 0 0;
	padding:0;
}

div#header ul#gnavi li{
	float:left;
	margin:0;
	padding:0;
	height:39px;
}

div#header ul#gnavi li a{
	display:block;

}

ul#subnavi {
	position:absolute ;
	top:12px;
	right:0px;
	z-index:50;
}

ul#subnavi li{
	background:url(/image/common/arrow_01_black.gif) no-repeat 0 50% ;
	padding-left:17px;
	float:left ;
	height:20px ;
}

div.yahooSearch {
	background:url(/image/common/header/bg_search-yahoo.gif) 0 0 #000;
	padding:6px;
	width:289px;
	height:23px;
	position:absolute ;
	top:36px;
	right:0px;
	z-index:10;
}


*html div.yahooSearch {
	width:292px;
	right:2px;
}

div.yahooSearch .searchInput {
	background:url(/image/common/header/bg_input_search-yahoo.gif) 0 0 #FFF;
	width:207px;
	line-height:18px ; 
	padding:1px 2px 2px;
	vertical-align:top;
}

*html div.yahooSearch .searchInput {
	padding:1px 2px 2px;
	width:205px;
	background:url(/image/common/header/bg_input_search-yahoo.gif) -1px 0 #FFF;
}

div.yahooSearch .searchInput:focus  {
	background-image:none;
}

div#header #gnavi li a:hover{
	background: #24313C
}
		
div#header #gnavi li ul{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid black ;
	text-decoration:none;
}


div#header #gnavi li ul:after{
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;

}

		
div#header #gnavi li ul li	{
	float: none !important;
	height:32px;
	text-decoration:none;
}

*html div#header #gnavi li ul li	{
	display: inline;
}

div#header #gnavi li ul li a{
	width: auto;
	color: #FFF;
	display: block;
	padding:8px 10px 7px 20px;
	border-bottom:1px solid #500505;
	text-align:left;
	text-decoration:none !important;
	background:url(/image/common/arrow_s_w.gif) no-repeat 5px 13px #c32321;
}

div#header #gnavi li ul li a:hover	{
	background:url(/image/common/arrow_s_w.gif) no-repeat 5px 13px #200202;
	text-decoration:none;
}


div#header #gnavi li#gnavi_top ul li a{

	width:135px;
}

div#header #gnavi li#gnavi_schedule ul li a{

	width:155px;
}

div#header #gnavi li#gnavi_film ul li a{

	width:165px;
}

div#header #gnavi li#gnavi_ticket ul li a{

	width:165px;
}

div#header #gnavi li#gnavi_access ul li a{

	width:135px;
}

div#header #gnavi li#gnavi_screen ul li a{

	width:140px;
}

div#header #gnavi li#gnavi_simple ul li a{
	width:140px;
}

div#header #gnavi li#gnavi_enquete ul li a{
	width:155px;
}

div.headBanner {
	margin-bottom:10px;	
}

/*
theater select
---------------------------------*/

#theaterSelect {
}

ul#subnavi #nav-one {
	border: 1px solid #444;
	display:none;
	position: absolute;
	top:19px;
	left:0px;
	background: #333;
}

ul#subnavi #nav-one ul {
	background: #000;
}

ul#subnavi #nav-one li#area{
	font-weight:bold;
	color:#fff;
	width:200px;
	padding: 2px 10px;
}

ul#subnavi #nav-one li {
	text-align:left;
	letter-spacing:1px;
	padding-left:0;
	background:none;
	clear:both;
}

ul#subnavi #nav-one li a {
	background: #000;
	color: #fff;
	display: block;
	width:270px;
	padding: 1px 10px 1px 18px;
	text-transform: lowercase;
	text-decoration: none;
	font-weight:normal;
}

ul#subnavi #nav-one li a:hover  {
	background:#900;
	color: #fff;
}

ul#subnavi #nav-one ul li a:hover{
	background: #27294f;
	color: #fff;
}

/*
 3-3. contents
---------------------------------*/

div.contentsWide {
	width:910px;
	background:url(/image/common/bg_wide.gif) 0 0 repeat-y #FFF;
	padding:5px 0px;
	margin-bottom:20px;
}

div.contentsNarrow {
	width:690px;
	background:url(/image/common/bg_narrow.gif) 0 0 repeat-y #FFF;
	padding:5px 0px;
	float:left;
	margin-bottom:20px;
}


div.contents:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

/*
 3-4. footer
---------------------------------*/
div#footer {
	text-align:center;
	clear:both;
}

div#footerBanner ul{
	margin:0;
	padding:20px 0 0 0;
}

div#footerBanner ul li{
	float:left;
	margin:0px 0 0 0;
	padding:0px 12px 0 0;
	width:270px;
}

div#footerBanner ul li address{
	width:910px;
	margin:0;
	padding:0;
}

div#footerBanner ul.telList{
	height:33px;
	margin-bottom:13px;
	padding:0;
	clear:both;
}

div#footerBanner ul.telList li{
	margin:0;
	padding:0;
	width:302px;

	_width:294px;
}


div#footerBanner table.bannerList{
	border:0px solid #000;
	width:880px;
}

div#footerBanner table.bannerList td.banner{
	margin:0;;
	padding:0;
	border:0px solid #000;
}

div#footerBanner table.bannerList td.banner p{
	float:left;
}

div#footerBanner table.bannerList td.banner p.banner01{
	position:relative;
	left:43px;
	top:0;
	padding:0;
	margin:0;

	_left:15px;
}

div#footerBanner table.bannerList td.banner p.banner02{
	position:relative;
	left:64px;
	top:0;
	padding:0;
	margin:0;

	_left:36px;
}

div#footerBanner table.bannerList td.banner p.banner03{
	position:relative;
	left:86px;
	top:0;
	padding:0;
	margin:0;

	_left:58px;
}

div#footerBanner table.bannerList td.banner p.banner04{
	position:relative;
	left:107px;
	top:0;
	padding:0;
	margin:0;

	_left:79px;

}


div#footerBanner table.bannerList td.affiliate{
	width:150px;
	color:#fff;
	text-align:left;
	border:0px solid #000;
	font-size:90%;

	_width:170px;
}

*:first-child+html div#footerBanner table.bannerList td.affiliate{
	width:134px;
	color:#fff;
	text-align:left;
	border:0px solid #000;
} 


div#footerBanner table.bannerList td.affiliate a{
	color:#fff;
}

div#footerNavi {
	background:url(/image/common/footer/bg_footer.gif) repeat-x #000000;
	margin:0 auto;
	height:40px;
	padding-top:9px;
}

*html div#footerNavi {
	padding-top:13px;
}

*+html div#footerNavi {
	padding-top:13px;
}


div#footerNavi ul{
	margin:0 auto;
	text-align:center;
}

div#footerNavi ul li{
	display:inline;
	margin:0;
	padding: 0 11px;
	line-height:1em;
	border-right:#666 1px solid;
}

div#footerNavi ul li.last{
	border-right:none;
}

div#footerNavi ul li a img{
	vertical-align:middle;
}


div#footerLink {
	clear:both;
	width:880px;
	padding:10px 15px;
	margin:20px auto 5px;
	text-align:left;
	border:1px dotted #666;
}

div#footerLink h2{
	color:#999;
	font-size:84%;
	margin: 0 0 10px ;
	border-bottom:1px dotted #666;
}

div#footerLink li{
	display:inline;
	border-right:1px solid #666;
}

div#footerLink a{
	padding: 0 38px;
	color:#999;
	font-size:84%;
}

div#footerLink li.lastChild{
	border:none;
}

div#footerLink li.lastChild a{
	padding: 0 0 0 18px ;
}


p#copyright{
	text-align:center;
	margin:0;
	padding:15px 0;
}


/*
 3-5. sidebar
---------------------------------*/

.sidebarTmp p img{
	width:200px;
	position:relative;
	top:0;
	left:0;

}

.sidebar{
	width:200px;
	float:right;
}

.sidebar div.boxSide {
	width:200px;
	padding:0px;
	float:left;
}

.sidebar div.boxSide div {
	margin-bottom:10px;
	background:url(/image/common/bg_side.gif) 0 0 repeat-y #FFF;
}


.sidebar div.information {
	display:none;
}

h2.headSide {
	margin:0 5px ;
	padding: 5px 0 0;
	font-size: 109%;

	_margin:0 0 0 5px;
	_padding: 5px 0 0;
}

div.boxSide div.serviceSide {
	text-align:center;
}

div.boxSide div.serviceSide img{
	padding-bottom:10px;
}

div.boxSide div.serviceSide a span.filmTitle {
	text-decoration:underline;
	display:block;
	margin-bottom:10px;
}

.campaignBanner .banners img {
	margin-bottom:5px;
}

div.boxSide div.serviceSide img.serviceBottom{
	padding-bottom:0px;
}

div.boxSide div.campaignBanner {
	background:#000;
}

div.boxSide div.campaignBanner ol.banners li{
	padding-bottom:10px;
}

div.boxSide div.campaignBanner ol.banners a img{
	border:1px solid #666;
}

/* 劇場からのおしらせ
---------------------*/

div.boxSide ul.theaterinfo {
}

div.boxSide ul.theaterinfo li {
	margin-bottom: 10px;
}

div.boxSide ul.theaterinfo li img {
	width: 60px;
	float: left;
}

div.boxSide ul.theaterinfo li p {
	width: 110px;
	float: right;
}

div.boxSide ul.theaterinfo li p span {
	font-size: 92%;
}



/* ---------------------------------------
 4. common style
----------------------------------------*/

.section{
	padding:10px;
}

.head01 {
	margin:0 5px 10px;
	padding:0;
	font-size: 117%;
}

.head02 {
	background: url("/image/common/title_h2_wide.gif") no-repeat 0 0 #000;
	margin:0 5px 10px;
	padding: 15px 0 0 12px; 
	color:#FFF;
	height:35px;
	font-size: 134%;
}

.head03 {
	background: url("/image/common/title_h2_narrow.gif") no-repeat 0 0 #000;
	margin:0 5px 10px;
	padding: 15px 0 0 12px; 
	color:#FFF;
	height:35px;
	font-size: 134%;
}

.head04 {
	background: url("/image/common/line_dot_black.gif") repeat-x 0 bottom ;
	padding: 5px 0 7px;
	margin-bottom:10px;
	clear: both;
	font-size:117%;
}

.head04 span {
	padding: 3px 12px;
	border-left: 5px solid #151587;
}


/* calendar
-----------------------------------*/

table#scheduleCalender th,
table#scheduleCalender td {
	font-size: 93%;
	width: 29px;
	padding: 0;
	text-align: center;
	border: 1px solid #666;
}

table#scheduleCalender th {
	font-weight: normal;
	background: #000;
	color: #FFF;
}

table#scheduleCalender th.sunday {
	background: #c92727;
}

table#scheduleCalender th.saturday {
	background: #2777c9;
}

table#scheduleCalender td {
	background: #CCC;
}

table#scheduleCalender td.activeDay {
	background: #FFF;
}

table#scheduleCalender td a {
	display: block;
	width: 100%;
}

table#scheduleCalender td a:hover {
	background: #EEE;
	color: #C00;
	padding:0 0 0 1px; 
}

p.topicPath {
	font-size: 84%;
	margin:10px 0;
	color:#DDD;
	clear:both;
}

p.topicPath a{
	color:#DDD
}

p.topicPath a:visited {
color:#DDDDDD;
}

p.goTop {
	padding-top:10px;
	text-align:right ;
	clear: both;
}

.lineDot {
	padding:1em 0;
	background: url("/image/common/line_dot_black.gif") repeat-x 0 50% ;
	clear: both;
}

ul.contentsTub {
	width:690px;
	height:57px;
}

ul.contentsTub li {
	float:left;
	width:120px;
	margin-right:5px;
	position:relative;
	height:57px;
}

ul.contentsTub li img {
	position:absolute;
	bottom:0;
	left:0;
}


.arrow_b{
	background: url("/image/common/arrow_01_black.gif") no-repeat 1px 50% ;
	padding-left:22px;
	color:#EEE;
}

.arrow_w{
	background: url("/image/common/arrow_01_white.gif") no-repeat 1px 50% ;
	padding-left:22px;
}

.arrow_s{
	background: url("/image/common/arrow_s.gif") no-repeat 1px 50% ;
	padding-left:18px;
}


hr {
	display:none;
}

.clear {
	clear:both;
}

.imgL {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.imgR{
	float:right ;
	margin-left:10px;
	margin-bottom:10px;
}



/*
	important article
--------------------------------*/

.important_info {
	color: black;
	background-color: write;
	border: 3px solid red;
	margin: 0 0 10px 0;
	padding: 10px;
	background-color:#F9F9F9;
}
.important_info .title {
	font-size: 107%;
	color: red;
	font-weight: bold;
	margin-bottom: 10px
}
.important_info .catch_copy {
	color: red;
	margin-bottom: 10px
}


div.important_informations p,
div.important_informations div.catch_copy {
	display:none;
}

div.important_informations div.title {
	display:block;
}


.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	zoom: 1;
}
