/*html,body {
	height: 100%;
}*/

* html .layer_board_bg,
* html .layer_board {
	position: absolute;
}
.layer_board_area {
	display: none;
}
.layer_board_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
	/*display: none;*/
	cursor: pointer;
	background: rgba(0,0,0,0.7);
}

.layer_board_bg-02 {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
	/*display: none;*/
	cursor: pointer;
	background: rgba(0,0,0,0.9);
}

.layer_board {
	/*display: none;*/
	position: fixed;
	left: 50%;
	margin: 50px 0px 0px -285px;
	text-align: center;
	z-index: 2000;
}
.btn_close {
	color: #fff;
	text-decoration: underline;
}
.btn_close:hover {
	cursor: pointer;
}