@charset "utf-8";
.movModal {
	overflow: hidden;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: none;
	background:rgba(0,0,0,0.7);
}
.movModal .backArea {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.movModalIn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
}
.movModalIn_if {
	position: relative;
}
.movModal .modalClose {
	position: absolute;
	cursor: pointer;
	z-index: 8040;
	top: -30px;
	right: 0px;
	width: 18px;
	height: 18px;
}
.movModal .modalClose a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background-image: url('/commons/img/close.png');
	background-position: 0;
	background-repeat: no-repeat;
}

.movModal .modalClose a {
	background-size: 18px;
}
/*mp4*/
.movieBox {
	width: 100%;
	padding-bottom: 56.25%;
	overflow: hidden;
	cursor: pointer;
}
.movie {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.movie .poster {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: auto;
}
.movie video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: auto;
}
 @media print, screen and (min-width: 751px) {
.movModalIn {
	width: 90%;
	max-width: 960px;
	margin-top: 20px;
}

}
 @media print, screen and (max-width: 750px) {
.movModalIn {
	width: 90%;
	max-width: 600px;
	margin-top: 20px;
}


}
