@charset "UTF-8";
/* CSS Document */

.news_list_title {
  display: inline-block;
  padding: 5px 20px 5px 20px;
  background-color: #333333;
  color: #FFFFFF;
}
.news_body a:link, .news_body a:visited {
  color: #000000;
  text-decoration: underline;
}
.news_body a:hover {
  color: #008800;
  text-decoration: underline;
}
.news_body a:active {
  text-decoration: none;
  color: #008800;
}
.news_body img {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  max-height: 700px;
  width: auto;
  height: auto;
}
@media screen and (max-width: 960px) { /* スマホ・タブレット用 */
  .news_body img {
    max-width: 100%;
  }
}