@charset "utf-8";
/* CSS Document */

.c_area {
	width: 900px;
	margin: auto;
}

.content01 {
	margin-top: 20px;
}

.content01 h1 {
	font-size: 35px;
	border-bottom: #44AEEA solid 5px;
	line-height: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

.content01 h2 {
	font-size: 18px;
	font-weight: bold;
	background: #7EDCFF;
	padding: 8px;
	line-height: 100%;
	color:#005483;
	margin-top: 30px;
	text-align: left;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.content01 p {
	margin-top: 20px;
	font-size: 16px;
	text-align: left;
	line-height: 180%;
}

.content01 p.subtext {
	font-size: 18px;
	text-align: center;
}

.content01 dl dt {
	padding: 15px 0;
	font-size: 16px;
	text-align: left;
	line-height: 180%;
	float: left;
	border-top: #E8E8E8 solid 1px;
	color: #333;
	width: 15%;
}

.content01 dl dd {
	padding: 15px 0 15px 25px;
	font-size: 16px;
	text-align: left;
	line-height: 180%;
	float: left;
	border-top: #E8E8E8 solid 1px;
	color: #333;
	width: 80%;
}

.content01 .bn {
	display: inline-block;
	vertical-align: middle;
	margin: 30px 20px;
}