#contentArea h2 {
	margin-bottom: 30px;
}

#contentArea h3 {
	margin-bottom: 40px;
}

.section01 {
	padding-bottom: 40px;
}


.section01 a {
	color: #248bf2;
	text-decoration: underline;
}

.section01 a:hover {
	opacity: 0.5;
}

.section01 h4 {
	font-size: 115%;
	width: 570px;
	margin: 0 auto 5px;
	font-weight: normal;
}

.section01 table {
	width: 570px;
	border: 0;
	border-collapse: collapse;
	margin: 0 auto;
}

.section01 th,
.section01 td {
	border: 1px solid #c0c0c0;
	border-collapse: collapse;
	font-size: 100%;
	text-align: left;
}

.section01 th {
	padding: 20px 0;
	background: #ffac57;
	color: #fff;
	text-align: center;
}

.section01 tr>th:nth-child(1) {
	background: none;
	border: none;
}

.section01 tr>th:nth-child(2) {
	width: 40%;
	background: #ff8181;
}
 
.section01 td {
	padding: 15px 10px;
}

.section01 tr>td:nth-child(1) {
	background: #f2f9ff;
	white-space: nowrap;
}

.section01 td.lv01 {
	background: #fff !important;
	white-space: normal !important;
}

.img01 {
	margin: 0 0 90px 50px;
}

.img01 p {
	color: #ee502e;
	margin-top: 5px;
}



