@charset "utf-8";
/* CSS Document */

#per100 {
	background: url(../img/bg.png) center top no-repeat fixed;
}

#copyright {
	margin-top: 50px;
}

#movie_box {
	margin: -40px 0 0 322px;
}

#movie_head {
	width: 515px;
	height: 57px;
	background: url(../img/bg_head.png);
}

h2 {
	padding: 27px 0 0;
}

#movie_contents {
	background: url(../img/bg_mid.png);
	width: 515px;
	padding: 0 0 65px;
}

#movie_contents ul {
	padding: 37px 0 0;
	width: 488px;
	margin: 0 auto;
}

#movie_contents li {
	width: 230px;
	margin: 0 7px;
	float: left;
	text-align: center;
}

.movie_img img {
	cursor: pointer;
}
.movie_cap {
	padding: 9px 0;
}
.movie_cap span {
	cursor: pointer;
}
.movie_cap span:hover {
	text-decoration: underline;
}

#movie_lightbox {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
}
#movie_bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: url(../img/lightbocBg.png);
}
#movie_wrap {
	width: 640px;
	margin: 0 auto;
	position: relative;
}
#close {
	margin-left: 620px;
	cursor: pointer;
}