html,body {height: 100%;}
* html .layer_board_bg,* html .layer_board {position: absolute;box-sizing: border-box;}
.layer_board_bg {
background: #000;
cursor: pointer;
display: none;
position: fixed;
height: 100%;
z-index: 1000;
top: 0;
left: 0;
width: 100%;
}
.layer_board {
color:#111;
display: none;
font-size:1.3em;
line-height:1.4em;
text-align: left;
position: absolute;
left: 50%;
margin: 0 0 0 -35%;
z-index: 2000;
width: 70%;
}
.pop_contents{
padding: 1%;
}
.pop_contents img{
border: #666 solid 1px;
max-width: 100%;
max-height: 640px;
margin: 0 auto;
}
.pop_contents p{
width: 100%;
text-align:center;
}
.popup_title{
padding: 0;
margin: 10px auto 20px;
font-size:1.3em;
line-height:1.5em;
}
.pop_text{
background-color: #fff;
border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;
font-size: 90%;
padding: 3%;
margin-top: 3%;
min-height: 100px;
}
.btn_close{
text-align:center;
width: 100%;
}
.btn_close img{
margin: 2% auto 4%;
}