@charset "UTF-8";

html,body {
	height: 100%;
}


* html .layer_board_bg,
* html .layer_board {
	position: absolute;
}

.layer_board_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	
	z-index: 1000;
	
	top: 0;
	left: 0;
	
	display: none;
	cursor: pointer;
	background: #000;
}

.layer_board {
	display: none;
	position: fixed;
	left: 50%;
	margin-top: 120px;
	margin-bottom: 0px;
	text-align: center;
	z-index: 2000;
	margin-left: -425px;
	margin-right: 0px;
	width: 850px;
	
}
.in_layer {
	width: 790px;
	background: #fff;
	padding: 30px;
	position: relative;
	margin-bottom: 20px;
}
.spot_bin {
	position: absolute;
	top: 372px;
	left: 48px;
}

.spot_bin a:hover img {
	opacity:0.65;
	filter: alpha(opacity=65);
	-ms-filter: "alpha( opacity=65 )";
}

.in_layer p {margin-bottom:14px;}
.layer_ttl {font-size:121.1%;font-weight:bold;}
.in_layer span {color:crimson;font-weight:bold;}
