@charset "UTF-8";


#theater{
	background:#fbf7e3;
	}


@media screen and (min-width:980px){
	#theater{
	padding-top:100px;
	padding-bottom:100px;
	}
}
@media screen and (min-width:641px) and (max-width:980px){
	#theater{
	padding-top:10vw;
	padding-bottom:10vw;
	}
}
@media screen and (max-width:640px){
	#theater{
	padding-top:20vw;
	padding-bottom:20vw;
	
	}
}



@media screen and (min-width:981px) {
	#theater h1{
	max-width:731px;
	max-height:103px;
	width:731px;
	height:103px;
	background:url("../images/theater_ti_pc.png") no-repeat;
	text-indent:-9999px;
	margin:0px auto 0px auto;
	display:block;
	position:relative;
	}
}

@media screen and (min-width:641px) and (max-width:980px){
	#theater h1{
	
	max-width:731px;
	width:75vW;
	height:13vw;
	background:url("../images/theater_ti_pc.png") center top no-repeat;
	background-size:100% auto;
	text-indent:-9999px;
	margin:0px auto 0px auto;
		
	}
}

@media screen and (max-width:640px){
	#theater h1{
	width:100%;
	height:19vw;
	background:url("../images/theater_ti_pc.png") center top no-repeat;
	background-size:100% auto;
	text-indent:-9999px;
	margin:0px auto 0px auto;
	
	}
	#theater .contents{
		width:90%;
		margin:0 auto;
	}
}


#theater table{
	width:100%;
	}


#theater table a{ color:#01519a !important;  text-decoration:none; 
	font-weight:500 !important;}
#theater table a:hover{ color:#01519a !important;  text-decoration:underline; font-weight:500 !important;}

#theater table th{
	color:#000;
	border-bottom:2px solid #000;
	padding:1.0% 1%;
	text-align:left ;
	font-size:13px !important;
	background:none !important;
	}
#theater table th.area{
	padding:12px 5px;
	text-align:center;
	font-size:13px;
	background:#000;
	color:#01519a;
	border-top:2px solid #01519a;
	}
#theater table td{
	padding:1.0% 1.5%;
	color:#000;
	text-align:left;
	line-height:1em;
	font-size:14px !important;
	font-weight:400;
	}
#theater table tr:nth-child(even) td{
	background:#fff;
}
#theater table tr:nth-child(odd) td{
	background:#efefef;
}
#theater table td.tel{
	font-size:90%;
}
#theater table td.detail{
	text-align:center;
}
@media screen and (max-width: 640px) {
	#theater{
	margin:30px auto 60px auto;
	width:88%;
	}	
	#theater table td{
	font-size:11px !important;
	font-weight:500;
	letter-spacing:0;
	padding:2% 1.5%;
	background:#ccc;
	margin:30px auto 0 auto;
	}
	#theaterTitle{
	text-align: center;
	width:110px;
	background:#000;
	margiin:0 auto;
	color:#01519a;
	font-size:15px;
	margin:0 auto;
	padding:3px;
	}
	#theater table th{
		font-size:10px !important;
		padding:1.5% 1.5%;
		font-weight:500;
		}
	.telNum{ display:none;}
}	


.update{
	font-size:9px;
	color:#000;
	text-align:right;
	margin-bottom:30px;
	margin-top:-65px;
	}
