/* Центральная колонка
================================== */
.centerCol h2 {
  padding: 5px 0px 15px 0px;
  font-size: 20px;
  text-align: left;
  font-weight: normal;
}
.centerCol h3 {
  padding: 5px 0px;
  font-size: 20px;
  text-align: left;
  font-weight: normal;
}

.centerCol .commonTitle {
  padding: 5px 0px;
  line-height: 1.8rem;
  text-align: left;
  font-weight: normal;
  font-size: 1.5rem;
}

.centerCol .more_img {
    vertical-align: text-bottom;
}

.siteTextBox {
  display: block;
  margin: 20px 0px;
  width: auto;
  box-sizing: border-box;
}

.img_left {
  position: relative;
  float: left;
  margin: 11px 20px 10px 0px;
  border: 10px solid #D3D3D3;
}

.img_right {
  position: relative;
  float: right;
  padding: 8px 0px 2px 15px;
}
.img_list_left {
  position: relative;
  float: left;
  margin: 12px 15px 5px 0px;
}

.centerCol a:link, .centerCol a:visited {
  color: #000000;
  text-decoration: none;
}
.centerCol a:active, .centerCol a:hover {
  color: #FF0000;
  text-decoration:  none;
}

.centerCol .singList a:link, .centerCol .singList a:visited {
  color: #8B4513;
  text-decoration: underline;
}
.centerCol .singList a:active, .centerCol .singList a:hover {
  color: #FF0000;
  text-decoration:  none;
}

.toBecContinued {
  display: block;
  margin: 20px 0px;
  box-sizing: border-box;
  text-align: center;
  font-style: italic;
}

.zImgList {
  max-width: 468px;
}

.zImgList h2 {
  font-size: 20px;
}

.zImgList img {
    border: none;
}


@media screen and (max-width: 502px) {
  .zImgList {
    width: 234px;
    margin: 0 auto;
  }
}