@charset "utf-8";

/* NEWS TOP */

div.news_col {
  clear: both;
  margin-bottom: 30px;
}
div.news_col p.date {
  margin-bottom: 10px;
  color: #004091;
}
div.news_col a {
  color: #000;
  text-decoration: none;
}
div.news_col a:hover {
  color: #004091;
  text-decoration: underline;
}


p.news_date {
  text-align: right;
  margin-bottom: 20px;
}
.news_title {
  margin: 30px 0;
}
.news_title h3 {
  font-weight: bold;
  font-size: 1.5em;
}
.news_article p {
  margin-bottom: 1.5em;
}
div.news_img {
  clear: both;
  text-align: center;
}
@media(max-width: 768px) {
  div.news_img img {
    width: 100%;
    height: auto;
  }
}