@charset "utf-8";

/* header
-------------------------------------------------- */

body #header, body #header.special, body.pc #header {
	height: 162px;
}

body.sp #header {
	height: 302px;
}

#header.special #headerBody #showTitle {
	font-size: 32px;
}

#header.special #headerBody h1 span {
	color:red;
	font-size:50%!important;
}

#bodyArea.special {
	padding: 141px 0 0 0;
}

/* mainArea
-------------------------------------------------- */

.mainArea .btnAccessmap {
	margin-bottom: 30px;
	text-align: right;
}

.mainArea #theatermap {
	margin-bottom: 5px;
	border: 1px solid #dadada;
	width: 938px;
	height: 378px;
}

.mainArea #goToSeating,
.mainArea #goToSeating ul,
.mainArea #goToSeating img {
	height:30px;
	}
.mainArea #goToSeating {
	width:100%;
	margin:14px 0 20px;
	position:relative;
	}

.mainArea #goToSeating ul{
	position:absolute;
	top:0;
	right:0;
	margin:0;
	padding:0;
	}
	
.mainArea #goToSeating li {
	display:block;
	background:none;
	}
.mainArea .twoBtn li {
	float:left;
	padding-left:8px;
	}
.mainArea #goToSeating li a{
	background:none!important;
	margin:0;
	padding:0;
}
.mainArea .generalTable {
	margin: 0 0 30px;
	width: 938px;
}

.mainArea .generalTable table {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 93.8%;
	border: none;
	border-top: 1px solid #f2f2f2;
	background: #fff;
	color: #666;
}

.mainArea .generalTable table thead th {
	padding: 12px 0 11px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	border: none;
	border-bottom: 1px solid #f2f2f2;
	background: #666;
}

.mainArea .generalTable table tbody th {
	padding: 18px 16px 15px;
	text-align: center;
	vertical-align: middle;
	border: none;
	border-bottom: 1px solid #f2f2f2;
	background: #f8f8f8;
	width: 20%;
}

.mainArea .generalTable table tbody td {
	padding: 18px 33px 15px;
	text-align: left;
	vertical-align: middle;
	border: none;
	border-bottom: 1px solid #f2f2f2;
	vertical-align: top;
	background: #fff;
	width: 80%;
	line-height: 1.83;
}