@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 01.reserve style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#form {
	overflow: hidden;
	width: 240px;
	height: 250px;
	font-size: 10px;
	font-weight: normal;
	border-top: 4px solid #d5d7e2;
	background-color: #eaebf0;
	background-repeat: repeat;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div#form input {
	padding: 0px 0px 0px 0px;
	line-height: normal;
	font-size: 10px;
}

/* form parts */

p.Rcomment {
	font-size: 10px;
	font-weight: normal;
	line-height: 1.5em;
}
span.subtext {
	font-size: 10px;
}

div.checkin {
	width: 240px;
	font-size: 10px;
	position: absolute;
	top: 20px;
	left: 10px;
}
div.checkout {
	width: 240px;
	font-size: 10px;
	position: absolute;
	top: 56px;
	left: 10px;
}

/*ninzu*/

div.count {
	width: 220px;
	position: absolute;
	top: 60px;
	left: 5px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
div.count table {
	width: 220px;
	height: auto;
	border: none;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
div.count table th {
	font-size: 8px;
	font-weight: normal;
	line-height: 1.6em;
	white-space: nowrap;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #d5d7e2;
	border-collapse: collapse;
}
div.count table th.Rcenter {
	text-align: center;
	border-bottom: none;
	padding: 6px 0px 6px 0px;
}
div.count table td {
	width: 30px;
	text-align: right;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #d5d7e2;
	border-collapse: collapse;
}

div.submit {
	width: 220px;
	height: 22px;
	position: absolute;
	top: 216px;
	left: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

