.news_list {
  width: 1020px;
  margin: 0 auto;
  font-size: 0;
  letter-spacing: -.4em;
  text-align: left;
}

.news_list.is-small li {
  height: 285px;
}

.news_list.is-small li a {
  height: 285px;
}

.news_list li {
  display: inline-block;
  width: 320px;
  height: 305px;
  margin-right: 30px;
  margin-bottom: 30px;
  background-color: #fff;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: normal;
}

.news_list li a {
  display: block;
  position: relative;
  width: 320px;
  height: 305px;
}

.news_list li:nth-child(3n) {
  margin-right: 0;
}

.news_list li .news_thumb {
  width: 100%;
  height: 196px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

  -webkit-background-size: cover;
}

.news_list li .news_txt_title {
  display: box;
  display: -webkit-box;
  height: 65px;
  padding: 20px 6% 0;
  overflow: hidden;
  overflow: hidden;
  color: #444;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news_list li .news_day {
  padding: 10px 6% 20px;
  color: #b29141;
  font-size: 12px;
}

.news_list li .news_cover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/in_news/frame_list_head.png) no-repeat center top, url(../img/in_news/frame_list_foot.png) no-repeat center bottom;
}

.news_list li .news_cover:before {
  content: "";
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  width: 100%;
  height: 225px;
  background: url(../img/in_news/frame_list_repeat.png) repeat-y center center;
}

.pager {
  margin-top: 30px;
}

.pager p {
  display: inline-block;
  width: 150px;
  margin: 0 5px;
}

.news_detail {
  position: relative;
  width: 1020px;
  margin: 0 auto 90px;
  padding: 40px 50px 60px;
  background: url(../img/in_news/frame_detail_repeat.png) no-repeat center top 60px;
  background-size: 1020px 100%;
  background-color: #fff;
  color: #444;
  text-align: left;
  word-wrap: break-word;

  -webkit-background-size: 1020px 100%;
}

.news_detail:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: url(../img/in_news/frame_detail_head.png) no-repeat center top;
}

.news_detail:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: url(../img/in_news/frame_detail_foot.png) no-repeat center top #fff;
}

.news_detail .news_title {
  color: #444;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
}

.news_detail .news_day {
  margin-top: 13px;
  color: #b29141;
  font-weight: 500;
  font-size: 14px;
}

.news_detail .news_title_day {
  position: relative;
  padding-bottom: 25px;
  background: url(../img/in_news/line.png) no-repeat center bottom;
}

.news_detail .sns_btn {
  margin-top: 20px;
}

.news_detail .news_txt {
  padding-top: 40px;
  font-size: 15px;
  line-height: 1.6;
}

.news_detail .news_txt a {
  color: #ff7398;
}

.news_detail .news_txt img {
  max-width: 100%;
  height: auto;
  padding: 10px 0;
}

.news_detail .news_txt strong {
  font-weight: 600;
}

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