@charset "utf-8";
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 PC
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*
 MAIN
--------------------------------------------------------------------------------------------------*/
#mainArea{
	margin-bottom:40px;
}
/*
 movieBox
--------------------------------------------------------------------------------------------------*/
.boxMovie{
	width:100%;
	margin:0 auto;
	max-width:560px;
	display:block;
}
.boxMovie span{
	display:block;
	text-align:center;
	padding:10px;
	background-color: #1f6dad;
	color:#FFF;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 SP
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px) {
/*
 movieBox
--------------------------------------------------------------------------------------------------*/
.boxMovie{
	width:300px;
}
.boxMovie iframe{
	width:300px;
	height:169px;
}
}
