
@charset "UTF-8";
#cover {
	background-color: #000000;
	display: none;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#res {
	display: none;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
}
#res ul {
	background-color: #ffffff;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	top: 20px;
	left: 0;
}
#res ul li {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}


