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

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

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

.caution{
	clear:both;
	margin-top:10px;
	padding:10px;
	background-color:#efefef;
}

.caution p{
	margin-bottom:10px;
}

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

.movie-box .date{
	margin:0 5px;
	text-align:right;
}


/*動画1つ*/

.movie-box-txt {
	float:left;
	width:420px;
	margin-top:10px;
}


.movie-box-r {
	float:right;
	width:340px;
	margin-bottom:10px;
}

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

/*動画2つ*/

.movie-box01 {
	float:left;
	width:378px;
	margin-bottom:10px;
}

.movie-box02 {
	float:right;
	width:378px;
	margin-bottom:10px;
}

.movie-box01 .movie-box-mv,
.movie-box02 .movie-box-mv {
	width:320px;
	height:315px;
	margin:0 auto;
	padding:10px;
	background:url(../img/common/movie_bg.gif) top center no-repeat;
}

