@charset "utf-8";
	.sponly_lv {
		display: none;
	}
	.pconly_lv {
		display: inline;
	}
.lvlink {
	text-align: center;
	font-size: 160%;
	padding: .8em;
}
.link {
	text-align: center;
	font-size: 120%;
	padding: .5em;
}
.btn {
	border-color: #910000;
	background-color: #910000;
	color: #FFFFFF;
}
.btn:hover {
	background-color: #FFFFFF;
	color: #910000;
}
.btn2 {
	display: block;
	background-color: #0080D2;
	border-radius: 5px;
	padding: 0.8em;
	border: thin solid #1C50AB;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.2em;
}
.btn2:hover {
	color: #FFFF00;
	background-color: rgba(6,200,249,1.00);
	border-color: rgba(0,128,210,1.00);
}

#theater .scroll {
	overflow: auto;
	white-space: nowrap;
	margin-bottom: 2em;
}
#theater .scroll:-webkit-scrollbar{
	height: 5px;
}
#theater .scroll:-webkit-scrollbar-track{
	background: #F1F1F1;
}
#theater .scroll:-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
#theater table {
	width: 100%;
	margin: 0 auto;
	border: 4px double rgba(137,13,63,1.00);
	border-collapse: collapse;
	margin-bottom: 1em;
}
#theater table tr th {
	background-color: rgba(137,13,63,1.00);
	color: rgba(255,255,255,1.00);
	padding: 0.3em 0.5em;
	text-align: left;
	font-weight: lighter;
}
#theater table tr:hover {
	background-color: rgba(137,13,63,.10);
}
#theater table tr td {
	padding: .3em 1em .3em 1em;
	border-bottom: thin dotted rgba(204,204,204,1);
}
#theater .pref {
	width: 8em;
}
#theater .theatername {
	width: 18em;
}
#theater .pre,
#theater .day,
#theater .night {
	text-align: center;
	width: 4em;
}
#theater .phone {
	width: 12em;
}




@media screen and (max-width:640px){
	#theater table {
		margin: 0 -2em  2em;
		width: calc(100% + 4em);
	}
	#theater table tr td {
		padding: .8em 0 .8em;
	}
	#theater .pref {
		padding-left: .5em;
		padding-right: .5em;
		width: 2em;
		line-height: 1em;
	}
	#theater .pre,
	#theater .day,
	#theater .night {
		text-align: center;
		width: 1em;
	}
	#theater .phone {
		width: 2em;
		padding-left: .5em;
		padding-right: .5em;
	}
}

@media screen and (min-width:641px) and (max-width:800px){
}

@media screen and (min-width:801px) and (max-width:1199px){
}

@media screen and (min-width:1200px){
}
