@charset "UTF-8";

.info_area{
	width:655px;
	margin: 0 auto 35px;
	font-size: .83em;
	letter-spacing: .03em;
}
.info_area img{
	text-align: center;
}
/*---------------------------
table
----------------------------*/
.info_data{
	margin: 30px 0;
	border-spacing: 0;
	border-collapse: separate;
}
.info_data th,.info_data td{
	padding: 15px;
	border-top: 1px solid #5EB800;
	border-left: 1px solid #5EB800;
}
.info_data th{
	width: 130px;
	background: #CEEAB2;
	color: #252525;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}
.info_data td{
	width: 520px;
	background: #FFFFFF;
	color: #252525;
}
.info_data th:last-child,.info_data td:last-child{
	border-right: 1px solid #5EB800;
}
.info_data tr:last-child th,.info_data tr:last-child td{
	border-bottom: 1px solid #5EB800;
}
.info_data tr:first-child :first-child{
	border-top-left-radius: 10px;
}
.info_data tr:first-child :last-child{
	border-top-right-radius: 10px;
}
.info_data tr:last-child :first-child{
	border-bottom-left-radius: 10px;
}
.info_data tr:last-child :last-child{
	border-bottom-right-radius: 10px;
}

