@charset "UTF-8";
/*MOVIE
-----------------------------*/
#main{
/*	background: url(../img/bg.jpg) no-repeat;
	background-size: 100% auto;*/
}
#movieWrap{
	padding: 0 20px;

}
.mvOnce{
	margin-bottom: 30px;
}
.mvIfWrap {
	margin-bottom: 15px;
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
.mvIfWrap iframe {
	border-radius: 10px;        
	-webkit-border-radius: 10px;  
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	vertical-align: bottom;
}
.mvTtlWrap{
	text-align: center;
}
.mvTtl{
	display: inline-block;
	color: #FFFFFF;
	padding: 10px 15px;
	line-height: 1;
	background: #e0006f;
}