/*---------------------------------------------

company.html

===============================================*/

.companyBox{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.syosaiBox {
    background: white;
    padding: 0 24px 24px;
    margin-top: 30px;
}


/* 会社概要のtableの指示内容 */
#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 24px 0;
  border: none;
}

#table01 th {
  width: 30%;
}

.googlemap{
margin-bottom: 100px;
}

table#table01 a {
    color: #333333;
}

table#table01 a:hover {
    color: #ff9900;
}

@media screen and (max-width: 767.98px) {
.companyBox {
    width: 96%;
}
}


/* sp */
@media only screen and (max-width: 480px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
  }

  #table01 td {
    padding-top: 0;
  }
}
