@charset "UTF-8";
#layer {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99999;
	display: none;
}
#info,
#pop {
	z-index: 100000;
	position: fixed;
	left: 50%;
	top: 50%;
	display: none;
}
#Form .iblk {
	position: absolute;
	bottom: 50px;
	text-align: center;
	width: 100%;
	background: #6f2f0a;
}
#tabshow li {
	display: none;
}
