@charset "utf-8";

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


#insurance {
	padding: 30px 40px 40px 30px;
	background: #ece6e0;
}
span {
	font-size:16px;
	font-weight: bold;
}
b {
	font-weight: bold;
}
.img {
	margin-bottom: 20px;
}
.subtitle {
	margin: 40px 0 20px;
}
.sub {
	display: block;
	margin: 60px 0 10px;
}
.text {
	display: block;
	margin: auto;
}
p {
	text-align: center;
}
.sample {
	margin: 20px auto;
	display: block;
}
table {
	width: 100%;
	margin: 9px 0 30px;
}
table tr {
	border-top: #d4c9c1 1px solid;
}
table tr.last {
	border-bottom: #d4c9c1 1px solid;
}

table th {
	background: #5b432b;
	color: #fff;
	text-align: center;
	border-left: #d4c9c1 1px solid;
	border-right: #d4c9c1 1px solid;
}
table th {
	width: 160px;
}
table td {
	padding: 25px 20px 20px 25px;
	border-right: #d4c9c1 1px solid;
	min-width: 120px;
}
table#option td {
	min-width: 230pxpx;
}
table .odd td {
	background: #f2ebe7;
}

#sample_video {
	width: 760px;
	height: 428px;
	margin: 20px 0;
}


