@charset "utf-8";
/* CSS Document */

/*#theater {
	background-repeat: no-repeat;
	background-position: 50% 0 no-repeat fixed;
	background-attachment: fixed;
	height: 900px;
}*/

body#theater {
/*	background-color: #FFDE00;*/
	background:url(/images/theater/bg.jpg) 0% 0 no-repeat fixed;
	background-attachment:fixed;
	background-size: cover;
}
#main {
	margin-bottom: 100px;
	min-height: 530px;
}

h2 {
	margin-top: 100px;
	font-size: 30px;
	text-align: center;
	margin-bottom: 60px;
	letter-spacing:0.03em;
}
#main table a{
	color: #fff;
	text-decoration: underline;
}

#main a:hover{
	text-decoration: none;
}

table  {
	border-collapse: collapse;
	margin: 30px auto;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	width: 80%;
	background-color: rgba(168,168,168,0.80);
	border: 5px solid #fff;
}
 th {
	padding: 5px;
	margin: 0px;
	font-weight: bold;
	border: 1px solid #fff;
	text-align: center;
	background-color: rgba(168,168,168,0.6);
	vertical-align: middle;
	color: #fff;
}
td {
	padding: 5px;
	margin: 0px;
	border: 1px solid #fff;
	font-size: 90%;
	height: 20px;
	color: #fff;
}
td span {
	display:block;}

.note{	margin: 30px auto;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	width: 60%;
	background-color: rgba(255,255,255,0.80);
}
.note p{ padding: 30px}








