@charset "utf-8";

/*----------------------------------------
    style
-----------------------------------------*/
.contents {
	overflow: hidden;
	line-height: 0;
}
.left_cont {
	width: 52.3%;
	max-width: 540px;
	padding-top: 3.8%;
	float: left;
	overflow: hidden;
}
.left_cont video {
	width: 100%;
	max-width: 540px;
	height: auto;
/*	margin-right: -5px;*/
}
.right_cont {
	width: 46.7%;
	max-width: 472px;
	float: right;
}
#restart span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	cursor: pointer;
}
