.commonPageSummary a {
  color: #00f;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.commonPageSummary a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.es-n-title30 {
  margin-bottom: 20px;
}
.es-n-title30 h1 > img {
  width: 100%;
  vertical-align: middle;
}
.es-n-title30 > ul {
  padding: 8px 0;
  background-color: #4e8424;
  font-weight: bold;
  overflow: hidden;
}
.es-n-title30 > ul > li {
  float: left;
  padding: 0 8px;
  line-height: 1;
}
.es-n-title30 > ul > li:not(:last-child) {
  border-right: 1px dotted #fff;
}
.es-n-title30 > ul > li > a {
  padding: 0 5px;
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-radius: 4px;
}
.es-n-title30 > ul > li > a:hover {
  background-color: #9ad76a;
  color: #000;
}
.es-n-title30 > ul > li.select > a {
  background-color: #9ad76a;
  color: #000;
}
.es-n-list > p,
.es-n-review > p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.9;
  text-align: justify;
}
.es-n-review {
  border-top: solid 1px #ddd;
  padding-top: 30px;
}
.es-n-review > figure {
  text-align: center;
  margin-bottom: 20px;
}
.es-n-review > figure > img {
  margin-bottom: 5px;
}
.es-n-review > figure > figcaption {
  color: #707070;
  font-size: 14px;
}
