body#restaurant .section .localnav {
  margin-bottom: 2.5em;
  padding: 0.625em;
  background-color: #1a1a1a;
}
body#restaurant .section .localnav ul li {
  display: inline-block;
}
body#restaurant .section .category {
  margin-top: -7.5em;
  padding-top: 7.5em;
}
body#restaurant .section table {
  width: 100%;
  margin-bottom: 2.5em;
  border-collapse: collapse;
  border-spacing: 0;
}
body#restaurant .section table thead tr th {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.625em 1em;
  color: #ffffff;
  font-weight: 700;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #333333;
  text-align: center;
}
body#restaurant .section table thead tr th + th {
  border-left: solid 1px #666666;
}
body#restaurant .section table thead tr th.number {
  width: 5%;
}
body#restaurant .section table thead tr th.name {
  width: 37%;
}
body#restaurant .section table thead tr th.address {
  width: 40%;
}
body#restaurant .section table thead tr th.tel {
  width: 18%;
}
body#restaurant .section table thead tr td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.625em 1em;
  font-weight: 400;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #333333;
}
body#restaurant .section table thead tr td + td {
  border-left: solid 1px #666666;
}
body#restaurant .section table tbody tr th, body#restaurant .section table tbody tr td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 0.625em;
  border-bottom: solid 1px #333333;
  line-height: 1.875;
}
body#restaurant .section table tbody tr th.link, body#restaurant .section table tbody tr td.link {
  padding: 0;
  text-align: center;
}
body#restaurant .section table tbody tr th.link img, body#restaurant .section table tbody tr td.link img {
  width: 1.875em;
}
body#restaurant .section table tbody tr th.link a:hover, body#restaurant .section table tbody tr td.link a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
body#restaurant .section table tbody tr th {
  position: relative;
  white-space: nowrap;
  color: #ffffff;
  background-color: #1a1a1a;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  body#restaurant .section .localnav {
    margin-bottom: 1.255em;
  }
  body#restaurant .section .category {
    margin-top: -4.375em;
    padding-top: 4.375em;
  }
  body#restaurant .section table {
    font-size: 75%;
  }
  body#restaurant .section table thead {
    display: none;
  }
  body#restaurant .section table tbody tr {
    position: relative;
  }
  body#restaurant .section table tbody tr th, body#restaurant .section table tbody tr td {
    display: block;
    border-bottom: 0 none;
  }
  body#restaurant .section table tbody tr th.link, body#restaurant .section table tbody tr td.link {
    position: absolute;
    top: 0.625em;
    right: 0.625em;
  }
}
