@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #333;
	font-family: sans-serif;
}
h1,h2 {
	margin: 0;
	padding: 0;
}
*:focus {
	outline: none;
}
#header {
	text-align: center;
	width: 960px;
	/*height: 600px;*/
	height: 225px;
	margin: 0 auto 50px;
	background: url(theater_header_bg.jpg) no-repeat center top;
	position: relative;
}
#header h1,
#header #tokuten {
	font-size: 0;
	line-height: 1;
}
#header #tokuten {
	position: relative;
	text-indent: -9999px;
	width: 600px;
	height: 237px;
	margin: 0 auto;
	background: url(theater_header2.png) no-repeat left top;
}
#header #tokuten .btn,
#header #tokuten .btn2 {
	position: absolute;
	top: 166px;
	text-indent: 0;
	width: 162px;	
}
#header #tokuten .btn {
	left: 211px;
}
#header #tokuten .btn2 {
	left: 39px;
}
#header #tokuten .btn a,
#header #tokuten .btn2 a {
	display: block;
	width: 100%;
	border: solid 1px #DDD;
	height: 43px;
	font-size: 0;
	line-height: 1;
	border-radius: 3px;
}
#header #tokuten .btn a:hover,
#header #tokuten .btn2 a:hover {
	border: solid 1px #FFF;
	background: #44a0d5;
}

#header .banner {
	position: absolute;
	top: 225px;
	left: 50%;
	margin-left: 100px;
	z-index: 1;
}
#header .banner a:hover {
	opacity: 0.8;
}

/*@media screen and (max-width:960px) {
	#header {
		width: 640px;
		margin: 0 auto 50px;
	}
}*/
#tableArea {
	width: 720px;
	padding: 0 160px 50px;
	margin: 0 auto;
}

.theaterTable {
	width: 100%;
	text-align: center;
}
.theaterTable th {
	padding: 5px;
	/*color: #389693;*/
	font-size: 14px;
	font-weight: 400;
	/*background: #bfe8e7;*/
	background: #2869AA;
	color: #FFF;
	border-left: solid 1px #FFF;
}
.theaterTable th.area {
	border-left: none;
}
.theaterTable td {
	padding: 15px 5px;
	font-size: 14px;
	border-bottom: solid 1px #2869AA;
	background: #FFF;
	color: #333;
}

.theaterTable td a {
	color: #2869AA;
}
.theaterTable td a:hover {
	color: #2ca3ee;
}
.theaterTable .area {
	width: 80px;
}
.theaterTable .date,
.theaterTable .date2,
.theaterTable .option {
	width: 100px;
}
.theaterTable .theatername {
	width: 280px;
}
.theaterTable td.theatername {
	text-align: left;
}