#left_column {
  padding: 0px 15px 0px 40px;
}

#right_column {
  border-left: 1px solid #d0d0d0;
}

.more_header {
  background-color: #efdfc0;
  color: #b98c48;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: bold;
}

.more_news_box {
  margin-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d0d0d0;
}

.more_news_box a {
  color: #808080;
  text-decoration: none;
}

.more_news_box a:hover {
  text-decoration: none;
}

.more_news_box img {
  height: 100%;
  max-height: 200px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.article_content {
  line-height: 1.5;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.article_content img {
    max-width: 100%;
}

.article_content p {
  margin-top: 2rem;
  margin-bottom: 2rem;
  letter-spacing: 0.2rem;
}

.article_content p:first-of-type {
  margin-top: 1rem !important;
}

.previous_next_zone {
  margin-top: 1rem;
}

.previous_next_zone a {
  text-decoration: none;
}

.previous_next_zone a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 968px) {
  #right_column {
    border-left: none;
  }
}
/*# sourceMappingURL=new.css.map */

/*# sourceMappingURL=media.css.map */
