
.web_area_body{
	/* padding-top: 20px; */
}
@media (min-width: 641px) {
	.m_area_box .web_area_body{
		width:65%;
		margin:0 auto;
	}
}
.web_area_body .area_info_title {
	display: block;
	position: relative;
	min-width: auto;
	margin-bottom: 15px;
}

.web_area_body .area_info_title span {
	display: block;
	color: #414141;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	text-indent: 5px;
	position: relative;
	z-index: 25;
	border-left: 4px solid #D8A963;
	margin-left: 5px;
}
.web_area_body .area_info_tb table{
	width: 100%;
	background: #D6D6D6;
	border-radius: 14px;
	border: 1px solid #D6D6D6;
	text-align: center;
	overflow: hidden;
	margin-bottom: 20px;
}
.web_area_body .area_info_tb table tr:nth-of-type(2n-1){
	background: #F3F5F9;
}
.web_area_body .area_info_tb table tr:nth-of-type(2n){
	background: #FFFFFF;
}
.web_area_body .area_info_tb table tr td{
	font-size: 14px;
	color: #414141;
	line-height: 1;
	padding: 15px 0;
	border-right:1px solid #D6D6D6;
	border-bottom:1px solid #D6D6D6;
}
.web_area_body .area_info_tb table tr:last-child td{
	border-bottom: none;
}
.web_area_body .area_info_tb table tr td:last-child{
	border-right: none;
}
.web_area_body .area_info_list{
	background-color: #F5F5F5;
	border-radius: 5px;
	padding:15px 20px;
	font-size: 16px;
}
.web_area_body .area_info_list table tr td{
	color: #5E5E5E;
	font-size: 16px;
	padding:6px 0;
}
.web_area_body .area_info_list table tr td:first-child{
	width: 80px;
	text-align: right;
	vertical-align: top;
}
.web_area_body .area_info_list table tr td:first-child span{
	color:#D8A963;
}