@charset "UTF-8";
/* CSS Document */
.movie {
	position:relative;
	z-index:10;
	left: 0px;
	top: 0px;
	width: 640px;
	padding-left: 52px;
	padding-right: 53px;
}
#container-movie {
	width:640px;
	height:465px;
	z-index:1;
	position: relative;
	border: 1px solid #34434b;
	margin: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.movie-high {
	position:relative;
	z-index:10;
	left: 0px;
	top: 0px;
	height: 386px;
	width: 640px;
}
.movie-low {
	position:relative;
	z-index:10;
	height: 252px;
	width: 400px;
}
.movie-wrap {
	position:relative;
	z-index:10;
	left: 0px;
	top: 20px;
	height: 386px;
	width: 640px;
	background-color: #34434b;
}
