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

/*キーカラー：#156b0f*/

.main{
	padding:0 0 0 10px;
}

.section{
	margin:0 0 50px 0;
}
.section ul li{
	line-height:2;
}

.level1 > li > a{
	color:#156b0f;
}
.level1 > li > a:before{
	content:"■　";
}

.level2{
	padding:10px 0 10px 20px;
}
.level2 li:before{
	content:"|---  ";
}



@media screen and (max-width: 640px) {
	
	.main{
		padding:0;
	}

	.level2{
		padding:10px 0;
	}

}

@media only screen and (min-width: 641px) and (max-width: 960px) {
	
	

}
 
 @media screen and (min-width: 961px) {
	 
	
}