@charset "shift_jis";
/* CSS Document */



#movie_wrapper {
}

#movie_container {
	margin: 0 auto;
    padding: 20px 0;
    background-color: #000;
}


.movie {
	margin: 20px auto;
	width: 660px;
}

.movie_title {
	text-align: center;
	margin-bottom: 5px;
	color: #fff;
}
.movie video {
	width: 660px;
	height: auto;
}
.movie img {
	width: 660px;
	height: auto;
}