@charset "UTF-8";

#bg1 {
	background: url(../movie/images/movie_bg.jpg) center 0 no-repeat;
}

/* ========================================
	#ttl-area
======================================== */
#ttl-area {
	height: 220px;
}

#ttl {
	margin-top: 35px;
	text-align: center;
}

#copy {
	margin: 26px 0 0 96px;
}

/* ========================================
	#movie
======================================== */
#movie-wrap {
	position: relative;
	height: 737px;
	z-index: 10;
	background: url(../images/modal_bg.png) center 0 no-repeat;
}
#movie-wrap .movie-btn {
	width: 720px;
	margin: 35px auto 0;
}
#movie-wrap .movie-btn li {
	position: relative;
	float: left;
	width: 150px;
	height: 110px;
	margin: 0 15px;
	text-align: center;
	background: url(../images/bg_thumb_off.png) no-repeat left top;
}
#movie-wrap .movie-btn li a {
	display: block;
	padding: 5px 0 0;
}
#movie-wrap .movie-btn li a:hover,
#movie-wrap .movie-btn li.cr {
	background: url(../images/bg_thumb_on.png) no-repeat left top;
}
#movie-wrap .movie-btn li a .icon-new {
	position: absolute;
	top: -25px;
	left: 48px;
}
#movie-wrap .movie-btn li a .thumb {
	display: block;
	width: 140px;
	height: 79px;
	margin: 0 auto 10px;
}
#movie-wrap .movie-btn li .movie-ttl {
	position: relative;
	display: block;
	text-align: center;
	z-index: 10;
}

/* ========================================
	iframe
======================================== */
html, body#movieBody {
	background: transparent;
}
#moviePop {
	width: 960px;
	height: 524px;
	margin: 0 auto;
	text-align: center;
}
#moviePop h1 {
	margin-top: 30px;
	text-align: center;
}
#movie-area {
	position: relative;
	width: 700px;
	height: 394px;
	margin: 0 auto;
}
#note {
	position: absolute;
	top: 0;
	left: 0;
}