#zeikomi {
  margin: 0.5em 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
}

#order {
//  margin-top: 1.5em;
  margin: 30px 0 0 0;
  text-align: center;
}

#order ul{
  list-style-type: none; 
}

#order ul li {
  display: inline-block;
  margin: 0 0.5em;
}

#order img {
  height: 1.2em;
  vertical-align: -0.2em;
  margin-right: 0.5em;
}

#order a {
  color: var(--site-main-color);
}

#mitsumori {
//  margin-top: 1.5em;
  margin: 30px 0 0 0;
  text-align: center;
}

#mitsumori ul{
  list-style-type: none;
}

#mitsumori ul li {
  display: inline-block;
  margin: 0 0.5em;
}

#mitsumori a {
  color: var(--site-main-color);
}

#lnav {
  width: 100%;
  margin: 20px 0 0 0;
  text-align: center;
}

#lnav ul li {
  display: inline-block;
  padding: 0.5em 0;
  margin: 0.2em;
  width: 150px;
  line-height: 1em;
  border-radius: 1.5em;
  border: solid 2px var(--site-main-color);
}

#lnav ul li:hover,
#lnav ul li.active {
  background-color: var(--site-main-color);
}

#lnav ul li a {
  color: var(--site-main-color);
  text-decoration: none;
}

#lnav ul li:hover a, #lnav ul li.active a {
  color: var(--site-white-color);
}

#main-content > section {
  margin: 2em 0 0 0;
}

#main-content > section > h1 {
  font-size: 24px;
  margin-bottom: 0.5em;
}

#main-content > section > section  {
  margin: 1em 0 0 0;
}

#main-content > section > section > h1 {
  font-size: 21px;
  margin-bottom: 0.5em;
}

#main-content section ol, #main-content section ul {
  margin: 1em 0 1em 2em;
  width: auto:
}

#main-content > section table.price {
  margin-top: 0.5em;
  width: 100%;
}

#main-content > section table.price tr th,
#main-content > section table.price tr td {
  padding: 0.5em;
  border-bottom: dotted 1px #cccccc;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}

#main-content > section table.price tr th {
  width: 100px;
  border-top: solid 2px #cccccc;
  border-bottom: solid 2px #cccccc;
}

table#poster-image {
  margin: 0.5em auto;
}

table#poster-image tr td {
  width: 50%;
  text-align: center;
  padding: 0.5em;
}

.fig-container {

  width: 100%;
  margin: 1em 0;
  text-align: center;
}

#spec > section {
  margin-top: 0.5em;
  font-size: 18px;
  line-height: 1.4em;
}

.pamphlet {
  margin: 0.5em 0;
}

.junbichu {
  margin-top: 0.5em;
  text-align: center;
}

#omoushikomi {
  text-align: center;
}

#omoushikomi > section {
  display: inline-block;
  width: calc(50% - 30px);
  margin: 0 15px;
  vertical-align: top;
  text-align: left;
  font-size: 18px;
}

.omoushikomi-address {
  margin-top: 0.5em;
}

#main-content section .icon {
  vertical-align: -7px;
  margin-right: 0.5em;
}
