@charset "utf-8";

.section h3 {
	margin-bottom: 20px;
}

.section h4 {
	margin-bottom: 10px;
}

.section h5 {
	font-size: 1.4em;
	font-weight: bold;
}

span.orange {
	color: #f9a17a;
}

span.normal {
	font-weight: normal;
}

div.boxLt {
	float: left;
	width: 200px;
	margin-right: 20px;
}

div.boxRt {
	float: right;
	width: 420px;
}

#largebathroom table {
	width: 640px;
	margin-bottom: 1.5em;
}

#largebathroom table td{
	text-align: left;
}

#largebathroom table td.term{
	width: 4em;
	text-align: center;
}

#recommendplan ul li a {
	text-decoration: none;
	display: block;
}

#otherplan ul li h5 {
	float: right;
	width: 460px;
	padding-left: 15px;
	margin-bottom: 0px;
	font-weight: bold;
	background-image: url(../../common/images/common_bu_01.gif);
	background-position: left 0.45em;
	background-repeat: no-repeat;
}

#otherplan ul li p {
	float: right;
	width: 475px;
	font-size: 1.4em;
}

#otherplan ul li p.ph {
	float: left;
	width: 145px;
	margin-right: 20px;
}

/*cleafix-----*/
#otherplan ul li {
	zoom: 1;
}

#otherplan ul li:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}
/*-----cleafix*/

