@charset "utf-8";
.reserv-table {
	width: 100%;
}
.reserv-table th {
	padding: 5px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 22%;
	background-color: #F8F8ED;
}
.reserv-table td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: 180%;
}
.bottun input {
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 15px;
	font-weight: bold;
}
h5 {
	font-size: 20px;
	font-weight: bold;
}
.top40 {
	margin-top: 40px;
}
.other-plan {
	border: 1px solid #5B7450;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	clear: both;
	background-image: url(../basic-img/icon-backnumber.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	text-decoration: none;
}

