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

* 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: fixed;
	left: 25%;
	width: 50%;
	margin: 25px auto 0px auto;
	text-align: center;
	z-index: 2000;

}

.layer_board .std16 img {}

.layer_board_bg p, .layer_board p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	color: #fff;
}
/*
#ClBtn{
	display: block;
	width: 80%;
	height: 10%;
	margin: 5px auto;
	padding: 5%;
	background-color: #ccc;
	border: solid 1px #999;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #feae31), color-stop(0.00, #efe457));
	background: -webkit-linear-gradient(top, #efe457 0%, #feae31 100%);
	background: -moz-linear-gradient(top, #efe457 0%, #feae31 100%);
	background: -o-linear-gradient(top, #efe457 0%, #feae31 100%);
	background: -ms-linear-gradient(top, #efe457 0%, #feae31 100%);
	background: linear-gradient(top, #efe457 0%, #feae31 100%);
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.4);
}
*/



