@charset "UTF-8";

body{font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;font-size:80%;}

p{line-height:150%;}

@media screen and (max-width:1199px){}
@media screen and (max-width:959px){}
@media screen and (max-width:767px){}
@media screen and (max-width:639px){}
@media screen and (max-width:480px){}


/* ===== anchor Style ===== */
a{
color:#000000;text-decoration:none;
-moz-transition:all 0.3s ease 0;
-webkit-transition:all 0.3s ease 0;
-o-transition:all 0.3s ease 0;
-ms-transition:all 0.3s ease 0;
transition:all 0.3s ease 0;
}
a:hover{color:#ff9900;text-decoration:underline;}

p a{
color:#2B974C;text-decoration:underline;
-moz-transition:all 0.3s ease 0;
-webkit-transition:all 0.3s ease 0;
-o-transition:all 0.3s ease 0;
-ms-transition:all 0.3s ease 0;
transition:all 0.3s ease 0;
}
p a:hover{color:#ff9900;text-decoration:underline;}