@charset "UTF-8";

#contentArea > header::after {
  background-image: url(../../company/public-notice/images/company_pablic-notice_main.jpg);
  }

/* -------------------- table -------------------- */
#contentArea table tr td {
  width: auto;
  }
  #contentArea table tr td:first-of-type {
    width: 20%;
    }
    #contentArea table td:first-of-type a {
      width: 7.5em;
      font-weight: bold;
      }
  #contentArea table tr td:last-of-type {
    color: #6b7280;
    }

/* ----- wp additions ----- */
    #contentArea table {
      margin: 0;
  }

/* ---------------------------------------------------------------------
	SP
*/
@media only screen and (max-width : 767px) {

  /* -------------------- table -------------------- */
  #contentArea table tr th {
    padding: 8px 4px;
    width: 38%;
    }
  #contentArea table tr td {
    padding: 8px 4px;
    width: auto;
    }
    #contentArea table tr td:first-of-type {
      padding-right: 16px;
      width: auto;
      }
      #contentArea table td:first-of-type a {
        width: 6.8em;
        }
    #contentArea table tr td:last-of-type {
      font-size: 1.2rem;
      line-height: 1.6;
      width: 24%;
      }

}