@charset "UTF-8";

/* -----------------------------------------------
FileName:theater.css
----------------------------------------------- */

/* メインコンテンツ
------------------------------------------------*/
/* h1タイトル */
div.main h1 {
	margin-top:20px;
}

/* リード */
div.main p.lead {
	margin:20px 10px;
	color:#333333;
	font-weight:bold;
}


/* VCなどリンク */
ul.theater_related_promotions{
	margin: 15px 0 15px;
}
ul.theater_related_promotions li{
    display: inline-block;
}
ul.theater_related_promotions li:nth-child(even){
    margin-left: 10px;
}
ul.theater_related_promotions li a{
	padding: 12px 10px 12px 15px;
    display: inline-block;
	width: 250px;
    text-align: left;
    background: url(/theater/images/digital_arrow2.png) 96% center no-repeat #ffffff;
}





/* 劇場案内 */
button.toggle_area_active {
	background-color: orange;
}
.theater_wrapper {
	padding: 20px;
	background-color: #F4F4F4;
}
.theater .area_block {
	clear: both;
	margin-top: 6px;
}
.theater h2 {
	padding: 10px;
	border-bottom: solid 1px #BEBEBE;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.theater dl {
	clear: both;
	display: table;
	border-bottom: 1px dotted #BEBEBE;
	margin-left: 10px;
}
.theater .area_block dl:nth-last-of-type(1) {
	border-bottom: none;
}
.theater dl dt {
	display: table-cell;
	vertical-align: top;
	width: 134px;
	padding-top: 6px;
	font-size: 14px;
	font-weight: bold;
}
.theater dl dd {
	display: table-cell;
	vertical-align: top;
	width: 423px;
	padding-top: 6px;
	font-size: 12px;
}
ul.prefecture_block > li {
	display: inline-block;
	vertical-align: top;
	width: 138px;
	padding-bottom: 6px;
}
ul.prefecture_block > li > a {
	vertical-align: top;
}
ul.prefecture_block > li:before {
	float: left;
	padding: 3px 3px 0 0;
	content: url("/theater/images/digital_arrow2.png");
}



/* 設備 */
ul.facility_block {
	width: 96px;
	padding: 4px 0 0 5px;
}
ul.facility_block li {
	display: inline-block;
}
ul.facility_block li img {
	width: 44px;
	padding: 0 0 4px 4px;
}
ul.facility_block li.large img {
	width: 92px;
}

/* トグル */
.toggle_area_navi li {
	display: inline-block;
	margin-top: 9px;
	width: 277px;
	height: 54px;
	cursor:pointer;
	overflow: hidden;
	filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.2));
}
.toggle_area_navi li#all {
	height: 40px;
}
.toggle_area_navi li:nth-of-type(2n+3) {
	margin-left: 7px;
}
.toggle_area_navi li:nth-of-type(1) {
	width: 567px;
}
.toggle_area_navi li:nth-of-type(2) {
	background: url(/theater/images/toggle_btn01.png) no-repeat 0 0;
}
.toggle_area_navi li:nth-of-type(3) {
	background: url(/theater/images/toggle_btn02.png) no-repeat 0 0;
}
.toggle_area_navi li:nth-of-type(4) {
	background: url(/theater/images/toggle_btn03.png) no-repeat 0 0;
}
.toggle_area_navi li:nth-of-type(5) {
	background: url(/theater/images/toggle_btn04.png) no-repeat 0 0;
}
.toggle_area_navi li:nth-of-type(6) {
	background: url(/theater/images/toggle_btn05.png) no-repeat 0 0;
}
.toggle_area_navi li:nth-of-type(7) {
	background: url(/theater/images/toggle_btn06.png) no-repeat 0 0;
}
.toggle_area_navi li:nth-of-type(8) {
	background: url(/theater/images/toggle_btn07.png) no-repeat 0 0;
}
.toggle_area_navi li:nth-of-type(9) {
	background: url(/theater/images/toggle_btn08.png) no-repeat 0 0;
}
.toggle_area_navi li:nth-of-type(1) {
	background: url(/theater/images/toggle_btn09.png) no-repeat 0 0;
}
.toggle_area_navi li.toggle_area_active {
	background-position: 0 -54px;
}
.toggle_area_navi li#all.toggle_area_active {
	background-position: 0 -40px;
}


/* pageTop */
.theater_pageTop a {
	display: inline-block;
	color: #333;
	padding-left: 14px;
	background: url(/common/images/contents_common_blt_02_mql.png) left center no-repeat;
	background-size: 6px 7px;
	-webkit-background-size: 6px 7px;
	text-decoration: none !important;
}
.theater .bot .theater_pageTop{
	margin:0 auto;
	text-align:right;
}

/* アイコン例 */
.digital_caption {
	margin: 40px 0 10px 0;
	font-size: 12px;
}
.digital_caption dl {
	margin-bottom: 20px;
}
.digital_caption dl.column2 {
	display: inline-block;
	width: 300px;
}
.digital_caption dl.column2-imax {
	display: inline-block;
	vertical-align: top;
	width: 300px;
}
.digital_caption dl dt {
	font-weight: bold;
	margin-bottom:5px;
}
.digital_caption dl dd {
	padding: 0 19px 0 11px;
	background: transparent url(../images/digital_arrow2.png) no-repeat 0 50%;
	display: inline-block;
}

/*フッターアドセンス*/
#ad_footer{
 border-top:1px dotted #ccc;
	margin-top:10px;
	padding-top:10px;
	margin-left:15px;
	width:920px;
	clear:both;
	}

