#wrapper{
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}

img,video{
	display: block;
	width: 100%;
}

.movieBoxFV{
	background: #000;
}
.movieBoxFV video{
	width: 93.2%;
	margin: 0 auto;
}
.cvBox,
.movieBox{
	position: relative;
}

.movieBox .movie01{
	position: absolute;
	width: 100%;
	margin: 0 auto;
	right: 0;
	left: 0;
	top: 26%;
}
.movieBox .movie01{
	width: 92%;
	top: 2%;
}
.movieBox .iconAni{
	position: absolute;
	left: 6%;
	margin: 0 auto;
	width: 25%;
	top: 10%;
}

.cvBox{
	background:url("../img/cv_bg.jpg");
	background-size: 100%;
	padding-bottom: 20px;
}
.cvBox ul.offerTxt{
	width: 85%;
	margin: 0 auto;
}