@charset "utf-8";
#main p {
	line-height: 24px;
}
h3 {

}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-left: 13px;
	padding-top: 30px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
}
#stay td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#rental-list {
	clear: both;
	padding-left: 10px;
}

.plan h5 {
	padding-left: 0px;
	padding-bottom: 20px;
}

.plan {
	padding-bottom: 50px;
}

.plan td {
	line-height: 18px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.plan table {
	width: 100%;
}
.plan-price {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}

.plan h4 {
	padding-left: 0px;
	padding-bottom: 20px;
}
.underl{
	text-decoration:underline;	
}
