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

.layer_board_bg {
    background: #000 none repeat scroll 0 0;
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.layer_board {
    display: none;
	top: 0;
	left: 20%;
	right: 20%;
    margin: 50px auto -500px;
    position: fixed;
    text-align: center;
    z-index: 100000;
}

.layer_board p.bnr {
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
}

.layer_board p.bnr img{
	width:450px;
	height:450px;
	margin: 0 auto;
}

.layer_board p.btn_close{
	text-align: center;
}

.layer_board p.btn_close img {
	width: 128px;
	height: 43px;
	margin: 0 auto;
}

@media only screen and (max-width: 768px){
	
.layer_board {
	top:0;
	left: 3%;
	right: 3%;
    margin:5% auto;
}

.layer_board p.bnr img{
	width:100%;
	max-width: 450px;
	height: auto;
}
}