@charset "UTF-8";
/* CSS Document */
.textFont {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.textFundamental {
  color: #002f5f;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
.textSmall {
  color: #002f5f;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
a.buttonType2020:link { /*未訪問のリンク*/
  color: #002f5f;
  text-decoration: none;
}
a.buttonType2020:visited { /*訪問後のリンク*/
}
a.buttonType2020:hover { /*マウスをのせたとき*/
  background-color: #ffcc00;
}
a.buttonType2020:active { /*クリック中*/
}