@charset "utf-8";
.bg {
	width: 100%;
	height: auto;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;

background-size: cover;
	background-size: 100%;
}

.wrap {width: 100%;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;}

.bg2 {width: 100%;
	height: auto;
		margin-left: auto;
	margin-right: auto;
	max-width: 950px;
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 100%;
	background-image: url(../images/bg.png);
}

.videowrap {
	width: 100%;
	max-width: 950px;
	padding-left: 5.35%;
	padding-right: 5.17%;
	}



