@charset "shift-jis";

/*======================================================

	[法人] LIFEBOOK U939/CW (ui6713)
	
	LastUpDate:19/05/08

=======================================================*/


/* ムービー用
------------------------------------------------------ */
.movieArea{
	margin: 0;
}

.movieArea img{
	cursor: pointer;
}

.overLay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background: rgba(0,0,0,0.7);
	z-index: 9998;
}
.mdlWrap{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: auto;
}
.mdlWin{
	position: relative;
	width: 844px;
	height: 475px;
	border: 3px solid #111111;
}

