@charset "utf-8";

html {
	font-size: 62.5%;
}

body{
	width: 100%;
	font-size: 1.0rem;
	font-family: sans-serif;
}

html, body, div, span, object, iframe,
ul,dl,ol,li,dl,img,
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

ul{
	list-style: none;
}

a {
	text-decoration: none;
}

header{
	overflow: hidden;
	padding: 10px 16px 8px;
}

header h1{
	position: absolute;
	z-index: 1;
}
header h1 img{
	width: 200px;
	height: auto;
}

header ul{
	float: right;
}
header ul li{
	padding: 27px 0 0;
}

header ul img{
	display: block;
	width: 24px;
	height: auto;
}

#main ul img{
	width: 100%;
	height: auto;
}

#about{
	padding: 40px 32px 0px;
}

#about p{
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 32px;
}

#movie{
	padding: 48px 0 0;
}

#movie h2{
	width: 160px;
	margin: 0 auto;
	padding: 24px 0 20px;
	text-align: center;
	border-top: 4px solid #333 ;
}

#movie h2 img{
	width: auto;
	height: 40px;
}

#movie ul{
	overflow: hidden;
}

#movie ul li{
	width: 44%;
	float: left;
	margin: 0 0 4% 4%;
}
#movie ul li img{
	display: block;
	width: 100%;
	height: auto;
}

#movie .movie_title{
	margin: 4px 0 4px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

#movie .event{
	height: 4em;
	text-align: center;
}

#contact{
	padding: 32px 0 64px;
}

#contact h2{
	width: 160px;
	margin: 0 auto;
	padding: 24px 0 20px;
	text-align: center;
	border-top: 4px solid #333 ;
}

#contact h2 img{
	width: auto;
	height: 40px;
}

#contact .btn a{
	width: 240px;
	display: block;
	margin: 0 auto;
	padding: 8px 0;
	text-align: center;
	color: #333;
	font-weight: bold;
	font-size: 16px;
	border: 2px solid #333;
	border-radius: 4px;
}

footer{
	padding: 8px 0;
	background: #000;
}

footer p{
	text-align: center;
	color: #e5e5e5;
}