@charset "UTF-8";
/* =====
 * /company レイアウト
============================================================================= */

/* -----
 * PageTitle
----------------------------------------------------------------------------- */
#PageTitle {
  background-image: url(../images/company/cover.jpg);
}

/* -----
 * ContentsBody
----------------------------------------------------------------------------- */
#ContentsBody .outline {
  width: 650px;
  margin: 0 auto;
  border-top: 1px solid #333;
}

#ContentsBody .outline th,
#ContentsBody .outline td {
  border-bottom: 1px solid #333;
  padding: 15px 0;
  vertical-align: top;
}

#ContentsBody .outline th {
  text-align: left;
  padding-right: 1em;
  white-space: nowrap;
}

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

@media screen and (max-width: 767px) {
  /* smart phone */

  /* -----
   * PageTitle
  ----------------------------------------------------------------------------- */
  #PageTitle {
    background-image: url(../images/company/cover_sp.jpg);
  }

  /* -----
   * ContentsBody
  ----------------------------------------------------------------------------- */
  #ContentsBody .outline {
    width: auto;
    border: none;
  }

  #ContentsBody .outline th,
  #ContentsBody .outline td {
    display: block;
    border: none;
    padding: 0;
  }

  #ContentsBody .outline th {
    text-align: left;
    padding: 0;
  }

  #ContentsBody .outline td {
    margin-bottom: 1em;
  }

  #ContentsBody .outline tr:last-child td {
    margin-bottom: 0;
  }

}
