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

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

.content01 {
	margin: 20px auto 0;
}

.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: #009E25;
	padding: 8px;
	line-height: 100%;
	color: #FFF;
	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: 16px;
	text-align: center;
}

.content02 {
	text-align: left;
	width: 95%;
	margin: 40px auto 0;
}

.content02 a {
	color: #007C0A;
	text-decoration: underline;
}

.content02 h2 {
	font-size: 16px;
	font-weight: bold;
	background: #009E25;
	padding: 8px;
	line-height: 100%;
	color: #FFF;
	margin-top: 30px;
	text-align: left;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.content02 p {
	font-size: 14px;
	margin-top: 20px;
	line-height: 180%;
}

.content02 ul {
	margin-top: 20px;
}

.content02 ul li {
	list-style-type: decimal;
	line-height: 180%;
	font-size: 14px;
	margin-left: 40px;
}

.content02 ol li {
	list-style-type: circle;
	line-height: 180%;
	font-size: 14px;
	margin-left: 20px;
	
}

h2#title2 {
	border-left: solid 6px #82BC3F;
	padding-left: 10px;
	font-size: 17px;
	font-weight: bold;
	line-height: 100%;
	text-align: left;
	margin-bottom: 30px;
	border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	background: none;
	color: #333;
}

.list01 {
	text-align: left;
}

.list01 li {
	padding-left:1.7em;
	text-indent:-1.7em;
	margin-bottom: 0;
	margin-top: 14px;
	font-size: 14px;
}

.c_area p a {
	color: #0068D7;
}