@charset "UTF-8";
/* =====
 * /rule レイアウト
============================================================================= */
/* -----
 * Battle
----------------------------------------------------------------------------- */
#Battle {
  margin-top: 50px;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
}

@media screen and (max-width: 767px) {
  /* smart phone */
  /* -----
   * page-title
  ----------------------------------------------------------------------------- */
  .page-title.primary .str {
    width: 153px;
    height: 21px;
    background-image: url(../images/rule/page-title-primary-sp.png);
  }
  .page-title.battle {
    display: none;
  }
  /* -----
   * Battle
  ----------------------------------------------------------------------------- */
  #Battle {
    margin-top: 20px;
  }
}
