/* Центральная колонка
================================== */ 
.centerCol h2 {
  font-size: 1.6rem;
  line-height: 2.0rem;
  padding: 10px;
  border: 1px solid #A9A9A9;
  border-radius: 5px;
  text-align: center;
  background-color: #F5F5F5;
}
.centerCol a:link, .centerCol a:visited {
  color: #8B4513;     /* #554630 */
  text-decoration: none;
}
.centerCol a:active, .centerCol a:hover {
  color: #FF0000;
  text-decoration:  none;
}
.centerCol .centerTitleBox p {
  margin-top: 5px;
  font-size: 1rem;
}
.centerCol .byMetod {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #999999;
  font-style: italic;
  font-weight: normal;
  margin-top: -10px;
}

.centerCol .nameListBox {
  width: 468px;
  margin: 0px;
  padding: 10px 10px 10px 10px;
  border: 1px solid #228B22;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  box-sizing: border-box;
}

.nameListBox>div {
  width: 22%;
}

.centerCol .progtitl {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  margin: 20px 0;
}
.centerCol .progtitl p {
  padding: 5px 0px;
  text-align: justify;
  line-height: 1.4rem;
}
.name {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.centerCol .link {
  padding: 7px 0px 10px 0px;
  margin: 0px 0px;
}
.nameWord {
  font-family: Arial, sans-serif;
  font-size: 22px;
  line-height: 22px;
  padding: 0px 0px 10px 0px;
  color: #A4268D;
  font-weight: bold;
}
.nameLetter {
  font-family: Arial, sans-serif;
  font-size: 28px;
  line-height: 40px;
  padding: 0px 0px 0px 0px;
  color: #228B22;
  font-weight: bold;
}
.hNames {
  padding: 10px 0px 10px 50px;
}
.centerCol .hNames p {
  margin: 0 0;
  padding: 0 0;
}
.nLink {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 10px 5px 10px;
  margin:  -6px 20% 0px 20%;
  border: 1px solid #228B22;
  background-color: #EAEAEA;
  text-align: center;
}


@media screen and (max-width: 502px) {
  .centerCol .nameListBox {
    width: 100%;
  }
  .centerCol .nameListBox>div:nth-of-type(1) {
    order: 1;
  }
  .centerCol .nameListBox>div:nth-of-type(3) {
    order: 2;
  }
  .centerCol .nameListBox>div:nth-of-type(2) {
    order: 3;
  }
  .centerCol .nameListBox>div:nth-of-type(4) {
    order: 4;
  }
  .centerCol .nameListBox>div {
    width: 46%;
  }
}