
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:absolute;left:0;top:0;left:0;right:0;margin:100px 20px 0;text-align: center;z-index: 2000;background:url(../images/BG_design_stripe.jpg);padding:5px;}
.layer_board .Wbox{background:#FFFFFF;padding:10px 6px;}
.layer_board p{text-align:justify; line-height: 170%; margin: 0 0 20px 0;}
.layer_board .midashi{text-align:center; line-height: 170%; margin: 0 0 10px 0; font-size: 20px; font-weight: bold;}
.layer_board .day{text-align:center; line-height: 170%; margin: 0 0 10px 0; font-size: 18px; font-weight: bold;}
.layer_board p.btn_close{text-align:center !important;margin:1em 0 0;}
.layer_board p.btn_close img{width:25%;}
.layer_board .red{text-align:center;  color:#D03829; margin:0 0 1em;}
.layer_board .icon img{ width: 20%; text-align: center; margin: 0 auto 10px;}

