@charset "UTF-8";

*{
	margin:0px;
	padding:0px;
}
p,li,dt,dd{
	font-size:100%;}
h2,h3,p,table,a,li,dt,dd{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
}
h2,h5,p,table,li{
	color:#444;
}
h2{
	color:#028102;
	font-size:160%;
	margin:0 0 0.5em;
	}
h3{
	font-size:120%;
	margin:0.5em 0 0 0;
	}	

li{ list-style:none;}
ul.list li{ list-style:disc; list-style-position:inside;}

img{
max-width: 100%;
height: auto;
width /***/:auto;　
border:0;
}

.a-link{color:#028102;}
.a-link:hover{}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
} 

.right-arrow{
display: inline-block;
 position: relative;
  margin: 0 0 0 8px;
  padding: 0;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left-color: #333;
  top:1.5px;
}


/* header */
#header{
	background:#028102;
	_border-bottom:solid 1px #ccc;}

#header h1 a,#header h1 a:hover{
	color:#ffffff;
	font-weight:normal;
text-decoration: none;
}


#header ul li a:hover{
	opacity:0.7;
}
#header p{
	color:#ffffff;}

/* menu */
#menu {
	background:#016601;}

#menu li a{
	color:#ffffff;
text-decoration:none;}

#menu li a:hover{
	color:#ffffff;}	

/* contents */
#contents{ overflow:hidden;
border-top: solid 1px #CCC;
}

dl{
	margin:0 0 1em 0;
	border:solid 1px #cccccc;
	padding:1% 1% 0 1%;
	}
dt{
	float:left;}
dd{
	padding:0 0 1rem 5rem;
	float;:left;}		

.main-text{
	font-size:140%;
	}

.top p,.feature p{
	margin:0 0 1em 0;}
	
	#map iframe{
		width:100%;}

#news{
	border:solid 1px #444;
	padding:10px;
	margin:0 0 20px 0;
	}
#news h2,#news p,.attention{
	color:#444;}			

/* footer */	
#fixedTop {
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: none;
    background: #028102;
    position: fixed;
    z-index: 9999;
    border-radius: 5px;
    -webkit-transform: translateZ(0);
}
#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}



#footer .copy{
	font-size:80%;
	text-align:left;
	margin:1em 0 0 0;}