@import url("./sp/top_sp.css") only screen and (max-width: 767px);
@import url("./top.css") only screen and (min-width: 768px);
@import url("./campaign_panel.css") only screen and (max-width: 767px);
@media only screen and (min-width: 768px) {
  .ab_park_top-content__announcement {
    margin: 20px;
    padding: 15px;
    font-size: 14px;
    line-height: 1.5em;
    border: red 1px solid;
  }
  .ab_park_top__present_text {
    font-size: 24px;
    font-weight: bold;
    color: #ef677d;
    margin: -10px 0 10px;
  }
  .ab_park_top__gold_limit_text {
    text-align: right;
    padding: 8px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .ab_park_top-content__announcement {
    margin: 0 20px 20px 20px;
    padding: 15px;
    font-size: 14px;
    line-height: 1.5em;
    border: red 1px solid;
    background-color: #fff;
  }
  .ab_park_top__present_text {
    font-size: 17px;
    font-weight: bold;
    color: #ef677d;
    margin: 3%;
  }
  .spcl_cmn_bef {
    width: 100% !important;
    height: auto !important;
    border-radius: 12px;
  }
  .ab_park_top__gold_limit_text {
    padding: 8px 0;
    line-height: 1.2em;
  }
}