@charset "utf-8";
/* CSS Document */
p{
	font-size:16px;
	line-height:150%;
	color:#333;
	margin-bottom:10px;
}

a{
	color:#4A8220;
}

a:hover{
	color:#A4C885;
}

#pankuzu a{
	color:#4A8220;
}


sup{
	font-size:70%;
}

h2{
	text-align: center;
	background-color: transparent;
	border:none;
	font-size: 50px;
}


/*#contents h3{
	font-size:18px;
	color:#fff;
	background-color:#62670B;
	border-bottom:3px solid #EACD30;
	padding:5px 10px;
	margin-bottom:5px;
}*/

#contents h3{
	color:#000;
	border-bottom:1px solid #4A8220;
	background-color: transparent;
	
	margin:60px auto 0;
	padding:10px;
	text-align: center;
	font-size: 24px;
}

#contents h3 strong{
	color:#4A8220;
}

header{
	border-top:10px solid #4A8220;
}

#header .logoArea img{
	width:250px !important;
}

#mainMenu{
	background:#fff !important;
	border-bottom:1px solid #E5E5E5;
}


.dropmenu li{
	width:calc(100% / 9) !important;
	/*width: 11.1% !important;*/
	/*width:14.285%;*/
}

.dropmenu li a{
	border-bottom:none;
	background:#fff;
	color:#000;
	font-weight: normal;
	border-left:none;
}

.dropmenu li a.last{
	border-right:none;
}

.dropmenu li a:hover{
	color:#769160;
	transition : .5s;
	background:#E8F1E0;
	border-bottom:none;
}




div#mapArea .inner{
	background-color:#E0F2D7;
}

div#mapArea h3{
	color:#4A8220;
	padding-bottom: 5px;
}

footer{
	background-color:#666666;
}

address{
	background-color:#666666;
}




@media only screen and (max-width:360px){
	h2{
		font-size:18px;
		padding:85px 0 10px 20px;
	}
}
