@charset "utf-8";

/* ----------------------------------------
	profile.html
---------------------------------------- */


#insurance {
	padding: 30px 40px 40px 30px;
	background: #ece6e0;
	margin-top: 20px;
}
#insurance p {
	margin-bottom: 45px;
}
span {
	font-size:16px;
	font-weight: bold;
}
b {
	font-weight: bold;
}
.img {
	margin-bottom: 20px;
}
.subtitle {
	margin: 40px 0 20px;
}
.sub {
	display: block;
	margin: 50px 0 25px;
}
.web {
	margin-bottom: 15px;
}
.text {
	display: block;
	margin: auto;
}
table {
	width:100%;
	margin-top: 15px;
}
table tr {
	border-bottom: #f2ebe7 1px solid;
}
table th {
	color: #fff;
	background: #5b432b;
	width: 105px;
}
table td {
	padding: 25px 0 20px 20px;
}
table td dt {
	width: 110px;
	float:left;
}
table td dd {
	width: 500px;
	float:left;
}
table td.odd {
	background: #fff;
}
table td.odd dt {
	width: 70px;
}
table td.odd dl {
	margin-bottom: 30px;
}
table td.odd dl.last {
	margin-bottom: 0;
}