.news_detail {
  position: relative;
  width: 89.335%;
  margin: 0 auto;
  padding: 6% 5% 40px;
  color: #444;
  background: url(../img/in_news/frame_detail_repeat.png) repeat-y center top;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-color: #fff;
  text-align: left;
}

.news_detail:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-bottom: 13%;
  background: url(../img/in_news/frame_detail_head.png) no-repeat center top #fff;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}

.news_detail:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-bottom: 13%;
  background: url(../img/in_news/frame_detail_foot.png) no-repeat center bottom #fff;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}

.news_detail h3 {
  position: relative;
  color: #444;
  font-weight: 700;
  line-height: 1.4;
  font-size: 18px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  background: url(../img/in_news/line.png) no-repeat center bottom;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  z-index: 1;
}

.news_detail .news_txt {
  position: relative;
  padding-bottom: 50px;
  font-size: 13px;
  line-height: 1.5;
  z-index: 1;
}

.news_detail .news_txt:last-child {
  padding-bottom: 10px;
}

.news_detail .news_txt h4 {
  margin-top: 15px;
  font-weight: bold;
  font-size: 16px;
}

.news_detail .news_txt h5 {
  margin-top: 12px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}

.news_detail .news_txt .indent_txt {
  padding-left: 1em;
}

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

.news_detail .news_txt a:hover {
  text-decoration: underline;
}

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

.news_detail .contact_lead {
  position: relative;
  padding-top: 12px;
  line-height: 1.3;
  font-size: 15px;
  z-index: 1;
}

.news_detail .contact {
  margin: 20px 0 0;
  padding: 25px 0;
  background: url(../img/in_news/line.png) no-repeat center top, url(../img/in_news/line.png) no-repeat center bottom;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  line-height: 1.7;
}

.news_detail .bold {
  font-weight: 500;
}

.news_detail .contact_btn {
  position: relative;
  padding: 25px 0 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  z-index: 1;
}

.news_detail .contact_btn .btn {
  width: 59%;
  margin: 0 auto 10px;
}
