@charset "utf-8";
#glayLayer {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: #333;
	filter: alpha(opacity=75);
	opacity: 0.75;
	z-index:99999;
}
* html #glayLayer , * html #overLayer{
	position: absolute;
}
#overLayer {
	display: none;
	width: 840px;
	background-color: transparent;
	padding: 10px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index:999999;
}
/*body {
	margin: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
}*/
#overLayer img.close{
	position:absolute;
	top:-10px;
	right:-10px;
	cursor:pointer;
}
#contents_caution {
	margin: 0 auto;
	width: 900px;
	height: 480px;
	background: #000000;
	position: relative;
	box-shadow: 0px 10px 15px #000;
}

#contents_caution .text{
	color:#ffffff;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	position: absolute;
	right: 50px;
	top: 60px;
}

#contents_caution .bnr{
	position: absolute;
	right: 60px;
	top: 120px;
	width: 100%;
	height: 100%;
}
#contents_caution .bnr a{
	/*display: block;
	width: 100%;
	height: 100%;*/
}
#contents_caution .bnr a:hover{opacity: 0.6;}
#contents_caution .close {
	position: absolute;
	right: 20px;
	top: 20px;
	transition: .3s;
}
#contents_caution .close:hover{opacity: 0.6;}
