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;
  top: 50%;
  left: 50%;
  width: 650px;
  height: 430px;
  margin-top: -280px;
  margin-left: -325px;
  text-align: center;
	z-index: 2000;
}

#notice{
    text-align: left;
}

#infoBox{
	background-color:#F1E7E7;
	box-sizing:border-box;
	padding:10% 10%;
	border-radius:5px;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;} 

#infoBox h2{font-size:1.8rem;
margin-bottom:5px;}

#infoBox p{
	margin-bottom:15px;
	line-height:1.7;}
.btn_close a{
	display:block;
	background-color:#DDD;
	color:#555;
	padding:3px 0;
	text-shadow:none;}

#lbImg{
	box-sizing: border-box;
	padding-left: 2%;
	}
	
	#lbImg img{
		width:100%;
		border-radius: 10px;
	}
	
	#nenmatsu div{
		width: 48%;
		display: inline-block;
		text-align: left;
		vertical-align: top;
		box-sizing: border-box;
		padding: 2%;
	}
	
@media screen and (max-width: 479px) {

.layer_board {
  width: 300px;
  height: 400px;
  margin-top: -240px;
  margin-left: -150px;
}

	#lbImg_sma{
		width:100%;	
	}
	
	#lbImg_sma img{
		border-radius: 10px;
		width:100%;	
	}
	
}