@charset "utf-8";
#navre a {
  background: #FA6829;
  color: #fff;
  display: block;
  float: left;
  font-size: 16px;
  line-height: 40px;
  margin: 0 1px 0 0;
  padding: 0 50px;
  text-decoration: none;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#navre a:hover {
  background: #ffffff;
  color:#333;
}

@media screen and (max-width: 1024px) {
#navre a {
  background: #FA6829;
  color: #fff;
  display: block;
  float: left;
  font-size: 16px;
  line-height: 40px;
  margin: 0 1px 0 0;
  padding: 0 50px;
  text-decoration: none;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#navre a:hover {
  background: #ffffff;
  color:#333;
}
}/


@media screen and (max-width: 600px) {
  #navre a {
    float: none;
    margin: 0 0 1px 12px;
    width: 67%;
  }
}/* CSS Document */

