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

.c_area {
	width: 95%;
	margin: auto;
}

.content01 {
	margin-top: 20px;
}

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

.content01 h2 {
	font-size: 16px;
	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: 14px;
	text-align: left;
	line-height: 180%;
}

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

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

.content01 dl dd {
	padding: 15px 0 15px 0;
	font-size: 14px;
	text-align: left;
	line-height: 180%;
	color: #333;
	width: 100%;
}

.content01 .bn {
	margin: 20px auto 0;
	text-align: center;
}