@charset "UTF-8";
/*------------------------------------------------------------
	layout
------------------------------------------------------------*/
#wrapper {
	min-width: 960px;
	overflow: hidden;
	background: url(../img/movie/bg_movie.png) 0 0 repeat;
}
.contents_section {
	min-width: 960px;
	min-height: 720px;
	height: 88vh;
	background: url(../img/movie/bg_center.png) center top repeat-y;
	position: relative;
}
.contents_section:before{
	content: "";
	width: 100%;
	height: 784px;
	background: url(../img/movie/bg_star.png) center top no-repeat;
	display: block;
	position: absolute;
	
}
.content_movie{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.content_movie_frame {
	position: absolute;
	left: 40px;
	right: 0;
	margin: 0 auto;
	top: 0;
	height: 730px;
	width: 991px;
	background: url(../img/movie/movie_frame.png) 0 100% no-repeat;
}

.content_movie_clip{
	position: absolute;
	left: 73px;
	bottom: 120px;
	width: 800px;
	height: 450px;
}
.movie_title{
	position: absolute;
	left: 328px;
	bottom: 554px;
	z-index: 2;
}

.movie_shadow_top {
	position: absolute;
  left: 74px;
  bottom: 568px;
  width: 799px;
  height: 2px;
  background: url(../img/movie/movie_shadow.png) 0 0 repeat;
}
.movie_shadow_left {
	position: absolute;
  left: 73px;
  bottom: 120px;
  width: 1px;
  height: 450px;
  background: url(../img/movie/movie_shadow.png) 0 0 repeat;
}

.content_localnav{
	width: 960px;
	position: absolute;
	top: 736px;
	left: 50%;
	margin-left: -480px;
}

.content_localnav ul{
	position: relative;
	width: 960px;
}
.content_localnav li{
	position: absolute;
}
.btn_movie01{
	left: 348px;
    top: 0;
}
.btn_movie02{
	left: 244px;
	top: -2px;
}
.btn_movie03 {
	left: 466px;
	top: -6px;
}
.btn_movie04 {
	left: 348px;
    top: 0;
}
.btn_movie_body{
	display: inline-block;
	position: relative;
}
.update_0928 .btn_movie_body:before{
	content: "";
	position: absolute;
	right: 22px;
	top: -5px;
	width: 70px;
	height: 43px;
	background: url(../img/movie/ico_update_0928.png) 0 0 no-repeat;
	display: block;
	z-index: 10;
}

.new .btn_movie_body:before{
	content: "";
	position: absolute;
	right: 22px;
	top: -5px;
	width: 70px;
	height: 43px;
	background: url(../img/movie/ico_new.png) 0 0 no-repeat;
	display: block;
	z-index: 10;
}

