@charset "utf-8";
/* CSS Document */

/* ===============================================
#　基本設定
=============================================== */
#main >h2 {
	font-size:190%;
	color:#265A9B;
	line-height:2.5em;
	margin-bottom:30px;
	font-weight:bold;
	background:url(../images/common/bg_h2_ttl.gif) no-repeat left bottom;
}
#main >h2 .translation {
	font-size:60%;
	margin-left:5px;
	font-weight:normal;
	margin-left:10px;
}
.section {
	margin-bottom:50px;
}
.section  > h3 {
	margin-bottom:20px;
	background:#3a72b7;
	color:#FFF;
	font-weight:bold;
	padding:5px 15px 5px 15px;
	font-size:110%;
	/*  角丸表現 */  
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.section > h4 {
	font-size:110%;
	font-weight:bold;
	border-bottom:1px solid #aec3dd;
	margin-bottom:15px;
	color:#265A9B;
	padding:5px 15px 5px 15px;
}


/* ===============================================
#　アクセスマップ
=============================================== */
.accessBox h4 {
	font-weight:bold;
	color:#555;
	border-bottom:1px dotted #D3DEEB;
	margin-bottom:10px;
	line-height:2.5em;
	font-size:110%;
}

/* #　マップ
----------------------- */
#map_canvas {
	margin-bottom:15px;
	border:1px solid #D3DEEB;
}

/* #　注意事項
----------------------- */
.caution {
	background:url(../images/common/dott_caution_bg.gif);
	padding:10px 20px 10px 20px;
	border:1px solid #fae7e5;
}
.caution h4 {
	font-weight:bold;
	color:#a51300;
	margin-bottom:5px;
}
.caution p:last-child  {
	margin-bottom:0 !important;
}


/* ===============================================
#　料金・サービス案内
=============================================== */
.discountBox h4 {
	font-weight:bold;
	color:#555;
	border-bottom:1px dotted #D3DEEB;
	margin-bottom:10px;
	line-height:2.5em;
	font-size:110%;
}
dl.accordion dt {
	border: dotted 1px #D3DEEB;
	margin-bottom: 1px;
	padding: 10px 10px 10px 40px;
	cursor: pointer;
	position: relative;
	color: #204E87;
}
dl.accordion dt:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	width: 15px;
	height: 15px;
	margin-top: -7px;
	background: url(../images/faq/icon_plus.gif) no-repeat;
}
dl.accordion dt:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	width: 15px;
	height: 15px;
	margin-top: -7px;
}
dl.accordion dt.active:after {
	background: url(../images/faq/icon_minus.gif) no-repeat;
}
dl.accordion dd {
	border-bottom: dotted 1px #D3DEEB;
	padding: 15px 0 15px 0;
}
dl.accordion a {
	position: relative;
	display: block;
}


/* ===============================================
#　会員・ポイントカード
=============================================== */
ul.tokuten {
	padding:15px;
	background:#fff4f3;
}
ul.tokuten li {
	line-height:2em;
	font-size:110%;
	margin-bottom:2px;
	font-weight:bold;
	list-style:decimal;
	margin-left:2em;
}


/* ===============================================
#　会員規約
=============================================== */
.section.rule h3 {
	font-size:110%;
	font-weight:bold;
	border-bottom:1px dotted #aec3dd;
	margin-bottom:15px;
	color:#265A9B;
	padding:5px 15px 5px 15px;
	margin-top:30px;
	background:none;
}


/* ===============================================
#　よくあるご質問
=============================================== */
dl.accordion_faq dt {
	border-bottom: dotted 1px #D3DEEB;
	margin-bottom: 1px;
	padding: 10px 10px 10px 40px;
	cursor: pointer;
	position: relative;
	color: #204E87;
}
dl.accordion_faq dt:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	width: 15px;
	height: 15px;
	margin-top: -7px;
	background: url(../images/faq/icon_plus.gif) no-repeat;
}
dl.accordion_faq dt:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	width: 15px;
	height: 15px;
	margin-top: -7px;
}
dl.accordion_faq dt.active:after {
	background: url(../images/faq/icon_minus.gif) no-repeat;
}
dl.accordion_faq dd {
	border-bottom: dotted 1px #D3DEEB;
	width:676px;
	padding: 15px 10px 15px 24px;
}


/* ===============================================
#　スケジュール
=============================================== */
#main.schedule {
	width:100%;
}
#main.schedule h2 {
	background:url(../images/common/bg_h2_ttl_02.gif) no-repeat left bottom;
}
.section.schedule .ttlBlock {
	background:#265a9b;
	color:#FFF;
	font-size:120%;
	padding:10px 10px 10px 10px;
	margin-bottom:10px;
	color:#FFF;
}
.section.schedule .ttlBlock h3 {
	float:left;
}
.section.schedule .ttlBlock p {
	float:right;
	font-size:75%;
	margin-bottom:0 !important;
	letter-spacing:0.1em;
}
.section.schedule .col2side .left {
	width:222px;
	border:1px solid #a7c7e7;
	padding:5px;
	width:140px;
	font-size:80%;
	line-height:1.7em;
}
.section.schedule .col2side ul.time {
	overflow:hidden;
	margin-top:2px;
}
.section.schedule .col2side ul.time li {
	font-size:85%;
	background:#e7e7e7;
	margin-bottom:1px;
	line-height:1.8em;
	padding:0 8px 0 8px;
}
.section.schedule .tableStyle03 td {
	text-align:center;
}


/* ===============================================
#　他ページ共通映画リスト
=============================================== */
.section.lineup .col2side {
	margin-bottom:40px;
}
.section.lineup .col2side h3 {
	background:#265a9b;
	color:#FFF;
	font-size:120%;
	line-height:2em;
	padding:0 10px 0 10px;
	margin-bottom:10px;
}
.section.lineup .col2side dl {
	border-bottom:1px dotted #c7d5e6;
	padding-bottom:10px;
	margin-bottom:10px;
}
.section.lineup .col2side dl dt {
	float:left;
	font-weight:bold;
}
.section.lineup .col2side ul.time {
	overflow:hidden;
}
.section.lineup .col2side ul.time li {
	font-size:80%;
	background:#888686;
	color:#fff;
	float:left;
	margin-right:10px;
	line-height:1.8em;
	padding:0 8px 0 8px;
	/*  角丸表現 */  
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.section.lineup .col2side .day {
	font-weight:bold;
	font-size:110%;
}