@charset "shift_jis";

main {
	padding-top: 4px;
	background: url(../movie/images/bg_top.png) repeat-x left top;
}
main .inner {
	background: url(../movie/images/bg.png) repeat left top;
}
main h1 img {
	width: 100%;
	height: auto;
}
main .inner img {
	width: 100%;
	height: auto;
}
main .movie-wrap {
	background: url(../movie/images/movie_bg.png) no-repeat left top;
	background-size: 100% auto;
	position: relative;
	width: 100%;
}
main .movie-inner iframe,
main .movie-inner img {
	position: absolute;
	top: 3%;
	left: 5.9375%;
	width: 87.5%;
	height: 87.5%;
}