@charset "UTF-8";
/*----------reserved--------------*/
#black_back {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url( /img/loading.gif ) no-repeat center;
	background-color: rgba( 0, 0, 0, .8 );
	z-index: 2000;
	display: none;
}

#reserved, #anonymous, #success, #login {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 300px;
	margin-top: -150px;
	margin-left: -200px;
	background: #fff;
	border-radius: 5px;
	z-index: 2000;
	padding: 30px 15px 15px;
	display: none;
}

#success {
	height: 200px;
	margin-top: -100px;
}

.close {
	position: absolute;
	top: 5px;
	right: 10px;
}

#reserved p, #anonymous p, #success p, #login p {
	font-size: 1.8rem;
	padding: 10px 5px;
}

.alert {
	display: none;
}