@charset "UTF-8";
section.shopinfo h4 {
  border: none;
}

section.shopinfo p {
  width: 90%;
  margin: 10px 5%;
}

.shopinfo table {
  font-size: 14px;
  border-collapse: collapse;
  width: 100%;
}

.shopinfo table tr {
  border-bottom: 1px dashed #666;
}

.shopinfo table th,
.shopinfo table td {
  padding: 10px;
  vertical-align: top;
  line-height: 1.5em;
  text-align: left;
}

section.shopinfo td p {
  margin: 0;
  width: auto;
}

@media screen and (min-width: 769px) {
  /**********
  PC
  **********/
}
