@charset "utf-8";

/* ------------------------------------
 * Common
 * --------------------------------- */

body {
color:#3b3b3b;
background:#fbf7e8 url(../images/common/bg.gif) top repeat-x;
font-size: 14px;
/* font-size: 1.4rem; /* =14px */
line-height:1.55;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {
    body {
        font-size: 24px;
    }
}

a:link,a:visited { color: #695342; text-decoration:none;}
a:hover,a:active { color: #e0426d; text-decoration:none;}
.target_blank{
	background:url(../images/common/target_blank.gif) right no-repeat;
	padding-right:15px;
}


@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {
    .fontXL {
        font-size: 28px;
    }
}


/* ------------------------------------
 * Common Global
 * --------------------------------- */

/* Global Header*/

header#global{
	width:980px;
	height:33px;
	margin:0 auto;
	padding-top:4px;
	border-bottom:3px #ffa42e solid;
}

header#global>h1{
	width:280px;
	height:33px;
	line-height:33px;
	float:left;
}

header#global>h1 img, header#global>h1 a img{display:block;}

ul#gl_navi {
	font-size:13px;
	float:right;
	width:690px;
	padding:5px 5px 0;
	line-height:28px;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {
    ul#gl_navi {
        font-size: 20px;
    }
}

/*
ul#gl_navi a:link, ul#gl_navi a:visited { color: #695342; text-decoration:none;}
ul#gl_navi a:hover,ul#gl_navi a:active { color: #695342; text-decoration:underline;}
*/

ul#gl_navi li{
	float:right;
	margin-left:15px;
	background:url(../images/common/arrow01.gif) left no-repeat;
	padding-left:20px;
}

#oldBrowser {
	display: none;
	float: right;
	font-size: 10px;
	line-height:1.3;
	padding-top:3px;
	text-align: right;
	width: 160px;
}

#oldBrowser a:link,#oldBrowser a:visited { color: #e0426d; text-decoration:underline;}
#oldBrowser a:hover,#oldBrowser a:active { color: #e0426d; text-decoration:none;}

ul#FontSize {
	float: right;
	height: 24px;
	padding-top: 5px;
	width: 160px;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {
    ul#FontSize {
		display:none;
    }
}

ul#FontSize li {
	float: left;
	font-size: 0px;
	line-height: 0;
	margin-right: 2px;
	vertical-align: bottom;
}

ul#FontSize li:last-child {
	margin-right: 0px;
}

ul#FontSize li a.S {
	background: url("../images/common/s.gif") repeat scroll center top transparent;
	display: block;
	height: 24px;
	width: 24px;
}

ul#FontSize li a.S:hover {
	background-position: center bottom;
}

ul#FontSize li a.M {
	background: url("../images/common/m.gif") repeat scroll center bottom transparent;
	display: block;
	height: 24px;
	width: 24px;
}

ul#FontSize li a.L {
	background: url("../images/common/l.gif") repeat scroll center top transparent;
	display: block;
	height: 24px;
	width: 24px;
}

ul#FontSize li a.L:hover {
	background-position: center bottom;
}

/* Global Footer*/

footer#global2{
	width:980px;
	padding:20px 0;
	margin:0 auto;
	border-top:3px #ffa42e solid;
}

footer#global2>table{
	width:980px;
}

footer#global2>table td{
	padding-left: 10px;
	text-align:center;
}

footer#global2>table td span{
	background:url(../images/common/arrow01.gif) left no-repeat;
	padding-left:20px;
}

/*
footer#global2>table td a:link, footer#global>table td a:visited { color: #695342; text-decoration:none;}
footer#global2>table td a:hover,footer#global>table td a:active { color: #695342; text-decoration:underline;}
*/

footer#global2>ul{
	width:980px;
	text-align:center;
	margin-bottom:10px;
}

footer#global2>ul>li{
	border-left:1px #5b5b5b solid;
	display:inline;
	padding:0 0.5em 0 1em;
	font-size:77%;
}

footer#global2>ul>li:first-child{ border-left:none;}

footer#global2>ul>li a:link, footer#global>ul>li a:visited { color: #5b5b5b; text-decoration:none;}
footer#global2>ul>li a:hover,footer#global>ul>li a:active { color: #808080; text-decoration:none;}

footer#global2 p{text-align:center;}


/* bread-crumb-list as パンクズリスト */
#bread-crumb-list {
	width:980px;
	height:18px;
	margin:0 auto;
	font-size:12px;
	margin-bottom:10px;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {
	#bread-crumb-list {
        font-size: 20px;
		padding-left:10px;
    }
}

#bread-crumb-list li {
	display: inline;
	/background:url(../images/common/pankuzu.gif) left no-repeat;
	/padding-left:14px;
}
#bread-crumb-list li a {
  color: #3b3b3b;
}
#bread-crumb-list li a:hover {
  color: #695342;
}

#bread-crumb-list li:last-child a{cursor:default;}
#bread-crumb-list li:last-child a:hover{
	text-decoration:none;
	color:#3b3b3b;
}

#bread-crumb-list li:before {
    content:" > ";
}

#bread-crumb-list li:first-child:before {
        content: none;
}

#bread-crumb-list li:first-child{
	/background:none;
	/padding:0;
}



/* ------------------------------------
 * Section Wrapper as Contents
 * --------------------------------- */
 
section#wrap{
	width:980px;
	margin:0 auto;
	overflow:hidden;
}

section#wrap>header{
	width:980px;
	height:150px;
	padding:10px 0;
}

section#wrap>header>h1{
	width:220px;
	height:88px;
	float:left;
}

section#wrap>header>h1 img, section#wrap>header>h1 a img{
	display:block;
	border:1px #695342 dotted;
}

section#wrap>header>figure{
	float:right;
	width:728px;
	height:90px;
	overflow:hidden;
	background:url(../images/common/pr1.gif) left no-repeat;
	padding-left:15px;
}

section#wrap>header>nav{
	clear:both;
	width:980px;
	height:50px;
}
section#wrap>header>nav>h2{display:none;}

section#wrap>header>nav ul{ padding-top:10px;}

section#wrap>header>nav ul li{
	float:left;
	display:block;
	line-height:0;
	vertical-align:bottom;
	font:0;
}

section#wrap>header>nav ul li a img {filter:alpha(opacity=100);opacity:1;-webkit-transition:opacity 0.1s linear;-moz-transition:opacity 0.1s linear;-o-transition:opacity 0.1s linear;transition:opacity 0.1s linear; background:#FFF;}
section#wrap>header>nav ul li a:hover img, section#wrap>header>nav ul li  a:focus img {filter:alpha(opacity=70);opacity:0.7;-webkit-transition:opacity 0.1s linear;-moz-transition:opacity 0.1s linear;-o-transition:opacity 0.1s linear;transition:opacity 0.1s linear; background:#FFF;}


/* ------------------------------------
 * Section Container
 * --------------------------------- */
 
section#container{
	width:670px;
	float:left;
	margin-bottom:30px;
}

p.up{
	text-align:right;
	margin:10px 0 20px;
}

p.up a:link,p.up a:visited { }
p.up a:hover,p.up a:active { }

p.up span{
	color:#ff8307;
	margin-right:3px;
}


/* ----Pickup JS Area--- */
#loopedSlider {
	width:670px;
	height:260px;
	position:relative;
	margin-bottom:20px;
	}

.pickup {
	width:670px;
	height:260px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
	z-index:1;
	}

.slides { position:absolute; top:0; left:0; }

.slides>figure {
	position:absolute;
	top:0;
	width:670px;
	display:none;
  }

ul.pagination {
	margin:0 auto;
	z-index:2;
	position:absolute;
	bottom:0;
	width:670px;
	filter:alpha(opacity=60);
	opacity:0.6;
	background:#FFF;
	line-height:22px;
	}
ul.pagination li {
	display:inline;
	line-height:20px;
	vertical-align:top;
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px 0 5px 5px;
	margin:0;
	}
ul.pagination li a:link,ul.pagination li a:visited {
	color:#6e5244!important;
	text-decoration:none!important;
	}
ul.pagination li.active a:link, ul.pagination li.active a:visited, ul.pagination li a:hover, ul.pagination li a:active{
	color:#e0426d!important;
}

.slideNext{
	z-index:2;
	position:absolute;
	top:100px;
	right:0;
}

.slidePrev{
	z-index:2;
	position:absolute;
	top:100px;
	left:0;
}

section#container>h1{

}

section#container>h1 img{display:block;}


/* ----icon 説明--- */
#iconsBox{
	clear:both;
	width:644px;
	padding:10px 10px 0;
	border:3px #695342 solid;
	background:#FFFFFF;
}

#iconsBox>table{
	width:644px;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#iconsBox>table td {
	vertical-align:middle;
	line-height:23px;
	font-size:10px;
	padding:0 10px 10px 0;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {
    #iconsBox>table td  {
        font-size: 16px;
    }
}

#iconsBox>table td img{
	vertical-align:middle;
	margin-right:5px;
}

#iconsBox>table td>ul li{
	float:right;
}

#iconsBox>table td>ul li img{
	margin:0 0 0 5px;
}

/* ----日別ボタンエリア--- */
#dayBtnBox{
	width:660px;
	height:75px;
	padding:10px 5px;
	overflow:hidden;
}

#prev01,#next01{
	width:27px;
	float:left;
	padding-top:20px;
}

#dayBtnArea{
	width:588px;
	height:75px;
	padding:0 8px 0 10px;
	float:left;
}

#dayBtnArea>table {width:588px; height:75px; overflow:hidden;}

#dayBtnArea>table td{
	vertical-align:top;
	width:82px;
	height:75px;
	text-align:center;
	border-right:2px #fbf9fc solid;
	background:url(../images/day/daybg.gif) left top no-repeat;
	color: #3b3b3b;
	line-height:29px;
}

#dayBtnArea>table td div{
	width:82px;
	height:70px;
	padding-top:7px;
	line-height:27px;
}

#dayBtnArea>table td div img{padding-top:3px; /padding-top:8px;}


div.linkBlock:hover{background:url(../images/day/daybg_hover.gif) left top no-repeat;}
div.linkBlock2:hover{background:url(../images/day/daybg_hover2.gif) left top no-repeat;}


#dayBtnArea>table td.current{
	background:url(../images/day/daybg_current.gif) left top no-repeat;

}

#dayBtnArea>table td.able{background:url(../images/day/daybg_able.gif) left top no-repeat;}
#dayBtnArea>table td.able:hover{background-image:url(../images/day/daybg_hover.gif);}

#dayBtnArea>table td a:link,#dayBtnArea>table td a:visited { color: #3b3b3b; text-decoration:none!important;}

.month01{font-size:12px;}
.day01{font-size:22px; font-weight:bold;}
.week01{font-size:12px;}
.week02{font-size:12px; color:#09F;}
.week03{font-size:12px; color:#e64847;}

@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {
	.month01{font-size:20px;}
	.day01{font-size:28px;}
	.week01{font-size:20px;}
	.week02{font-size:20px;}
	.week03{font-size:20px;}
	#dayBtnArea table td{position:relative;}
	#dayBtnArea table td div img {position:absolute;left:40%;bottom:12px;}
}


.week02b{color:#09F;}
.week03b{color:#e64847;}


/* ------------------------------------
 * Section Schedule
 * --------------------------------- */

/* 日別上映スケジュール */
#Day_schedule{

}

#Day_title{
	background:#695342;
	width:670px;
	height:47px;
}

#Day_title>h1{
	/*width:115px;*/
	padding:7px 0 0 5px;
	height:40px;
	line-height:40px;
	float:left;
	color:#FFFFFF;
	font-size:26px;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {
	#Day_title>h1{
		padding:14px 0 0 5px !important;
	}
}

#Day_title>h1 span{
	font-size:13px;
	margin-left:5px;
}

#Day_title>h1 span.scheTxt{
	font-size:16px;
	margin-left:5px;
}


@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {
	#Day_title>h1{font-size:34px;}
	#Day_title>h1 span{font-size:22px;}
	#Day_title>h1 span.scheTxt{font-size:28px;}
}

#Day_title>figure.tl{
	float:left;
	width:160px;
}

#Day_title>figure.tl2{
	/*float:left;*/
	float:right;
	width:370px;
}


.scheduleBox{
	width:664px;
	border-right:3px #695342 solid;
	border-bottom:3px #695342 solid;
	border-left:3px #695342 solid;
	background:#FFFFFF;
}

.MvTtl{
	border-bottom:1px #ffa42e dashed;
	margin-bottom:5px;
	width:100%;
	min-height:30px;
	display:table;
}

.MovieTitle1{
	padding:5px;
	width:550px;
	min-height:30px;
	display:table-cell;
	vertical-align: middle;
	/* font-family:'Meiryo UI'; */
	/float:left;
}

.MovieTitle1>h2{
	font-size:116%;
	line-height:1.5;

	padding-left:10px;
}



.MovieTitle1>h2.more{
	border-left:13px #fe8308 solid;
	padding-left:15px;
	margin-left:10px;
}

.MovieTitle1>h2 a:link,.MovieTitle1>h2 a:visited { color: #333; text-decoration:none;}
.MovieTitle1>h2 a:hover,.MovieTitle1>h2 a:active { color: #000; text-decoration:underline;}


.MovieTitle1>h2 span img{
	display:inline;
	margin-left:5px;

	margin-top: -.1em;
	/margin-top: -4px;
}

.totalTime{
	width:80px;
	padding:5px;
	font-size:10px;
	height:30px;
	line-height:30px;
	float:right;
	display:table;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {
	.totalTime{font-size:13px;}
	.MovieTitle1>h2{padding-bottom:5px;}
}

.scheduleBox>table {
	margin-bottom:5px;
	clear:both;
}

.scheduleBox>table>tbody>tr>th{
	width:75px;
	vertical-align:middle;
	text-align:center;
}

.scheduleBox>table>tbody>tr>td{
	border-left:1px #ff8307 solid;
	width:87px;
	padding:5px;
	vertical-align:top;
}

.scheduleBox>table>tbody>tr>td.kei{
	padding:0!important;
	background:url(../images/border.gif) center repeat-x;
}

.scheduleBox>table td>p{
	font-size:10px;
	height:19px;
	line-height:12px; /* シアター名 */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {
	.scheduleBox>table td>p{font-size:16px;padding-top:6px;}
}

.scheduleBox>table td>p.morning{
	background:url(../images/icon/05b.png) right no-repeat;
	padding-right:22px;
}

.scheduleBox>table td>p.night{
	background:url(../images/icon/06b.png) right no-repeat;
	padding-right:22px;
}

.scheduleBox>table>tbody>tr>td>table{width:100%;}

.scheduleBox>table td>table td{
	vertical-align:middle;
	padding:5px 5px 0 0;
	line-height:1.2;
	font-size:13px;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {
	.scheduleBox>table td>table td{font-size:22px;line-height:2;}
}

.scheduleBox>table td>table td img{
	max-width:none;
}

.theaterInfo{
	float:left;
	width:29px;
}

.MvTime{
	float:right;
	width:65px
}

.MVcaution{
	border-top:1px #ffa42e dashed;
	font-size:77%;
	padding:2px 12px;
}

.between{
	width:640px;
	padding:0 15px;
	background:#695342;
	color:#FFFFFF;
	font-size:93%;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {
	.between p {
		padding:2px 0 5px 0;
	}
	
	.MVcaution {
		padding:5px 0 5px 10px;
	}
}





#Week_schedule>table,#Week_schedule>div>table{width:664px; background:#FFFFFF;}

#Week_schedule>div{position:relative;}

#Week_schedule>table>tbody>tr>th{
	width:237px;
	border-top:1px #ff850b solid;
}

#Week_schedule>table>tbody>tr>td{
	width:60px;
	border-left:1px #ff850b solid;
	border-top:1px #ff850b solid;
}

table.sequence1 th{
	width:237px;
	background:#ff850b;
	color:#FFFFFF;
	vertical-align:middle;
	text-align:center;
	font-size:18px;
	letter-spacing:0.1em;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {
	#Week_schedule table {line-height:2;}
	table.sequence1 th{font-size:26px;}
	table.sequence1 td {line-height:2 !important;}
	table.sequence3 th,table.sequence3 th section > div > h2 a, table.sequence3 td p {line-height:2 !important;}
}



table.sequence1 td{
	width:60px;
	border-left:1px #ff850b solid;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	line-height:18px;
	font-size:16px;
	height:50px;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {
	table.sequence1 td{font-size:24px;}
}

table.sequence1b th{
	width:237px;
	background:#ff850b;
	color:#FFFFFF;
	vertical-align:middle;
	text-align:center;
	font-size:18px;
	letter-spacing:0.1em;
	border-top:1px #ff850b solid;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {
	table.sequence1b th{font-size:26px;}
}

table.sequence1b td{
	width:60px;
	border-left:1px #ff850b solid;
	border-top:1px #ff850b solid;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	line-height:18px;
	font-size:16px;
	height:50px;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {
	table.sequence1b td{font-size:24px;}
}

table.sequence2 th{
	font-weight:normal;
	vertical-align:middle;
	text-align:center;
	font-size:14px;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {
	table.sequence1b td{font-size:20px;}
}

table.sequence2 td{
	text-align:center;
	vertical-align:middle;
	padding:3px 0;
}


table.sequence3 tr:nth-child(even){background:#fbf0e4;}

table.sequence3 th {
	text-align:left;
	/* font-family:'Meiryo UI'; */
	font-weight:normal;
}

table.sequence3 th section{padding:9px;}

table.sequence3 th section>figure{
	float:left;
	width:50px;
	height:71px;
}

table.sequence3 th section>div{
	width:160px;
	float:right;
}

table.sequence3 th section>div>h2{
	font-size:108%;
	line-height:1.2;
}

table.sequence3 th section>div>h2 a:link,table.sequence3 th section>div>h2 a:visited { color: #333; text-decoration:none;}
table.sequence3 th section>div>h2 a:hover,table.sequence3 th section>div>h2 a:active { color: #000; text-decoration:none;}

table.sequence3 th section>div>span{
	margin-right:5px;
}

table.sequence3 td{
	vertical-align: middle;
	text-align:center;
	line-height:1.3;
	padding:9px 0;
	font-weight:bold;
	color:#3f3f3f;
}


/* 作品詳細 */

#cinemaInfo{
	width:634px;
	padding:15px 15px 0;
}

#cinemaInfo>figure{
	width:90px;
	float:left;
	margin-right:15px;
}

#creditBox{
	width:410px;
	float:left;
	font-size:93%;
}

#creditBox>div{width:200px;}

.moreCinema{
	float:right;
	padding-right:15px;
	margin-top:-40px;
	padding-bottom:15px;
	display: none;
}

#undo{
	width:106px;
	float:right;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {
	#creditBox p {
		line-height:2;
	}
}

/* 作品詳細ページスケジュール */

@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {
	.scheduleBox2 table tr td table tr td{
		line-height:2;
	}
}

.scheduleBox2{
	width:664px;
	border-top:1px #ff8408 solid;
	padding:5px 0;
	background:#FFFFFF;
}

.can{background: url(../images/cinema/schedule_box2_bg.gif) repeat-y #FFFFFF;}
.disabled{background: url(../images/cinema/schedule_box2_bg2.gif) repeat-y #FFFFFF;}


.scheduleBox2>table {

	clear:both;
}

.scheduleBox2>table>tbody>tr>th{
	width:75px;
	vertical-align:middle;
	text-align:center;
	font-size:77%;
}

.scheduleBox2>table>tbody>tr>td{
	border-right:1px #ff8307 solid;
	width:87px;
	padding:5px;
	vertical-align:top;
}

.scheduleBox2 table td:last-child{
	border-right:none!important;
}

.scheduleBox2>table>tbody>tr>td.kei{
	padding:0!important;
	background:url(../images/border.gif) center repeat-x;
}

.scheduleBox2>table td>p{
	font-size:10px;
	height:19px;
	line-height:12px;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {
	.scheduleBox2>table td>p{font-size:16px;padding-top:6px;}
}

.scheduleBox2>table td>p.morning{
	background:url(../images/icon/05b.png) right no-repeat;
	padding-right:22px;
}

.scheduleBox2>table td>p.night{
	background:url(../images/icon/06b.png) right no-repeat;
	padding-right:22px;
}

.scheduleBox2>table>tbody>tr>td>table{width:100%;}

.scheduleBox2>table td>table td{
	vertical-align:middle;
	padding:5px 5px 0 0;
	line-height:1.2;
	font-size:13px;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {
	.scheduleBox2>table td>table td{font-size:22px;line-height:2;}
}

.scheduleBox2>table td>table td img{
	max-width:none;
}


/*
.scheduleBox2>table {

}

.scheduleBox2>table>tbody>tr>th{
	width:75px;
	vertical-align:middle;
	text-align:center;
	font-size:77%;
}

.scheduleBox2>table>tbody>tr>td{
	border-right:1px #fff solid;
	background:url(../images/cinema/td_bg.gif) top right no-repeat;
	width:87px;
	padding:5px 5px 0;
	vertical-align:top;
}

.scheduleBox2>table>tbody>tr>td:last-child{
	border:0;
	background:none;
}

.scheduleBox2>table td>p{
	font-size:10px;
	height:19px;
	line-height:19px;
	margin-bottom:2px;
}

.scheduleBox2>table td>p.morning{
	background:url(../images/icon/05b.png) right no-repeat;
	padding-right:22px;
}

.scheduleBox2>table td>p.night{
	background:url(../images/icon/06b.png) right no-repeat;
	padding-right:22px;
}

.scheduleBox2>table>tbody>tr>td>table{width:100%;}

.scheduleBox2>table td>table td{
	vertical-align:middle;
	padding:5px 5px 0 0;
	line-height:1.2;
	font-size:13px;
}

.scheduleBox2>table td>table td img{
	max-width:none;
}

*/


/* ------------------------------------
 *アイコン一覧
 * --------------------------------- */
.icon table{
    border: 4px solid #FDA908;
    font-size;100%;
    width:100%;
} 
.icon table .a {
    text-align: center;
    vertical-align: middle;
    width:60px;
    border-right:none!important;
}
.icon table tr td{
    font-size:100%!important;
    border-left:none!important;
} 

/* ------------------------------------
 * Section Side
 * --------------------------------- */

#side{
	width:300px;
	margin-top:28px;
	float:right;
}

.toppage #side{
	margin-top:0px;
}

section#side>h2{display:none;}

/* マイページログイン*/
#login{
	margin-bottom:15px;
}

/* 重要なお知らせ */
#importantNews{
	background:#e9e9e9;
	margin-bottom:20px;
}

#importantNews>h1 {width:300px; height:30px; overflow:hidden;}
#importantNews>h1 img{display:block;}
#importantNews ul {
	width:280px;
	margin:0 auto;
}

#importantNews ul li{
	border-top:1px #fbf7e8 solid;
	border-bottom:1px #bfbfbf solid;
	background:url(../images/common/arrow02.gif) left 0.9em no-repeat;
	padding:10px 0 10px 13px;
	line-height:1.4;
	font-size:93%;
}

#importantNews ul li:first-child{border-top:none;}
#importantNews ul li:last-child{border-bottom:none;}

#importantNews ul li a:link,#importantNews ul li a:visited { color: #e0426d; text-decoration:underline; display:block;}
#importantNews ul li a:hover,#importantNews ul li a:active { color: #e0426d; text-decoration:none; display:block; background:#f5f5f5;}

@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {
	#importantNews ul li a{
		line-height:2 !important;
	}
}


/* ニュース */
#news{
	width:300px;
	height:235px;
	background:#e9e9e9;
	margin-bottom:20px;
	position:relative;
}

#news>h1 {width:300px; height:30px; overflow:hidden;}
#news>h1 img{display:block;}
#news>h1 a img{
	position:absolute;
	top:5px;
	right:5px;
	z-index:2;
}

#platinumschedule{
	width:300px;
	height:235px;
	background:url(../images/shinjuku/platinumschedule_bg.gif);
	margin-bottom:20px;
	position:relative;
}

#platinumschedule>h1 {width:300px; height:30px; overflow:hidden;}
#platinumschedule>h1 img{display:block;}
#platinumschedule>h1 a img{
	position:absolute;
	top:5px;
	right:5px;
	z-index:2;
}



#scr{
	width:300px;
	height:205px;
}
#scr ul li{
	width:inherit;
	padding:5px 10px;
	line-height:1.4;
	border-top:1px #fbf7e8 solid;
	border-bottom:1px #bfbfbf solid;
}

#scr ul li:first-child{border-top:none;}
#scr ul li:last-child{border-bottom:none;}

#scr ul li span{
	font-size:77%;
	font-weight:bold;
}

#scr ul li a{
	display:block;
	height:auto;
}
#scr ul li a:hover,#scr ul li a:active{

}
#scr ul li b{
	color:#c30001;
	display:block;
	font-weight:bold;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {
	#news ul li {
		line-height:2 !important;
	}
}

/* Scroll bar */
.scrollgeneric {line-height: 1px; font-size: 1px;position: absolute; top: 0; left: 0;}
.vscrollerbase, .vscrollerbar {width: 8px;background-color:#ccc;}
.hscrollerbase, .hscrollerbar {height: 5px}
.vscrollerbar, .hscrollerbar {padding: 0px;z-index: 2;}
.vscrollerbarbeg {background-color:#e0426d;width: 8px;cursor:pointer;}
.vscrollerbarend {width: 8px; height: 1px;}
.vscrollerbase, .hscrollerbase {width: 8px}


/* ------------------------------------
 * PR
 * --------------------------------- */

.pr1{
	width:728px;
	height:90px;
	margin:0 auto 20px;
	padding-left:15px;
	background:url(../../images/pr_banner/pr1.gif) left no-repeat;
	overflow:hidden;
}


.pr2{
	width:300px;
	height:250px;
	margin-bottom:20px;
	padding-top:15px;
	background:url(../../images/pr_banner/pr2.gif) top no-repeat;
	overflow:hidden;
}

.pr3{
	margin:20px 0;
}

.pr4Wrap{
	width:632px;
	margin:15px auto;
	text-align:right;
	font-size:10px;
	color:#000;
}

.pr4{
	width:300px;
}


/* イベントキャンペーン */
#Campaign{
	width:300px;
	height:260px;
	background:#e9e9e9;
	margin-bottom:20px;
	position:relative;
}

#Campaign>h1 {width:300px; height:30px; overflow:hidden;}
#Campaign>h1 img{display:block;}
#Campaign>h1 a img{
	position:absolute;
	top:5px;
	right:5px;
	z-index:2;
}

#Campaign>div{
	width:300px;
	height:230px;
	overflow:hidden;
}

#Campaign ul {
	width:280px;
	margin:0 auto;
}

#Campaign ul li{
	border-top:1px #fbf7e8 solid;
	border-bottom:1px #bfbfbf solid;
	padding:4px 0;
	line-height:1.4;
}

#Campaign ul li:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	font-size:0.1px;
}

#Campaign ul li { zoom: 1;}

#Campaign ul li:first-child{border-top:none;}
#Campaign ul li:last-child{border-bottom:none;}

#Campaign ul li figure {
	float:left;
	width:34px;
	padding-top: 6px;
	line-height: 1.3;
}

#Campaign ul li figure img{display:block;}

#Campaign ul li section{
	width:236px;
	float:right;
	line-height:1.3;
	padding-top:6px;
}

#Campaign ul li a{
	display: block;
	text-decoration: none;
}


#Campaign ul li a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#Campaign ul li a:hover p{
	/*text-decoration: underline;*/
}


@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {
	#Campaign ul li section p{
	line-height:2 !important;
	overflow:hidden;
	height:2.5em;
	}
}


/* サービス */
#asideService{
	margin-bottom:20px;
}


#asideService>h1{
	width:300px;
	height:30px;
	overflow:hidden;
}

#asideServiceList{
	padding: 10px;
	width: 280px;
	background: #e9e9e9;
}

#asideServiceList li{
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 12px;
	background: url(../../images/common/bg_line.png) left bottom repeat-x;
}

#asideServiceList li:last-child{
	margin-bottom: 0;
	background: none;
	padding-bottom: 7px;
}

#asideServiceList li a{
	display: block;
	text-decoration: none;
}

#asideServiceList li img{
	float: left;
	border: 1px #695342 solid;
}

#asideServiceList li a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#asideServiceList li .asideServiceText{
	float: right;
	width: 205px;
	color: #695342;
	line-height: 1.3;
	padding-top: 2px;
	cursor:pointer;
}

#asideServiceList li h2{
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 2px;
}

#asideServiceList li p{
	font-size: 12px;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {
	#asideServiceList li h2{font-size:24px;}
	#asideServiceList li p{font-size:20px;}
	.asideServiceText p, .asideServiceText h2{line-height:2;}
}

#asideServiceList li a:hover p{
	/*text-decoration: underline;*/
}


/* バナー */

#asideBannerArea li{
	width:298px;
	vertical-align:bottom;
	font:0;
	line-height:0;
	margin-bottom: 10px;
	border:1px solid #695342;
}

#asideBannerArea li img {
	width:296px;
  border:1px solid #FFF;
}

#asideShinjukuBannerArea li{
	width:300px;
	vertical-align:bottom;
	font:0;
	line-height:0;
	margin-bottom: 10px;
}





/* ------------------------------------
 * inner page common
 * --------------------------------- */
.contentBox{
	width:662px;
	border:4px #5c376f solid;
	background:#FFF;
}

.contentBox2{
	width:640px;
	border:4px #695342 solid;
	padding:11px;
	background:#FFF;
}

.inner h2 {
	width:670px;
	background:#755387;
	padding:8px 0;
	vertical-align:middle;
	margin-bottom:15px;
}

.inner h2 img {
	display:block;
	margin:0 auto;
}

.inner .contentBox .innerBox {
	margin:10px;
}

.inner .contentBox h3 {
	height:20px;
	padding:0 0 0 10px;
	margin-bottom:15px;
	font-size:125%;
	vertical-align:middle !important;
	position:relative;
}

.inner .contentBox h3 img {
	position:absolute;
	top:2px;
	left:0;
}

.inner .contentBox .headline p {
	margin-bottom:25px;
}

.inner .contentBox h4 {
	padding:7px 0 7px 10px;
	background:#d3afe6;
	line-height:0;
	margin-bottom:15px;
	font-weight:bold;
	font-size:110%;
	line-height:0;
}

.contentBox a {
color:#00A2FF !important;
}
.contentBox a:hover,a:active {
color:#E0426D !important;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {
	.innerBox p, .innerBox ul, .innerBox table, .innerBox a{
		line-height:2 !important;
	}
}


/* ------------------------------------
 * 上映予定　公開予定　作品
 * --------------------------------- */


ul.cinemaList{
}

ul.cinemaList li{
	clear:both;
	border-top:1px solid #bfbfbf;
	padding:10px;
	width:642px;
	overflow:hidden;	
}

ul.cinemaList li:first-child{
	border:none;
}

ul.cinemaList li:hover{
	/*background:#fcdebb;*/
}

p.moreInfo{
	background:#fe8308;
	width:100px;
}

ul.cinemaList li:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

ul.cinemaList li a:hover  {
	text-decoration:none;
}

ul.cinemaList li h2{
	border-left:12px #fa8600 solid;
	padding:8px 0 8px 8px;
	font-size:18px;
	line-height:1.3;
	color:#000;
}


@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {
	ul.cinemaList li h2{font-size:24px;line-height:2;}
	ul.cinemaList li div article,ul.cinemaList li p{line-height:2;}
	ul.cinemaList li article>p{font-size:24px !important;}
}

span.pg12{
	background:url(../images/icon/nenrei_ic008.gif) right no-repeat;
	padding-right:36px;
}

span.r15{
	background:url(../images/icon/nenrei_ic009.gif) right no-repeat;
	padding-right:36px;
}

span.r18{
	background:url(../images/icon/nenrei_ic010.gif) right no-repeat;
	padding-right:36px;
}


ul.cinemaList li div{
	border-top: 1px #fa8600 dashed;
	margin-top: 10px;
	padding-top: 10px;
}

ul.cinemaList li figure{
	width:100px;
	float:left;
	display:table-cell;
	text-align:center;
}

ul.cinemaList li article{
	width:530px;
	float:right;
	line-height:1.3;
	color:#3b3b3b;
}

ul.cinemaList li article>p{
	font-size:100%;
	margin-bottom:15px;
}

ul.cinemaList li article table th{
	text-align:left;
	font-size:12px;
	padding:0 5px 5px 0;
}

ul.cinemaList li article table td{
	padding:0 0 5px 0;
}

ul.cinemaList li>p.copyrightArea{
	float:left;
	width:530px;
	font-size:10px;
	color:#3b3b3b;
	padding-top:5px;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {
	ul.cinemaList li article>p{font-size:18px;}
	ul.cinemaList li article table th{font-size:15px;}
	ul.cinemaList li>p.copyrightArea{font-size:14px;}
}

ul.cinemaList li>p.moreInfo{
	width:100px;
	float:right;
}

/* ------------------------------------
 * 施設案内
 * --------------------------------- */

.facilityArea .txtArea div {
	 float:left;
	 width:462px;
	 font-size:90%;
	 line-height:1.3;
	 margin-bottom:10px;
}

.facilityArea .txtArea div .ttl {
	font-size:110% !important;
	margin-bottom:5px !important;
	font-weight:bold;
}

.facilityArea .txtArea {
	border-bottom:1px solid #e9e9e9;
	margin-bottom:10px;
}

.facilityArea .txtArea:last-child {
	border-bottom:none;
	margin-bottom:0;
}

.layoutArea .txtArea {
	background:#e9e9e9;
	overflow:hidden;
	padding:15px 15px 15px 15px;
	line-height:2;
	margin-bottom:5px;
}
.layoutArea .txtArea2 {
	background:#e9e9e9;
	overflow:hidden;
	padding:15px;
	line-height:1.5;
	margin-bottom:5px;
}

.layoutArea .txtArea2 h5{
	font-size:14px;
}

.layoutArea .txtArea table .horizontal {
	background:url(../images/facility/border_horizontal.gif) repeat-x left bottom;
}

.layoutArea .txtArea table .vertical {
	background:url(../images/facility/border_vertical.gif) repeat-y right top;
}

.layoutArea .txtArea table tr td {
	padding:0 10px;
}

.layoutArea .txtArea2 table .horizontal {
	background:url(../images/facility/border_horizontal.gif) repeat-x left bottom;
}

.layoutArea .txtArea2 table tr td {
	padding:0 10px;
}

.introductionArea .txtArea {
	margin:0 5px;
	margin-bottom:20px;
}

.layoutArea table.theaterMapTbl {
	
	margin:0 auto 10px;
	font-size: 12px;
    width: 100%;
}

.introductionArea h4{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    padding: 16px 10px 13px !important;}


.introductionArea div h5 {
	border-bottom:1px solid #bfbfbf;
	font-size:110%;
	padding:0 0 5px 5px;
}

.introductionArea div p {
	border-top:1px solid #fff;
	padding:5px 0 0 5px;
}



.related table {
	width:640px;
	border:7px #afafaf solid;
}

.related  table th{
    background: none repeat scroll 0 0 #AFAFAF;
    border-right: 1px solid #AFAFAF!important;
    color: #FFFFFF!important;
    font-weight: normal!important;
    padding:10px 10px 10px 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 80px;
}
.related table td{
	padding:10px!important;
}

.related p{
	padding: 0px!important;

}

 table tr td.inner{
	line-height: 1.5;
	padding: 10px!important;
	background: #C0C0C0;
}


.introductionArea div p a {
	color:#e0426d;
}

.companyNavi {
    border-bottom: 1px solid #C6C3C3;
    border-top: 1px solid #C6C3C3;
    margin: 10px 0 30px;
    padding: 10px 0;
}
.companyNavi ul a:first-child {
    margin-left: 0 !important;
}
.companyNavi ul a {
    display: inline-block;
    margin-left: 20px;
}
.companyNavi ul {
    display: block;
    overflow: hidden;
    text-align: center;
}

/* ------------------------------------
 * 売店案内
 * --------------------------------- */
table.drinkmenu td {
padding-left: 18px;
padding-top: 3px;
background: url(../images/shop/shop_ic001.gif) no-repeat 10px 10px;
font-size: 12px;
min-height: 21px;
_height: 21px;
}
table.drinkmenu td.normal {
    background-image: none;
    padding: 0;
    vertical-align: middle;
}
.single h4{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    padding: 16px 10px 13px !important;
	margin-bottom:0px !important;
}


/* ------------------------------------
 * マップ
 * --------------------------------- */
.map {
	width:874px;
	height:807px;
  overflow:auto;
}

.map header {
	width:784px !important;
}

.map #global {
	border:none !important;
	margin-bottom:6px;
}

.map .contentBox {
	width:746px !important;
	border:4px #695342 solid;
	background:#FFF;
	margin:0 auto;
	padding:20px;
}

.map .head {
	width:441px;
}

.map h2 {
	height:20px;
	padding:0 0 0 10px;
	margin-bottom:15px;
	font-size:130%;
	vertical-align:middle !important;
	position:relative;
}

.map h2 img {
	position:absolute;
	top:2px;
	left:0;
}

.map table tr th, .map table tr td {
	border:1px solid #ec8900;
	padding:10px;
	font-size:120%;
}

.map table tr th {
	color:#ec8900;
	text-align:left;
}

.map .close {
	text-align:center;
	margin:20px 0 20px 0;
	line-height:1;
	font-size:110%;
}

/* ------------------------------------
 * 前売券情報
 * --------------------------------- */
.ticket table {
	width:618px;
	margin:10px auto 20px;
	border:4px solid #BEA0CE;
}

.ticket table caption {
	width:598px;
	background:#BEA0CE;
	font-weight:bold;
	font-size:130%;
	padding:5px 0 0 20px;
	text-align:left;
}

.ticket table th, .ticket table td {
	border-bottom:1px solid #BEA0CE;
	padding:5px 15px;
}

.ticket table th {
	border-right:4px solid #BEA0CE;
	text-align:left;
	width:134px;
	font-weight:normal;
}

.ticket .red {
	color:red;
}

.ticket .end {
	border:4px solid #9577A5;
	position:relative;
	background:#d9d9d9;
}

.ticket .end caption {
	background:#9577A5;
}

.ticket .end th {
	border-right:4px solid #9577A5;
}

.ticket .end th, .ticket .end td {
	border-bottom:1px solid #9577A5;
}

.ticket .end .endImg {
	position:absolute;
	top:10px;
	right:4px;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {
	.ticket table {
		line-height:2;
	}
}

/* ------------------------------------
 * 料金案内
 * --------------------------------- */
 
.price table {
	width:618px;
	margin:10px auto;
	border:4px solid #faab00;
}

.price table caption {
	width:598px;
	background:#faab00;
	font-weight:bold;
	font-size:130%;
	padding:5px 0 0 20px;
	text-align:left;
	color:#fff;
}

.price table th, .price table td {
	border-bottom:1px solid #faab00;
	padding:5px 15px;
}

.price table th {
	border-right:4px solid #faab00;
	text-align:left;
	font-weight:normal;
	vertical-align:middle;
}

.price table .a {
	width:30px;
	text-align:center;
	vertical-align:middle;
}

.price table .b {
	border-right:4px solid #faab00;
	text-align:left;
	vertical-align:middle;
}

.price table .c {
	width:120px;
	text-align:right;
	vertical-align:middle;
	font-weight:bold;
	font-size:120%;
}

.price ul {
	width:619px;
	margin:0 auto 20px;	
}

.price ul li {
	text-indent:-1em;
	padding-left:1em;
}

.attention{ padding:10px 20px 0 20px;}

@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {
	.price {
		line-height:2;
	}
}

/* ------------------------------------
 * アクセス
 * --------------------------------- */

.access iframe {
	border:1px solid #969696;
	margin-bottom:10px;
}

.access .innerBox {
	position:relative;
}

.access .innerBox .harf {
	position:relative;
	width:321px;
}

.access .innerBox p {
	padding:0 5px;
}

.access .innerBox p.link {
	padding:5px 5px;
}

.access .innerBox p.item {
	font-weight:bold;
	margin-bottom:5px;
	font-size:110%;
	text-indent:-0.5em;
}

.access table th {
	color:#ec8900
}

.access table th, .access table td {
	border:1px solid #ec8900;
	padding:15px;
}

.access .cars table th, .access .cars table td {
	width:212px;
}

.access .bicycles table td {
	text-align:center;
}

.access table ul li {
	padding-left:1em;
	text-indent:-1em;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {
	.access .innerBox iframe {
		margin-bottom:15px;
	}
}

/* ------------------------------------
 * お知らせ
 * --------------------------------- */

.news dl {
	width:665px;
	border-bottom:1px solid #695342;
	vertical-align:middle;
}

.news dl dt {
	width:70px;
	float:left;
	clear:both;
	text-align:center;
	padding:10px 15px;
	overflow:hidden;
	vertical-align:middle;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {
    .news dl dt {font-size:20px;}
    .news dl {line-height:2;}
    .news dl dt img {padding:3px;}
    .news .item {padding:10px 0;}
}

.news dl dd {
	padding:10px 15px;
	vertical-align:middle;
	font-weight:bold;
}

.news dl a:link, .news dl a:visited {
	color:#695342 !important;
}

.news dl a:hover, .news dl a:active {
	color:#e0426d !important;
}

.news .newsttl {
	background:url(../images/news/dash.gif) left bottom repeat-x;
	padding-bottom:7px;
	margin-bottom:20px;
}

.news .newsttl p {
	padding:0 0 0 14px !important;
	display:block;
	border-left: 10px solid #f8850b;
	font-weight:bold;
	font-size:125%;
}

.news .item {
	font-weight:bold;
	color:#f8850b;
	font-size:110%;
}

.news ul li {
	text-indent:-1em;
	padding-left:1em;
}


.news .innerBox .pagenation {
	margin:20px auto 20px;
	overflow:hidden;
	width:360px;
}

ul#theatre_pageNation{
	width:470px;
	margin:20px auto;
}

ul#theatre_pageNation li{
	margin-left:25px;
	float:left;
	vertical-align:bottom;
	font:0;
	line-height:0;
	padding:0 !important;
}

ul#theatre_pageNation li img,ul#ent_pageNation li a img{
	vertical-align:bottom;
	display:block;
}

ul#theatre_pageNation li:first-child{
	margin-left:0;
}

/* ------------------------------------
 * イベント
 * --------------------------------- */
ul#evtnewsList li{
	clear:both;
	border-top:1px solid #bfbfbf;
	padding:10px;
	width:642px;
	overflow:hidden;
}

ul#evtnewsList li:first-child{
	border:none;
}

ul#evtnewsList li:hover{
	/*background:#fcdebb;*/
}

ul#evtnewsList li p.moreInfo{
	background:#fe8308;
	width:100px;
	float:right;
}

ul#evtnewsList li a:link .newsTtl,ul#evtnewsList li a:visited {
	color:#695342 !important;
}

ul#evtnewsList li:hover p.moreInfo img{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

 
ul#evtnewsList li figure{
	width:100px;
	float:left;
	display:table-cell;
	text-align:center;
}

ul#evtnewsList li article{
	width:530px;
	float:right;
	line-height:1.3;
}

ul#evtnewsList li article>p.date{
	color:#222;
	font-size:10px;
	margin-bottom:2px;
}

ul#evtnewsList li article>p.newsTtl{
	font-size:18px;
	margin-bottom:4px;
}

ul#evtnewsList li:link article>p.newsTtl{
	color:#695342;
}

ul#evtnewsList li:hover article>p.newsTtl{
	color:#e2416e !important;
}

ul#evtnewsList li article>p.newsTxt{
	font-size:12px;
	color:#3b3b3b;
}

ul#evtnewsList li a p.moreInfo{
	text-align:right;
	clear:both;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {
    ul#evtnewsList li article>p.date{font-size:24px;line-height:2;}
	 ul#evtnewsList li article>p.newsTtl{font-size:130%;line-height:2;}
}

/* pagenation */
.pagenation{
	width:211px;
	margin:20px auto;
}

.pagenation figure img{
	border:1px #695342 solid;
	float:left;
	margin-right:5px;
}

.pagenation ul{
	float:left;
	margin-right:5px;
	background:url(../images/common/three-pointed.gif) right no-repeat;
	padding-right:14px;
}

.pagenation ul li{
	display:block;
	border:1px #695342 solid;
	background:#f18d00;
	color:#FFF;
	width:20px;
	height:20px;
	line-height:20px;
	float:left;
	margin-right:5px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {
	.pagenation ul li{font-size:20px;}
}

.pagenation ul li a{
	display:block;
	background:#FFF;
	color:#695342;
}

.pagenation ul li a:hover{
	background:#fcdebb;
	text-decoration:none;
}


@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {
    .pagenation ul li a{
		height:20px;
		line-height:2;
	}
	.pagenation ul li{
		line-height:2;
		height:20px;
	}
}

#to_concept{
background: url("../images/shinjuku/to_concept.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding-left: 20px;
}


/* ------------------------------------
 * 売店案内(.shop)
 * --------------------------------- */

 .shop {
	width:874px;
	height:2593px;
	margin: 0 auto;
}

.shop header {
	width:784px !important;
}

.shop #global {
	border:none !important;
	margin-bottom:6px;
}

.shop .contentBox {
	width: 814px !important;
	border: 4px #695342 solid;
	background: #FFF;
	/* margin: 0 auto; */
	padding: 20px;
}

.shop .head {
	width:441px;
}

.shop h2 {
	height:20px;
	padding:0 0 0 10px;
	margin-bottom:15px;
	font-size:130%;
	vertical-align:middle !important;
	position:relative;
}

.shop h2 img {
	position:absolute;
	top:2px;
	left:0;
}

.shop table tr th, .shop table tr td {
	border:1px solid #ec8900;
	padding:10px;
	font-size:120%;
}

.shop table tr th {
	color:#ec8900;
	text-align:left;
}

.shop .close {
	text-align:center;
	margin:20px 0 20px 0;
	line-height:1;
	font-size:110%;
}

header#globalS{
	width:980px;
	height:33px;
	padding-top:4px;
	margin-bottom: 10px;
}

header#globalS>h1{
	width:280px;
	height:33px;
	line-height:33px;
	float:left;
}

header#globalS>h1 img, header#globalS>h1 a img{display:block;}


/**
 * color codes
 *  #0c340f
 *  #8ec202
 *  #d7ed5d
 *  #ff8000
 *  #a0d512
 *  #f5faec
 **/

body {
  color:#000000;
  background:#fbf9fc url(../images/oscc/bg.gif) top repeat-x;
}

section#wrap>header{
  padding-top:14px;
}

a:link,
a:visited{
  color:inherit;
}
a:hover,
a:active{
  color:#5a356d;
}

#global{
  display:none;
}

p.up span{
  color:#b9272b;
}

footer#global2{
  border-top-color:#c5a4d6;
}
footer#global2>table td span{
  background-image:url(../images/oscc/arrow01.gif);
}

.center {
  text-align: center;
}

.indent-1 {
    margin-left: 1em;
    text-indent: -1em;
}

/**
 * top pr banner
 **/
section#wrap>header>figure{
  background-image:url(../images/oscc/pr1.gif);
}
/**
 * top slide banner
 **/
ul.pagination li.active a:link, ul.pagination li.active a:visited, ul.pagination li a:hover, ul.pagination li a:active{
  color:#c5a4d6 !important;
}

/**
 * sidebar scrollbar
 **/
.vscrollerbarbeg {
  background-color:#b394c3;
}

/**
 * sidebar link
 **/
#importantNews ul li a:link,
#importantNews ul li a:hover,
#importantNews ul li a:active,
#importantNews ul li a:visited{
  color: #c96603;
  background-color: transparent;
}

/**
 * schedule
 **/
#iconsBox,
.scheduleBox,
.MvTtl,
.MVcaution,
.scheduleBox>table>tbody>tr>td,
#Week_schedule,
#Week_schedule>table>tbody>tr>th,
#Week_schedule>table>tbody>tr>td,
table.sequence1 td,
table.sequence1b th,
table.sequence1b td
{
  border-color:#755387;
}
#Day_title,
.between {
  background-color:#755387;
}

#next01 {
  background: url("../images/oscc/next01_disabled.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  cursor: default;
}
#prev01.slide_active {
  background: url("../images/oscc/prev01.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
}
#next01.slide_active {
  background: url("../images/oscc/next01.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
}
#prev01.slide_none {
  background: url("../images/oscc/prev01_disabled.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  cursor: default;
}
#next01.slide_none {
  background: url("../images/oscc/next01_disabled.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  cursor: default;
}

#dayBtnArea > table td.hover_current,#dayBtnArea > table td.hover_current:hover {
  background: url("../images/oscc/daybg_hover_current.gif") no-repeat;
}
#dayBtnArea > table td.current {
  background:url("../images/oscc/daybg_current.gif") left top no-repeat !important;
}


/**
 * weekly schedule 
 **/
table.sequence1 th,
table.sequence1b th{
  background-color:#a285b1;
}
table.sequence3 tr:nth-child(even){
  background-color:#f0e2f7;
}


#dayBtnArea>table td{
  border-right-color: #f5faec;
  background-image:url(../images/oscc/daybg.gif);
}
#dayBtnArea>table td:hover{
  background-image:url(../images/oscc/daybg.gif);
}
#dayBtnArea>table td.able{
  background-image:url(../images/oscc/daybg_able.gif);
}
#dayBtnArea>table td.able:hover{
  background-image:url(../images/oscc/daybg_hover.gif);
}
div.linkBlock:hover{
  background-image:none;
}
div.linkBlock2:hover{
  background-image:none;
}
#dayBtnArea > table td.current{
  background-image:url(../images/oscc/daybg_current.gif) !important;
}
.scheduleBox>table>tbody>tr>td.kei{
  background-image:url(../images/oscc/border.gif);
}

/**
 * detail
 **/
.scheduleBox2,
.scheduleBox2>table>tbody>tr>td{
  border-color:#755387;
}
.MovieTitle1>h2.more{
  border-color:#a285b1;
}
.can{
  background-image:url(../images/oscc/schedule_box2_bg.gif);
}
.disabled{
  background-image:url(../images/oscc/schedule_box2_bg2.gif);
}

/**
 * sidebar
 **/
#importantNews ul li{
  background-image:url(../images/oscc/arrow02.gif);
}

.pr1, .pr2{
  background-image:url(../images/oscc/pr.gif);
}

#asideServiceList li .asideServiceText{
  color: inherit;
}

/**
 * other pages
 **/
.contentBox_inner h3 {
  font-size: 115%;
  height: 20px;
  margin-bottom: 15px;
  padding: 0 0 0 10px;
  position: relative;
  vertical-align: middle !important;
}
.contentBox_inner h3 img {
  left: 0;
  position: absolute;
  top: 2px;
}
.contentBox_inner table {
  border: 4px solid #FDA908;
  width: 100%;
}

.map .contentBox{
  border-color: #5c376f;
}
.map #global {
  display: block;
}

p.moreInfo {
  background: #8e69a1 !important;
}
ul.cinemaList li h2{
	border-left:12px #a285b1 solid;
}
ul.cinemaList li div{
	border-top: 1px #a285b1 dashed;
}

.inner .contentBox h4 {
	background:#a285b1;
}

.ticket table,.price table {
  border: 4px solid #d3afe6;
}
.ticket table caption,
.price table caption {
  background: #d3afe6;
}
.ticket table th,
.price table th {
  border-right: 4px solid #d3afe6;
}
.ticket table th, .ticket table td,
.price table th, .price table td {
  border-bottom: 1px solid #d3afe6;
}

.price table .b {
  border-right: 4px solid #d3afe6;
}

.icon #global{
  display:block;
}
.icon #global h1 img{
  height: 33px;
  width: auto;
}
.icon table {
  border: 4px solid #8e69a1;
}
.map table tr th,
.map table tr td {
  border: 1px solid #8e69a1;
  color: #5c376f;
}


section.wrap {
    margin: 0 auto;
    width: 980px;
}

.contentBox a, .contentBox2 a {
    color: #00A2FF !important;
}
.contentBox2 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #5c376f;
    padding: 11px;
    width: 640px;
}

section.container {
    float: left;
    width: 670px;
}

/* ------------------------------------
 * members 
 * --------------------------------- */
nav.tab_3 ul {
    height: 57px;
    width: 670px;
}
nav.tab_3 ul li {
    float: left;
    line-height: 0;
    margin-left: 10px;
    vertical-align: bottom;
}
nav.tab_3 ul li:first-child {
    margin-left: 0;
}

.contentBox_inner .aboutmember p{
	margin-bottom: 0;
}

.contentBox_inner .aboutmember table {
	margin-bottom: 5px;
}

.contentBox_inner .aboutmember table th{
	text-align: left;
	border-right: 1px solid #d3afe6;
	border-bottom: 1px solid #d3afe6;
	font-weight: normal;
	background: #fff;
	color: #5c376f;
}

.contentBox_inner .aboutmember table td{
	text-align: right;
	border-bottom: 1px solid #d3afe6;
}

.contentBox_inner .aboutmember table th.point_cap {
	background: #d3afe6;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.contentBox_inner .aboutmember h4 {
	padding:7px 0 7px 10px;
	background:#896999;
	line-height:0;
	margin-bottom:15px;
	font-weight:bold;
	font-size:110%;
	line-height:0;
}

.aboutmember h5 {
	margin-bottom: 10px;
}

.aboutmember ul {
	margin-bottom: 20px;
}

.aboutmember ul li {
	margin: 0 0 10px 15px;
	padding-left: 15px;
	text-indent: -20px;
}

.aboutmember ul li:before{
	content: "・ ";
	color: #d3afe6;
	font-weight: bold;
}


/* ------------------------------------
 * ticket 
 * --------------------------------- */
.ticket .confirm {
  margin: 0 auto 20px;
  text-align: center;
}
.ticket .confirm div {
  background: none repeat scroll 0 0 #FE8308;
  float: left;
  overflow: hidden;
}

.ticket .mailaddress {
	color: #5a356d;
}

.way {
  margin-bottom: 20px;
}
.way .arrow {
  clear: both;
  padding: 10px 0 15px;
  text-align: center;
  width: 640px;
}
.way figure figcaption {
  font-size: 70%;
  padding: 10px 0 0;
  text-align: center;
}

.ticket dl, .ticket dl dd {
	border: medium none !important;
    font-size: 90%;
    line-height: 1.4;
}
.ticket dl dt {
  padding-right: 10px !important;
  width: 25px !important;
}
.ticket dl dd {
    height: 31px;
}

.ticket .issue {
	margin-top: -40px;
}

.ticket .machine {
	margin-left: 10px;
}

.contentBox_inner dl dt {
    float: left;
    font-weight: bold;
    width: 140px;
}

.contentBox_inner table th {
  background: none repeat scroll 0 0 #d3afe6;
  color: #FFFFFF;
}

.credit {
    border-bottom: 3px solid #a285b1;
    border-left: 3px solid #a285b1;
    border-right: 3px solid #a285b1;
}

/* ------------------------------------
 * news as ニュース
 * --------------------------------- */
 .news .newsttl {
   background : url("../images/news/dash_n.gif") repeat-x scroll left bottom rgba(0, 0, 0, 0)
 }
.news .newsttl p {
  border-left: 10px solid #a285b1;
}

.news dl a:link, .news dl a:visited {
    color: #5c376f !important;
}
.news dl a:hover, .news dl a:active {
    color: #a285b1 !important;
}



/* ------------------------------------
 * faq as よくあるご質問
 * --------------------------------- */

.slide_btn {
	width:620px;
	position:relative;
	background:#c5a4d6;
	padding:10px;
	margin:10px 0;
	color:#5a356d;
	cursor:pointer;
}

.slide_btn:before {
	content:"▼";
	position:absolute;
	right:10px;
}

.on:before {
	content:"▲" !important;
	position:absolute;
	right:10px;
}

.slide_panel {
	display:none;
	padding:0 10px;
}

.qa {
	padding-right:3px;
	vertical-align:text-top;
}

.faq > div {
	margin-bottom:20px;
}

.contentBox_inner 
.companyNavi table,
.contentBox_inner
.companyNavi th,
.contentBox_inner .companyNavi td {
    border: medium none;
}

.contentBox_inner p {
    margin-bottom: 20px;
}

.contentBox_inner table {
    border: 4px solid #d3afe6;
    width: 100%;
}
.contentBox_inner table th, .contentBox_inner table td {
    border: 1px solid #d3afe6;
    padding: 5px 10px;
    vertical-align: middle;
}

/* ------------------------------------
 * aboutsite as このサイトについて
 * --------------------------------- */
.aboutsite table,
.aboutsite table td  {
    border: medium none;
}

/* ------------------------------------
 * Section Side
 * --------------------------------- */

.side{
	width:300px;
	float:right;
}

section.side>h2{display:none;}


/* ----劇場を探す--- */
#find_area{
	width:300px;
	margin-bottom:20px;
	position:relative;
}

#find_area>h1 {width:300px; height:30px; overflow:hidden; margin-bottom:10px;}
#find_area>h1 img{display:block;}
#find_area>h1 a img{
	position:absolute;
	top:5px;
	right:5px;
	z-index:2;
}


ul.nav{
	width:300px;
	height:32px;
	background:url(../images/find/nav_bg.png) no-repeat;
}

ul.nav li {
	width:60px;
	float:left;
	display:block;
	vertical-align:bottom;
	font:0;
	line-height:0;
}

ul.nav li a {

}

ul.nav li a.selected{
filter:alpha(opacity=0);opacity:0;
}

div.tab-box>div {
	width:285px;
	height:208px;
	padding:4px 4px 3px 9px;
	border-right:1px #c32a54 solid;
	border-bottom:1px #c32a54 solid;
	border-left:1px #c32a54 solid;
	background:#FFFFFF;
}

div.tab-box>div>ul>li{
	width:90px;
	height:30px;
	float:left;
	vertical-align:bottom;
	font:0;
	line-height:0;
	margin:0 5px 5px 0;
}

div.tab-box>div>ul#shimaiBtn{margin-top:10px;}
div.tab-box>div>ul#shimaiBtn li{
	width:139px;
	height:30px;
	float:left;
	vertical-align:bottom;
	font:0;
	line-height:0;
	margin:0 2px 5px 0;
}

/* ------------------------------------
 * term as 利用規約
 * --------------------------------- */
.term > ul > li {
  margin-bottom: 10px;
}

/* ------------------------------------
 * facility as 施設案内
 * --------------------------------- */
.contentBox_inner .theaterMapTbl,
.facility table,
.facility table tr td{
	border: none 
}

.facility h4 {
 padding: 7px 0 7px 10px;
 background: #b299be;
 line-height: 0;
 margin-bottom: 15px;
 font-weight: bold;
 font-size: 110%;
 line-height: 0;
}

.facility .top {
	vertical-align: top;
}

.facility .related table {
	width: 640px;
	border: 7px #afafaf solid;
}
.facility .related table th {
	background: none repeat scroll 0 0 #AFAFAF;
	border-right: 1px solid #AFAFAF!important;
	border-top:none;
	border-bottom:none;
	border-left:none;
	color: #FFFFFF!important;
	font-weight: normal!important;
	padding: 10px 10px 10px 0 !important;
	text-align: center;
	vertical-align: middle;
	width: 80px;
}
.facility .related table td {
	padding: 10px!important;
}
.facility .related table td p {
	margin: 0;
}
.facility .target_blank {
	background: url(../images/common/target_blank.gif) right no-repeat;
	padding-right: 15px;
}

.facility .mapimg {
	margin: 0 auto 15px;
	display: block;
}
/*160305*/
/* バナー */
#asideTieupBannerArea {
  margin-bottom: 20px;
}

#asideTieupBannerArea ul{
/*  background: #e9e9e9; */
border-bottom: 15px solid #755387;
padding-bottom: 7px;
}

#asideTieupBannerArea li{
  vertical-align:bottom!important;
  font:0!important;
  line-height:0!important;
  background: url(../images/common/bg_line.png) left bottom repeat-x!important;
  padding-bottom: 7px;
  padding-top: 5px;
}
#asideTieupBannerArea li a{
  border: none;
}

#asideTieupBannerArea li:last-child {
    margin-bottom: 0;
    background: none;
    padding-bottom: 0;
}

/*160306*/
.small_txt{
  font-size: 80%;
}
.red{
  color: #ff0000;
}


.inner h2 {
    width: 670px;
    background: #755387;
    padding: 8px 0;
    vertical-align: middle;
    margin-bottom: 15px;
}