@charset "UTF-8";


/* -------------------------------------------------------------------------- */
/* -- #mainArea -- */
article#mainArea {
	position: relative;
	background-color: #f1f5f7;
}
#mainArea h3 {
	position: relative;
	font-weight: 700;
}
#mainArea h3::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -.4em;
	width: 2em;
	height: 2px;
	margin: auto;
	background-color: #5a5757;
}
/* ----------------------------- */
body:not(.sphone) article#mainArea {
	margin-top: 2rem;
	padding: 2rem 0 2rem;
}
body:not(.sphone) #mainArea h3 {
	font-size: 1.6em;
}
/* ----------------------------- */
.sphone article#mainArea {
	margin-top: 3%;
	padding: 2% 0 12%;
}
.sphone #mainArea h3 {
	font-size: 1.4em;
}


/* -------------------------------------------------------------------------- */
/* -- #theater list -- */
#theaterNav {
	text-align: center;
	letter-spacing: -.4em;
}
#theaterNav li {
	display:inline-block;
	letter-spacing: normal;
	vertical-align:top;
	*display: inline;
	*zoom: 1;
}
#theaterNav li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background-color: #5a5757;
	transition: all 220ms 0s ease-out;
}
#theaterNav li a:hover,#theaterNav li a:focus {
	background-color: #e14482;
}
#mainArea table,#mainArea table th,#mainArea table td {
	border-collapse: collapse;
	border:1px solid #5a5757;
}
#mainArea table {
	box-sizing: border-box;
}
#mainArea table th {
	color: #5a5757;
	background-color: #e0d6d6;
}
#mainArea table td {
	text-align: center;
}
#mainArea .red {
	color: #C73B3D;
}
/* ----------------------------- */
body:not(.sphone) #theaterNav {
	margin-top: 2rem;
}
body:not(.sphone) #theaterNav li {
	margin-bottom: .3rem;
}
body:not(.sphone) #theaterNav li:not(:last-child) {
	margin-right: .3rem;
}
body:not(.sphone) #theaterNav li a {
	width: 9em;
	padding: .4em 0;
	font-size: .9em;
}
body:not(.sphone) #mainArea table {
	width: 48.8rem;
	margin: 2rem auto 0;
}
body:not(.sphone) #mainArea table th:first-child,
body:not(.sphone) #mainArea table td:first-child {
	width: 12%;
}
body:not(.sphone) #mainArea table th:nth-child(2),
body:not(.sphone) #mainArea table td:nth-child(2) {
	width: 60%;
}
body:not(.sphone) #mainArea table th {
	padding: .3em 0;
}
body:not(.sphone) #mainArea table td {
	padding: .5em 0;
}
@media screen and (max-width: 800px) {
body:not(.sphone) #mainArea table {
	width: 100%;
}
}
/* ----------------------------- */
.sphone #theaterNav {
	margin: 4% 2% 0;
}
.sphone #theaterNav li {
	width: calc(calc(100% / 3) - 1%);
}
.sphone #theaterNav li:not(:nth-child(3n)) {
	margin-right: 1.5%;
}
.sphone #tableListArea {
	margin: auto 2%;
}
.sphone #theaterNav li:nth-child(n+4) {
	margin-top: 1%;
}
.sphone #theaterNav li a {
	padding: .2em 0;
	font-size: .9em;
}
.sphone #mainArea table {
	width: 100%;
	margin-top: 6%;
	font-size: .7em;
}
.sphone #mainArea table th:first-child,
.sphone #mainArea table td:first-child {
	width: 12%;
}
.sphone #mainArea table th:nth-child(2),
.sphone #mainArea table td:nth-child(2) {
	width: 70%;
	vertical-align: middle;
}
.sphone #mainArea table th:nth-child(3),
.sphone #mainArea table td:nth-child(3) {
	line-height: 1.4em;
}
.sphone #mainArea table th {
	padding: .3em 0;
}
.sphone #mainArea table td {
	padding: .5em 0;
}