@charset "UTF-8";

/* ========================================
	main
======================================== */
img {
	width: 100%;
}

body {
	background-image: url(../movie/images/bg_movie.gif);
	background-position: center top;
	background-repeat: repeat;
	background-size: 100% auto;
}

#wrap {
	background-image: url(../movie/images/bg_movie_main.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

main {
	padding-bottom: 7%;
}

.thumb {
	position: relative;
}

.movie-arw {
	position: absolute;
	top: 0;
	left: 0;
}

