@charset "utf-8";
/* CSS Document */

html, body {}

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

.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%;
	top: 50%;
	margin: -200px 0px 0px -200px;
	text-align: center;
	z-index: 2000;
}

.layer_board .alignCenter img {
	width: 500px;
	height: 500px;
	display: inline !important;
}

@media screen and (max-width: 750px) {
	.layer_board .alignCenter img {
		width: 90%;
		height: auto;
		display: inline !important;
	}
}


.closeBtn {
	position: absolute !important;
	top: -40px;
	right: -40px;
}

@media screen and (max-width: 750px) {
	.closeBtn {
		position: absolute !important;
		top: -30px;
		right: 0px;
	}
}

.closeBtn.btn_close img {
	width: 56px;
	height: 56px;
	display: inline !important;
}

/*.btn_close {
	text-align:center;
	margin:0 auto;
}*/