@charset "utf-8";
/*------------------------------------------------
ローカルナビ設定
------------------------------------------------*/
.lnaviArea dd.lnavi05 a {
	color: #64bb41;
	font-weight: bold;
}
.titleArea {
	height: 170px;
}

/*------------------------------------------------
メイン
------------------------------------------------*/
section a {
	color: #64bb41;
}
section a:hover {
	opacity: 0.7;
}

section .atten {
	text-indent: -1em;
	padding-left: 1em;
}





section.sec01 .atten2 {
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 12px;
}


section.sec02 table {
	width: 80%;
}
section.sec02 table td {
	vertical-align: top;
}



section.sec03 li {
	text-indent: -1em;
	padding-left: 1em;
}





.contactBox{
	background: #f2f2f2;
	box-sizing: border-box;
	padding: 15px;
	margin-top: 55px;
}
.contactBox span{
	color: #64bb41;
	font-weight: bold;
	font-size: 112%;
	display: block;
	padding-bottom: 10px;
}













/*section p + p{padding-top: 12px;}*/


