.box_pager .box_prevpage_link a {
  padding: 0px 0px 0px 20px;
}

.box_news_single {
  max-width: 1100px;
  margin: 0 auto 60px;
}
.box_news_single h1 {
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 50px;
}
.box_news_single h1 span {
  font-size: 1.786rem;
  padding: 0px 40px 0px 0px;
  vertical-align: -3px;
}
.box_news_single .box_head_info .box_news_head {
  float: left;
}
.box_news_single .box_head_info .box_news_head .box_archives {
  float: left;
  padding: 8px 0px 0px;
  position: relative;
}
.box_news_single .box_head_info .box_news_head .box_archives h2 {
  cursor: pointer;
}
.box_news_single .box_head_info .box_news_head .box_archives h2 span {
  background: #fff;
  color: #525252;
  font-family: 'Montserrat', sans-serif;
  padding: 10px 65px 10px 15px;
}
.box_news_single .box_head_info .box_news_head .box_archives ul {
  padding: 10px 0 10px 25px;
  background: #fff;
  display: none;
  position: absolute;
  width: 100%;
}
.box_news_single .box_head_info .box_news_head .box_archives ul li {
  padding: 0 0 0 5px;
}
.box_news_single .box_head_info .box_news_head .box_archives ul li a {
  color: #525252;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.929rem;
  padding: 0 0 0 0.8rem;
  position: relative;
}
.box_news_single .box_head_info .box_news_head .box_archives ul li a:before {
  font-family: FontAwesome;
  content: url(../img/common/ico_arrow.png);
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #929090;
  position: absolute;
  top: -2px;
  left: 0;
}
.box_news_single .box_head_info .box_news_head .box_archives ul li:not(:last-child) {
  padding: 0 0 2px 5px;
}
.box_news_single .box_head_info .box_news_head .box_title_archives {
  float: left;
}
.box_news_single .box_head_info .box_pager_head {
  float: right;
}
.box_news_single .box_head_info .box_pager_head a {
  color: #525252;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.857rem;
}
.box_news_single .box_head_info .box_pager_head .link_prev {
  position: relative;
  padding: 0 0 0 14px;
}
.box_news_single .box_head_info .box_pager_head .link_prev:before {
  content: "\f053";
  font-family: FontAwesome;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #929090;
  position: absolute;
  top: 1px;
  left: 0;
}
.box_news_single .box_head_info .box_pager_head .link_prev:after {
  content: " | ";
  padding: 0 10px;
}
.box_news_single .box_head_info .box_pager_head .link_next {
  position: relative;
  padding: 0 18px 0 0;
}
.box_news_single .box_head_info .box_pager_head .link_next:after {
  content: "\f054";
  font-family: FontAwesome;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #929090;
  position: absolute;
  top: 1px;
  right: 0;
}
.box_news_single .box_news_contents {
  background: #fff;
  padding: 25px 30px;
}
.box_news_single .box_news_contents .news_date {
  background: #f1ece0;
  color: #525252;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 40px;
  padding: 0.714rem;
}
.box_news_single .box_news_contents h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.286rem;
  margin: 0 0 50px;
}
.box_news_single .box_news_contents p {
  margin: 0 0 44px;
}
.box_news_single .box_news_contents .img_normal {
  padding: 0 0 40px;
}
.box_news_single .box_news_contents .box_news_innercontents {
  max-width: 42%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .box_news_single {
    max-width: 100%;
    margin: auto;
    padding: 0 10px;
  }
  .box_news_single .box_head_info {
    overflow: auto;
  }
  .box_news_single .box_head_info .box_news_head {
    float: none;
  }
  .box_news_single .box_head_info .box_news_head h1 {
    border-top: 1px solid #d0d0cf;
    border-bottom: 1px solid #d0d0cf;
    display: block;
    line-height: 1;
    margin: 0px 0px 10px;
    padding: 1.071rem 0px;
    text-align: center;
  }
  .box_news_single .box_head_info .box_news_head .box_title_archives {
    float: none;
    text-align: center;
  }
  .box_news_single .box_head_info .box_news_head .box_title_archives h1 {
    border-top: 1px solid #D0D0CF;
    border-bottom: 1px solid #D0D0CF;
    display: block;
    font-size: 1.143rem;
    line-height: 1;
    margin: 0px 0px 10px;
    padding: 1.071rem 0px;
    text-align: center;
  }
  .box_news_single .box_head_info .box_news_head .box_title_archives h1 span {
    padding: 0px;
    background: transparent none repeat scroll 0% 0%;
    font-size: 1.143rem;
    vertical-align: middle;
  }
  .box_news_single .box_head_info .box_news_head .box_archives {
    float: none;
    width: 100%;
    background: #525252 none repeat scroll 0% 0%;
    display: block;
    position: static;
    margin: 0px 0px 10px;
    text-align: center;
    padding: 0px;
  }
  .box_news_single .box_head_info .box_news_head .box_archives h2 {
    text-align: center;
    padding: 0.929rem 0px;
  }
  .box_news_single .box_head_info .box_news_head .box_archives h2 span {
    background: transparent none repeat scroll 0% 0%;
    padding: 0px;
    color: white;
  }
  .box_news_single .box_head_info .box_news_head .box_archives ul {
    display: none;
    position: static;
    padding: 10px;
  }
  .box_news_single .box_head_info .box_news_head .box_archives ul li {
    line-height: 3;
  }
  .box_news_single .box_head_info .box_news_head .box_archives ul li a {
    position: static;
  }
  .box_news_single .box_head_info .box_news_head .box_archives ul li a:before {
    content: none;
  }
  .box_news_single .box_head_info .box_pager_head {
    display: none;
  }
  .box_news_single .box_news_contents {
    padding: 18px 5px;
  }
  .box_news_single .box_news_contents .news_date {
    font-size: 0.643rem;
    margin: 0 0 20px;
    padding: 0.571rem;
  }
  .box_news_single .box_news_contents h2 {
    font-size: 0.929rem;
    margin: 0 0 25px;
  }
  .box_news_single .box_news_contents .box_news_innercontents {
    max-width: 100%;
    margin: auto;
  }
  .box_news_single .box_news_contents .box_news_innercontents .img_normal {
    padding: 0 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .box_pager .box_prevpage_link a {
    padding: 0px 0px 0px 20px;
  }
}

/*# sourceMappingURL=news_single.css.map */
