.container-w710 {
  max-width: 710px;
  margin-inline: auto;
}

.content-container {
  font-size: 13px;
  line-height: 1.5;
}

.content-container img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.content-container a {
  font-weight: bold;
  color: #795284;
}

.content-container a img {
  transition: opacity 0.3s;
}

.content-container a:hover img {
  opacity: 0.6;
}

.content-container .header {
  background: #eee;
}

.content-container .header h2 {
  font-weight: bold;
  color: #444;
  font-size: 20px;
  line-height: 1.4;
  margin: 12px 12px 0;
}

.content-container .header p {
  line-height: 1.7;
  margin: 8px 12px 0;
  padding-bottom: 12px;
}

.content-container .wrap-table {
  margin-top: 32px;
}

.content-container .tab {
  border-collapse: collapse;
  width: 100%;
}

.content-container .tab th,
.content-container .tab td {
  border: 1px solid #ccc;
  padding: 4px 8px;
  text-align: inherit;
}

.content-container .mainitem {
  text-align: center;
}

.content-container .tab th {
  background: #999;
  color: #fff;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.content-container .tab td {
  vertical-align: top;
}