@charset "utf-8";
/* CSS Document */


/*-----------------------------------------------
  text
-----------------------------------------------*/

a       { color:#333; text-decoration:none; }
a:hover { color:#333; text-decoration:none; }

body {
color:#333;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

@media screen and (max-width:500px) {
body {
color:#333;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
-webkit-text-size-adjust:100%;
}
}

