@charset 'utf-8';

body {
	background: url(http://oke-rojin.com/theater/img/theater_bg.jpg) repeat; 
	min-width: 850px;
	font-family: 'Noto Sans Japanese', sans-serif;
	color: #000;
}

div.Wrapper{
	width: 100%;
	border-top: #e5bf3d solid 5px;
}

div#theaterWrap{
	width: 824px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

div.Wrapper a img:hover{
   opacity: 0.7;
	-webkit-transition: all .40s ease;
	-ms-transition: all .40s ease;
	transition: all .40s ease;
}

p.backTop{
	position: absolute;
	top: -85px;
	left: 0;
}

#pageTop{
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: none;
}  

#pageTop a{
	display: block;
}

#pageTop.rotation a{
    transform:rotateY(360deg);
    -webkit-transform:rotateY(360deg);
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}

/*----header----*/

header{
	text-align: center;
}

header h1.logo{
	margin-top: 80px;
}

header h2.pageTtl{
	margin: 30px 0;
}

header h3.txt01{
	margin-bottom: 60px;
}

/*----table----*/

section.tableWrap{
	color:#000;
	font-size:16px;
	margin-bottom: 60px;
}

section.tableWrap a{
	color:#000;
	text-decoration:underline;
}

section.tableWrap a:hover{
	color:#000;
	text-decoration:none;
}

section.tableWrap table#myTBL{
	width:100%;
 	
}

section.tableWrap table#myTBL th{
 	background-color:#e5bf3d;
	padding:13px 13px;
	text-align:center;
	color:#fff;
}

section.tableWrap table#myTBL td{
 	 padding:13px 13px;
 	 text-align:center;
	 border-top:solid 1px #9c1d22;
	 background-color: #fff;
}


/*----footer----*/

footer{
	text-align: center;
	margin-bottom: 60px;
}