@charset "utf-8";
/* CSS Document */
.cNavi{
	margin-bottom: 20px;
}
.cNavi li{
	float: left;
}
h2{
	margin-bottom: 10px;
	background: url(../../common/img/h_bg.jpg);
	width: 541px;
	height: 21px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 20px;
	font-size: 14px;
	vertical-align: middle;
}
.itemBox{
	margin-left: 12px;
	margin-bottom: 20px;
}

.text01{
 margin-left: 10px;
 margin-top:25px;
 margin-bottom:25px;
 width:493px;
}

ol li{
 font-size:18px;
 font-weight:bold;
 color:#427500;
 list-style-position:outside;
 list-style-type:decimal;
 margin-left:35px;
 margin-top:20px;
}

ol li p{
 font-size:12px;
 font-weight:normal;
 margin-top:10px;
 margin-left:5px;
 color:#000000;
}
/* clearfix
---------------------------------------------------- */
.cNavi:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.cNavi{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .cNavi{
	height: 1%;
}
.cNavi{
	display: block;
}
/* End hide from IE-mac */

