@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 481px) {
  .company_table {
    width: 660px;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
  }
  .company_table th {
    width: 120px;
    padding: 10px 0 10px 30px;
    border-bottom: dotted #8a8a8a 1px;
    text-align: left;
    vertical-align: top;
  }
  .company_table td {
    width: 500px;
    padding: 10px 0 10px 10px;
    border-bottom: dotted #8a8a8a 1px;
    text-align: left;
  }
}
@media screen and (min-width:768px) and (max-device-width:1024px) {}
@media screen and (min-width:320px) and (max-device-width:767px) {}
@media screen and (min-width:320px) and (max-device-width:539px) {
  .company_table {
    width:100%;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
  }
  .company_table th {
    width: 100px;
    padding: 10px 0 10px 30px;
    border-bottom: dotted #8a8a8a 1px;
    text-align: left;
    vertical-align: top;
  }
  .company_table td {
    padding: 10px 0 10px 10px;
    border-bottom: dotted #8a8a8a 1px;
    text-align: left;
  }
}