.head-ob {
  margin: 0;
  padding: 0;
  text-align: center;
  /*font-family: 'Arial Narrow';*/
  font-size: 18px;
  font-weight: bold;
  color: #336699;
}

.head-ob-1 {
  padding: 0;
  text-align: center;
  /*font-family: 'Arial Narrow';*/
  font-size: 18px;
  font-weight: normal;
  color: #336699;
}

.head-ob-2 {
  margin: 0;
  padding: 0;
  text-align: center;
  /*font-family: 'Arial Narrow';*/
  font-size: 24px;
  font-weight: bold;
  color: #336699;
}

.text-ob {
  margin: 0;
  padding: 0;
  text-align: left;
  /*font-family: 'Arial Narrow';*/
  font-size: 15px;
  color: #336699;
}

.text-ob-1 {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
  /*font-family: 'Arial Narrow';*/
  font-weight: bold;
  font-size: 15px;
  color: #336699;
}

.text-ob-2 {
  margin: 0;
  padding: 0;
  text-align: left;
  /*font-family: 'Arial Narrow';*/
  font-size: 14px;
  font-weight: bold;
  color: #336699;
}

.dep-link > a {
  margin: 0;
  cursor: pointer;
  font-style: italic;
  /*font-size: 18px;*/
  text-decoration: none;
  font-weight: 600;
  color: #336699;
}

.underline-text {
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
    font-style: normal;
}

.underline-text:hover {
    /*background-image: linear-gradient(rgb(0, 162, 255), rgb(0, 162, 255));*/
    background-image: linear-gradient(#336699, #336699);
    background-size: 100% 2px;
  }


.underline-text-news {
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size .3s;
  font-style: normal;
}

.underline-text-news:hover {
    background-image: linear-gradient(green, green);
    background-size: 100% 2px;
  }

.gen-text {
  /*font-family: 'Arial Narrow';*/
  text-align: left;
  line-height: normal;
  color: black;
  margin: 0;
}

.head-text {
  color: #336699;
  font-size: 27px;
  font-style: bold;
  margin-bottom: 15px;
  font-weight: 650;
}

.main-text {
  font-size: 18px;
  color: black;
  text-align: left;
  margin: 0;
  text-indent: 25px;
}

.pre-text {
  /*font-family: 'Arial Narrow';*/
  line-height: normal;  
  font-size: 14px;
  color: black;
  text-align: right;
  margin: 0;
  text-indent: 25px;
}

.img-pic {
  border: 0;
  width: 624px;
  margin-top: 10px;
  margin-left: 250px;
  margin-bottom: 5px;
}

.nec-pic {
  width: 500px;
  border: 10px solid black;
}

.pic-text {
  font-size: 15px;
  text-align: center;
  margin-bottom: 20px;
}

.tab-news {
  width: 1200px;
  margin: auto;
}

.nec-text {
/* used in news 2023-06-19 */
  width: 800px;
  margin: auto;
}

.sign-text {
  text-indent: 0;
}

.dfb {
  padding: 20px;
}

.master-class-round {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

/* ======================================= */

.news-container_1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.news-container_2 {
  display: flex;
  flex-direction: column;
  /*border: solid red 2px;*/
  align-self: center;
  flex-basis: 100%;
  flex-shrink: 0;
}

.news-gen-text {
  font: 18px 'Arial', Segoe UI;  
  /*line-height: normal;*/
  margin: 0;
  text-indent: 25px;
}

.news-head-text {
  color: #336699;
  font-size: 27px;
  text-align: center;
  font-weight: 650;  
} 

.news-main-text {
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  /*line-height: normal;*/
  text-align: justify;
  margin: 0;
  text-indent: 25px;
}

.news-dop-text {
  /*font-family: 'Arial Narrow';*/
  text-indent: 0;
  font-size: 16px;
  margin: 0;
  padding-left: 10px;
}

.news-dop-top-text {
  font-size: 16px;
  text-align: right;
}  

.news-pic-text {
  font-size: 15px;
  text-align: center;
  margin-bottom: 20px;
}

.news-img-pic {

}
 
.news-gen-pic {
  text-align: center;
}   
/* =========================== */
.plan-cl {
 text-decoration: none; 
}

.plan-cl-mon:hover {
  color: #336699;
}

.plan-td {
  cursor: pointer;
}

.plan-td:hover {
  background-color: white;
}

.plan-td:hover .plan-cl-mon {
  color: #336699;
}
/* =========================== */
.v-td {
  border-bottom: 1px dashed black;
}

.side-p {
  width: 100%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.side-td {
  border: 1px solid #336699;
  padding-left: 5px;
}

.side-td:hover {
  background-color: white;
  cursor: pointer;
}

.side-td-a, .side-td-a-1 {
  /*line-height: 28px;*/
  width: 100%;
  color: white;
}



.side-td-a:hover {
  color: #336699;
}

.side-td:hover a {
  color: #336699;
}
/* =========================== */
.anons-line, .vist-line {
  color: #336699;
}

.anons-line:hover, .vist-line:hover, .news-line:hover {
  color: #000099;
}

.news-line {
  color: black;
  text-decoration: none;
}

/* =========================== */

