@charset "utf-8";

/* point_box
------------------------------------------------------------------------------- */
.point_box {
	margin: 15px 0 20px;
}
.point_box h4 {
	border-left: 4px solid #990000;
	border-bottom: 1px dotted #333333;
	font-size: 1.2em;
	font-weight: bold;
	padding: 3px 0 3px 1em;
}
.point_inner {
	margin: 10px 0 0;
	padding: 0 0 0 20px;
}
.point_inner p {
	margin-bottom: 5px;
}
.point_inner span {
	font-weight: bold;
	line-height: 1.5;
}
.point_inner ul {
	margin: 10px 0;
}
.point_inner .lease_list {
	list-style: disc;
	padding: 0 0 0 1em;
}
.point_inner .lease_list li {
	font-weight: bold;
}
.point_inner .lease_image li {
	float: left;
	margin: 0 5px;
	width: 130px;
}
* html .point_inner .lease_image li { display: inline; } /* IE6 */
.point_inner dt {
	font-size: 1.2em;
	font-weight: bold;
	color: #993333;
}



/* price_list_box
------------------------------------------------------------------------------- */
#price_list_box {
	margin: 20px 0;
}
#price_list_box h5 {
	text-align: center;
	background-color: #ffffCC;
	font-weight: bold;
	padding: 5px 0;
	border: 2px solid #CC3300;
}
.price_list {
	margin: 5px 0 10px;
	padding: 10px;
}
.price_list_lft,
.price_list_rgt {
	margin-bottom: 10px;
	width: 275px;
}

.price_list_lft {
	float: left;
}
.price_list_rgt {
	float: right;
}
.price_list_lft .price_list_image01,
.price_list_rgt .price_list_image02 {
	float: left;
	width: 100px;
}
.price_list_lft .price_list_detail01,
.price_list_rgt .price_list_detail02 {
	float: right;
	width: 170px;
}
.price_list_bottom {
	clear: both;
}
.price_list_bottom table {
	width: 555px;
}
.price_list_bottom th,
.price_list_bottom td {
	padding: 5px;
	border: 1px solid #CC3300;
	border-collapse: collapse;
}
.price_list_bottom th {
	background-color: #e5f7fb;
}
.price_list_bottom .rgt_head {
	background-color: #fedbf1;
}
.price_list_bottom td {
	background-color: #f1fbfc;
}
.price_list_bottom .rgt {
	background-color: #ffeff9;
}


