@charset "UTF-8";
/* CSS Document */
@import url(./util.css);

body{
	background: url(../img/theaters/bg.jpg) repeat-x #cdc7bd;
	-webkit-text-size-adjust: none;
}

#container{
	background: url(../img/theaters/header.jpg) center top no-repeat;
	position:relative;
	width:100%;
	margin:0 auto;
}
html>/**/body #container{  }
#mainContainerWrapper{
}
#mainContainer{
	position:relative;
	width:640px;
	margin:0 auto;
}
h1{
	width:100%;
	min-width:640px;
	height:152px;
}
h2{
	font-size:14px;
	margin:20px 0 5px 0;
	text-align:left;
	color:#000;
}

.tyui{
	font-size:10px;
	color:#000;
}

table {
	width:640px;
	border:solid 1px #cdc7bd;
	border-width: 0 1px 0 0;
}
table th{
	background-color:#000000;
	color:#fff;
	padding:2px 13px 1px;
	font-size:12px;
	border:solid 1px #cdc7bd;
	border-width: 0 0 0 1px;
	font-weight:normal;
}
table th.prefecture{width:64px;color:#fff;}
table th.theater{ width:auto; text-align:left;}
table th.ticket, table td.ticket{ width:120px;}
table th.date, table td.date{ width:45px; text-align:center;}
table td{
	color: #000000;
	border:solid 1px #cdc7bd;
	border-width: 0 0 0 1px;
	padding:0.5em 1.3em 0.4em;
	font-size:12px;
	text-align:left;
	font-weight: normal;
}
table td a{ color:#000000; text-decoration:none; }
table td a:hover{ color:#000000; text-decoration:underline; }
table td a:visited{ color:#000000; }

.ticket{ text-align:center; width:30%;}
.prefecture{ text-align:center;vertical-align:top; color:#000000;}
a.pagetop
{
	display:block;
	font-size:9px;
	text-align:right;
	margin:5px 0 0;
	color:#000;
}

#theatersContainer{
	position: relative;
	width:640px;
	margin:0 auto 8px;
}
#theatersWrapper div.cover{
	position: relative;
	width: 100%;
	height: 100%;
}
#theatersWrapper{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	display: none;
}

a.back{
	position: absolute;
	left:606px;
	top:0;
	color:#857b6e;
	font-size:12px;
	font-weight:normal;
	cursor: pointer;
	text-decoration: underline;
}
#headerWrapper{
	display: block;
	width:640px;
	height:113px;
	position:relative;
	margin:0 auto;
}
#close{
	position:absolute;
	top:0;
	right:0;
}
#btn_close img{
	cursor: pointer
}

#date{
	font-size:12px;
	text-align:right;
	padding-right:0;
	color:#951b1f;
	float:right;
}
#navi{
	margin:0 auto 20px;
	width:640px;
	text-align:center;
	color:#fff;
	font-size:14px;
}
#navi li{
	float:left;
	margin:0 3px 0 0;
}
#navi li a{
	color:#ffffff;
	font-weight:bold;
	display:table-cell;
	width:102px;
	height:23px;
	text-align:center;
	vertical-align:middle;
	background:#293633;
	text-decoration:none;
	font-size:12px;
	border:1px solid #fff;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
#footer{
	padding:15px 0;
	margin:0;
}
