@charset "shift_jis";

main {
	position: relative;
	background: url(../movie/images/main_bg.png) repeat-y center top;
	background-size: 100%;
}

#topper {
	position: relative;
	background: url(../movie/images/header_bg.jpg) no-repeat center top;
	background-size: 100%;
	color: #FFF;
}

.movie-list {
	margin: 0;
	text-align: center;
}

.movie-list li {
	padding-bottom: 20px;
}

.thumb-txt {
	padding-top: 6px;
	font-size: 18px;
}

#contents {
	padding-bottom: 10px;
}

#contents img {
	width: 100%;
	height: auto;
}


/* ========================================
	Movie
======================================== */
body#movie {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: none;
	background-color: #000;
}
#movie .wrap {
	position: relative;
	margin: 20px auto 0 auto;
	text-align: center;
}
#close {
	margin: 10px 0 0;
}

.movie-wrap {
	position: relative;
    width: 100%;
}

.movie-inner iframe,
.movie-inner img {
    position: absolute;
    top: 0;
    left: 5.9375%;
    width: 87.5%;
    height: 87.5%;
}

