@charset "UTF-8";

header #main01{
	background:url(../images/main.jpg) no-repeat;
	background-size:cover;
	background-position:top center;
	}
h2#subtitle{
	width:194px;
	height:198px;
	background:url(../images/subtitle.png) no-repeat;
	background-size:100% auto;
	text-indent:-9999px;
	font-size:0;
	margin-top:-30%;
	margin-left:-10%;
	z-index:-1;
	}
	
#contents{
	width:92%;
	margin:-5% auto 10% auto;
	}
#theater table{
	width:100%;
	}
	#theater table td{
		border-top:1px dashed #e81323;
		padding:12px 5px;
		color:#333;
		font-size:15px;
		background:#fff;
		text-align:left;
		}
	#theater table a{ color:#000;  text-decoration:none; }
	#theater table a:hover{ color:#e81323;  text-decoration:underline; }
	#theater table th{
		color:#fff;
		border-bottom:1px solid #fff;
		padding:5px 5px;
		text-align:center;
		font-size:12px;
		background:#e81323;
		font-weight:700;
		}
	#theater table th.area{
		color:#e81323;
		background:#fafafa !important;
	}
	#theater table td.maeuri{
	text-align:center;
	color:#e81323;
	font-weight:700;
	}
	.red{
		color:#e81323;
		font-weight:700;
	}
.update{
	font-size:11px;
	color:#ccc;
	text-align:right;
	margin-bottom:10px;
	margin-top:-20px;
	}
.atention{
	font-size:11px;
	color:#333;
	text-align:right;
	margin-bottom:1%;
	margin-top:-10px;
	}
#major{
	display:block;
	text-align:center;
	margin:20px auto;
	}
#theater table td,#theater table th.area,#theater table th{
	font-size:11px;
	line-height:15px;
	text-align:left;
	padding:5px 3px;
	}
	
#theater table td:first-child{ padding-left:0;  font-size:10px;}
#theater table td:last-child{ padding-right:0;  font-size:10px;}
#theater table td:nth-child(3){   font-size:9px;}