@charset "UTF-8";
@import "common.css";
@import "corner.css";

/*-----------------------------------------
	動画
-----------------------------------------*/

.movie-box {
	clear:both;
	width:770px;
	margin:0 auto;
}

.movie-box-img {
	float:left;
	width:430px;
}

.movie-box-img .ph {
	width:380px;
	margin:0 auto;
}

.movie-box-mv {
	float:right;
	width:320px;
	height:335px;
	padding:10px;
	background:url(../img/common/movie_bg.gif) top center no-repeat;
}

.movie-box-mv .btn {
	clear:both;
	width:320px;
	margin:5px 0 0 0;
}

