@charset "UTF-8";
html {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}
/*# SVG*/
.st0{fill:#006837;
} 
.st1{fill:#009245;
} 
.st2{fill:#39B54A;
} 
.st3{fill:#FFFFFF;
} 
.st4{fill:url(#SVGID_1_);
} 
.st5{fill:url(#SVGID_2_);
}
.st6{fill:#3B5998;
}
.st7{fill:#55ACEE;
}
.st8{fill:#E41420;
} 
.st9{fill:#A03025;
}
.st10{fill:#3BAE36;
}
/* ページトップ */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 100%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}