html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {

}

/*----------------------------------------------

clearfix

-----------------------------------------------*/
.clearfix { /zoom : 1; }
.clearfix:after{ content : ''; display : block; clear : both; height:0; }



/*----------------------------------------------

float

-----------------------------------------------*/
.float-left{ float: left; }
.float-right{ float: right; }
.clear{ clear: both; }


ol, ul {
  list-style: none;
}


.contents div img {
  border: none;
  margin:0;
  padding:0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  font-family: 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', sans-serif;
  color: #333;
  background: #000;
}

.wrapper {
	margin: 0 auto;
	width: 960px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
  
}

.mainContents {
  padding: 0;
}

a {
  border: none;
  outline: none;
  text-decoration: none;
}

a img:hover{
filter:alpha(opacity=70);
opacity:0.7;
}

header {
	height:741px;
}

#mainImg {
  padding: 0;
}
.contents {
  padding: 0;
}

.img1-1{height:384px;}
.img1-2{height:434px;}
.img1-bg{
	padding: 220px 0px 44px 0px;
	text-align: center;
	margin: 0 auto;
	background-image: url(../img/img_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.img2-1{height:327px;}
.img2-bg{
	padding: 295px 0px 185px 0px;
	text-align: center;
	margin: 0 auto;
	background-image: url(../img/img_05.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
.img2-bg ul{
	width:538px;
	margin:0 auto;
}
.img2-bg li{
	display:block;
	float:left;
	padding-left:40px;
}

.img2-2{height:323px;}


.img3{height: 601px;}


h2{
	padding-top:35px;
}

.link-btn{
	width:380px;
	margin:0 auto;
}

.link-btn li{
	display:block;
	float:left;
	padding-left:10px;
}

.trailer {
	padding: 0 20px 7px 30px;
	text-align: center;
	margin: 0 auto;
	background-image: url(../img/trailer_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.official-btn{
	text-align:center;
	margin:0 auto;
	padding:0 0 35px 0;
}

.movie_txt{
	width:380px;
	float:left;
	padding:10px;
	text-align:left;
	font-size:14px;
		
}

.movie_txt p{
	text-align:center;
	display:block;
	padding:30px 0;
}

#theater {
	margin: 0 auto;
	padding: 0 60px;
	background-image: url(../img/footer_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#theater ul {
    margin: 97px 0 0px 0;
    padding: 0 0 44px 0;
}

#theater li {
  float: left;
  line-height: 40px;
  padding: 1px;
}
#theater li a {
  display: block;
  width: 278px;
  height: 40px;
}

#theater ul:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
  zoom: 1;
}
