@charset "UTF-8";
/* アクセスのtable設定 */
#access .info-wrap.cf .info .tbl-r02 {
  margin: 20px auto;
  width: 65%;
}
#access .info-wrap.cf .info .tbl-r02 th {
    width: 25%;
    background-color: #C19302;
    color: #fff;
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #FEFEFE;
}
#access .info-wrap.cf .info .tbl-r02 td {
    color: #471A12;
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #FEFEFE;
    background-color: #FFFFFF;
}
#access .info-wrap.cf .info .tbl-r02 .last th {
  border-bottom-style: none;
}
#access .info-wrap.cf .info .tbl-r02 .last td {
  border-bottom-style: none;
}
#access .info-wrap.cf .info-wrap.cf .info .tbl-r02 .last td a {
    color: #39231B;
}
@media screen and (max-width: 640px) {
  #access .info-wrap.cf .info .tbl-r02 {
    margin: 20px auto;
    width: 95%;
  }
  #access .info-wrap.cf .info .tbl-r02 th {
    text-align: center;
    display: block;
    width: 95%;
  }
  #access .info-wrap.cf .info .tbl-r02 td {
    text-align: center;
  }
  .tbl-r02 th, .tbl-r02 td {
    border-bottom: none;
    display: block;
    width: 95%;
  }
}
