@charset "UTF-8";
.news-area {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 768px), print {
  .news-area {
    width: 780px;
    margin: 100px auto 0;
    padding: 0;
  }
}
.news-list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #333;
  text-decoration: none;
  border-bottom: dotted 1px #9a9a9a;
  padding: 10px;
}
.news-list_box:first-child {
  border-top: dotted 1px #9a9a9a;
}
.news-list_date {
  margin-right: 1.5em;
}
.news-list_title {
  color: #333;
  text-decoration: none;
}
.detail-news_title {
  width: 90% !important;
}
.detail-news_body {
  margin-top: 60px;
}
.detail-news_date {
  text-align: center;
  margin-top: 20px;
}
.detail-backbtn {
  text-align: center;
  margin-top: 40px;
}
.detail-backbtn a {
  display: inline-block;
  border: solid 1px #9a9a9a;
  color: #000;
  text-decoration: none;
  padding: 15px 80px;
}
.detail-backbtn a:hover {
  color: #008fd3;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 15px;
  margin: 60px auto 0;
}
@media screen and (min-width: 768px), print {
  .pagination {
    padding: 0 200px;
  }
}
.pagination a {
  padding: 6px 12px;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: solid 1px #9a9a9a;
  color: #000;
  margin: 2px;
}
.pagination a.selected {
  background-color: #e6e6e6;
}
