@charset "utf-8";


/**************************************************50
 * reservation
 **************************************************/
#reservation{
}
#reservation > p.serif{
	font-size: 112.5%;
}
#reservation .list_note{
	font-size: 87.5%;
	margin-bottom: 30px;
}
#reservation > p{
	padding: 0 20px;
}
#reservation > .list_note{
	padding: 0 20px;
}
#reservation form{
	margin-top: 20px;
}
#reservation #reservation_btn{
	text-align: center;
}
#reservation .error,
#reservation .success,
#reservation .failed{
	margin: 20px;
}
#reservation .btn_back{
	background-color: #E8F6FF;
	color: #6482DD;
}


