/* COMPANY STYLE
-------------------------------*/
.company {
  width: 100%;
}
.company th {
  width: 20%;
  border-top: solid 1px #b9b9b9;
  text-align: right;
  vertical-align: top;
  line-height: 2.14286;
  font-size: 100%;
}
.company td {
  width: 80%;
  border-top: dotted 1px #d9d9d9;
  line-height: 2.14286;
  font-weight: bold;
  font-size: 100%;
}

.company td a:hover {
  text-decoration: underline;
  opacity: 0.5;
}

@media (max-width: 750px) {
  .mainContents {
    padding-bottom: 50px;
  }
  .company {
  width: 100%;
  }
  .company th {
    width: 30%;
    border-top: solid 1px #b9b9b9;
    text-align: right;
    vertical-align: top;
    line-height: 2.14286;
    font-size: 100%;
  }
  .company td {
    width: 70%;
    border-top: dotted 1px #d9d9d9;
    line-height: 2.14286;
    font-weight: bold;
    font-size: 100%;
    vertical-align: top;
  }
}
@media (min-width: 751px) {
  .mainContents .mainContentsInner {
    max-width: 951px;
    margin: auto;
    width: 100%;
  }
}

.cash_table {
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  margin: 20px 0;
}
@media (max-width: 750px) {
  .cash_table {
    width: 100%;
  }
}
.cash_table th, .cash_table td {
  padding: 10px 20px;
  text-align: center;
  font-size: 1.4rem;
}
@media (max-width: 750px) {
  .cash_table th, .cash_table td {
    font-size: 1.2rem;
  }
}

.cash_table th {
  background-color: black;
  border-bottom: 1px solid #e3e3e3;
  line-height: 1.6;
  color: white;
}

.cash_table th {
  border-right: 1px solid #e3e3e3;
}

.cash_table th + th {
  border-right: 0;
}

.cash_table td {
  border-bottom: 1px solid #e3e3e3;
  line-height: 1.6;
}

.cash_table td.pay {
  border-right: 1px solid #e3e3e3;
}
