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;

	border:0px solid #b22222;

	text-align: center;
	z-index: 2000;
	width:100%;
	height:400px;
}

.layer_board p{
	margin:0px auto 0px auto;
	width:80%;
	height:auto;
	border:2px solid #eeeeee;
	border-radius:5px;
	margin-top:10px;
	background-color:#ffffff;

}
	
.layer_board .btn_close{
border:0px;
}
	
.layer_board p img{
width:100%;
}
	
.layer_board .btn_close img{
width:250px;
}


#layer_board_area .btn_close a{
text-decoration:none;
color:#333333;
}
	
@media(min-width:900px){
.layer_board p img{
width:60%;
}

}



