.news_list {
  width: 90%;
  margin: 20px auto 0;
  letter-spacing: -.4em;
  font-size: 0;
}

.news_list li {
  display: inline-block;
  width: 47.5%;
  margin-bottom: 15px;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 1.4;
  vertical-align: top;
}

.news_list li a {
  display: block;
  text-decoration: none;
}

.news_list li:nth-child(odd) {
  margin-right: 5%;
}

.news_list li .news_thumb {
  position: relative;
  width: 100%;
  padding-bottom: 77%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
}

.news_list li .news_thumb:after {
  content: '';
  position: absolute;
  left: -3%;
  top: -3%;
  width: 106%;
  height: 106%;
  background: url(../img/top/news/frame_news-thumb.png) no-repeat center center;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}

.news_list li .news_day {
  padding-top: 8px;
  text-align: center;
  color: #000;
  font-size: 10px;
}

.news_list li .news_title {
  max-height: 54px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  padding-top: 3px;
  color: #7b5ea4;
  font-weight: bold;
}

.news_list_back {
  position: relative;
  width: 330px;
  min-height: 60px;
  padding-top: 12px;
  margin: 20px auto 0;
  background: url(../img/news/bg_pager.png) no-repeat center center;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  text-align: center;
  z-index: 1;
}

.news_list_back li {
  display: inline-block;
  margin: 0 6px;
}

.news_list_back li a {
  display: block;
  width: 35px;
  height: 35px;
  padding: 10px;
  font-weight: bold;
  color: #ae9d61;
  font-size: 14px;
  background: url(../img/news/icon_pager.png) no-repeat top center;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}

.news_list_back li.active a {
  color: #fff;
  background-position: bottom center;
}

.news_detail {
  padding-bottom: 5%;
}

.news_detail .news_day {
  position: relative;
  text-align: center;
  margin-top: 20px;
  min-height: 21px;
  padding-top: 6px;
  color: #fff;
  font-size: 10px;
  background: url(../img/news/bg_date.png) no-repeat center center;
  -webkit-background-size: 142px auto;
          background-size: 142px auto;
}

.news_detail .news_title {
  width: 90%;
  margin: 20px auto 0;
  font-size: 14px;
  line-height: 1.4;
  color: #7b5ea4;
  font-weight: bold;
}

.news_detail .news_text {
  width: 90%;
  margin: 10px auto 0;
  padding: 25px 0 30px;
  background: url(../img/news/line_top.png) no-repeat top center, url(../img/news/line_bottom.png) no-repeat bottom center;
  -webkit-background-size: 100% auto, 100% auto;
          background-size: 100% auto, 100% auto;
  font-size: 12px;
  line-height: 1.7;
}

.news_detail .news_text a {
  text-decoration: underline;
}

.news_detail .news_text u {
  text-decoration: underline;
}

.news_detail .news_text img {
  max-width: 100%;
  height: auto !important;
  margin: 10px 0;
}

.news_detail .news_text iframe {
  max-width: 100%;
}

.news_detail .news_text strong {
  font-weight: bold;
}

.news_detail .news_text .sns {
  margin-top: 30px;
}

.news_detail .btn_news_top {
  width: 60%;
  margin: 15px auto 0;
}
