@charset "utf-8";

.business_index_h2 {
	margin-bottom: 20px;
}

.business_txt_01 {
	margin-top: 20px;
	margin-bottom: 50px;
}
.text_align_center {
	text-align: center;
}

.business_index_01 {
	width: 695px;
	padding-bottom: 12px;
	margin-bottom: 15px;
	background: url(../img/line.gif) repeat-x bottom;
}
.business_index_01 h2 {
	margin-bottom: 20px;
}
.business_index_01 .left {
	width: 210px;
	float: left;
}
.business_index_01 .left img {
	padding: 4px;
	border: 1px solid #CCCCCC;
}
.business_index_01 .right {
	width: 480px;
	padding-top: 4px;
	float: right;
}
.business_index_01 .right p {
	margin-bottom: 12px;
}
.business_index_01 .right span {
	font-size: 10px;
}
.business_index_01 .right dl {
	padding-top: 4px;
	margin-top: 10px;
	background: #EDF2F8;
}
.business_index_01 .right dl dt {
	margin: 0px 3px 8px 3px;
	background: #7C9EC1;
	text-align: center;
}
.business_index_01 .right dl dt strong {
	color: #fff;
}
.business_index_01 .right dl dd {
	padding: 0px 12px 10px 12px;
	line-height: 150%;
	color: #333;
}
.business_index_01 .right .list {
	padding-top: 15px;
	text-align: center;
}
.business_index_01 .right .list li {
	margin: 0px 11px;
	display: inline;
}
.business_bt_button {
	text-align: center;
}
.business_bt_button a {
	margin: 0px 4px;
}

/**
 * feature 
 */
.business_feature dt {
	margin-bottom: 14px;
	line-height: 150%;
}
.business_feature dd {
	margin-bottom: 20px;
	line-height: 150%;
}

/**
 * area
 */
.area_table01 {
	margin-top: 13px;
	border-top: 1px solid #D1D1D1;
	border-left: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
}
.area_table01 th.area {
	width: 150px;
	background: #D1D1D1;
	text-align: center;
	font-weight: bold;
	color: #333;
}
.area_table01 th.title_02 {
	width: 188px;
	padding: 7px 0px;
	border-bottom: 1px solid #D1D1D1;
	background: #EDEDED;
	text-align: center;
	font-weight: normal;
	color: #333;
}
.area_table01 td {
	/* width: 349px; */
	width: 340px;
	padding: 7px 0px 7px 15px;
	background: #fff;
	border-bottom: 1px solid #D1D1D1;
}


