html,body {
	height: 100%;
}


* html .layer_board_bg,
* html .layer_board {
	position: absolute;
}
#layer_board_area {
	background-color:#FFFFFF;
	width: 100%;
	position:relative;
}
.layer_board_bg {
	position: fixed;
	width: 100%;
	height: 875px;
/*	height: 100%;*/
	z-index: 10002;
	top: 0;
	left: 0;
	display: none;
/*	cursor: pointer;*/
	background-color:#e8cad3;
}

.layer_board {
	display: none;
	position: fixed;
	left: 50%;
	margin: 0px 0px 0px -663px;
	text-align: center;
	z-index: 10003;
}
.layer_board .btn_facebook {
	position: absolute;
	top:466px;
	left: 494px;
}
.layer_board  .btn_tour_site {
	position: absolute;
	top:518px;
	left: 494px;
}
.layer_board .btn_close {
	position: absolute;
	top: 577px;
	left: 616px;
}
.layer_board .parts_01 {
	position: absolute;
	top: 447px;
	left: 747px;
}
.layer_board .btn_01 {
	position: absolute;
	top: 466px;
	left: 945px;
}
.layer_board .btn_02 {
	position: absolute;
	top: 518px;
	left: 945px;
}
.layer_board .btn_02 ul li {
	float: left;
}
.layer_board .popup2 {
left: -85px;
bottom:28px;
}

.layer_board .popup2 .bg_bottom {
background-position: left bottom;
background-image: url(../images/popup2_bg_bottom2.png);
background-repeat: no-repeat;
width: 361px;
padding-bottom: 12px;
}