#contents.shopkeeper {
  width: 960px;
  margin: 0 auto;
  padding: 80px 0 180px;
  color: #503715;
  line-height: 1.6em;
}
#contents.shopkeeper h2 {
  font-size: 166%;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: solid 1px #503715;
}
#contents.shopkeeper h3 {
  font-size: 150%;
  margin-bottom: 10px;
}
#contents.shopkeeper table {
  border: solid 1px #cac3b8;
  width: 958px;
  margin-bottom: 50px;
}
#contents.shopkeeper table th {
  background-color: #503715;
  color: #fff;
  width: 242px;
  padding: 15px 0 15px 18px;
  border-bottom: solid 1px #cac3b8;
}
#contents.shopkeeper table td {
  padding: 15px 18px;
  border-bottom: solid 1px #cac3b8;
}
#contents.shopkeeper a {
  color: #503715;
  text-decoration: underline;
}
#contents.shopkeeper a:hover {
  text-decoration: none;
}