.news__ctrl-item--list a:after {
  background-position: 0 -77px !important;
}

.news__ctrl-item--next:after {
  background-position: 0 -40px !important;
}

.news__ctrl-item--prev:after {
  background-position: 0 -27px !important;
}

/* News
----------------------------------------*/
#content {
  /* List */
  /* Detail */
}
#content.list {
  /* News Head Filter */
  /* News Child */
}
#content.list .news__filter {
  position: absolute;
  top: 10px;
  right: 68px;
}
#content.list .news__filter-item {
  float: left;
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  color: #fff;
  border-radius: 3px;
  margin-left: 6px;
  font-size: 12px;
  cursor: pointer;
  transition: all .3s ease;
}
#content.list .news__filter-item:first-child {
  margin-left: 0;
}
#content.list .news__filter-item.active {
  cursor: default;
}
#content.list .news__filter-item a {
  color: #fff;
}
#content.list .news__filter-item[data-filter="ALL"] {
  background-color: #ffccdd;
}
#content.list .news__filter-item[data-filter="ALL"]:hover, #content.list .news__filter-item[data-filter="ALL"].active {
  background-color: #ff80aa;
}
#content.list .news__filter-item[data-filter="INFORMATION"] {
  background-color: #ffc0b3;
}
#content.list .news__filter-item[data-filter="INFORMATION"]:hover, #content.list .news__filter-item[data-filter="INFORMATION"].active {
  background-color: #ff9580;
}
#content.list .news__filter-item[data-filter="EVENT"] {
  background-color: #ffd599;
}
#content.list .news__filter-item[data-filter="EVENT"]:hover, #content.list .news__filter-item[data-filter="EVENT"].active {
  background-color: #ffb54c;
}
#content.list .news__filter-item[data-filter="ONAIR"] {
  background-color: #aee07d;
}
#content.list .news__filter-item[data-filter="ONAIR"]:hover, #content.list .news__filter-item[data-filter="ONAIR"].active {
  background-color: #88d13f;
}
#content.list .news__filter-item[data-filter="MEDIA"] {
  background-color: #8dddc2;
}
#content.list .news__filter-item[data-filter="MEDIA"]:hover, #content.list .news__filter-item[data-filter="MEDIA"].active {
  background-color: #52cca3;
}
#content.list .news__filter-item[data-filter="GOODS"] {
  background-color: #93d1ef;
}
#content.list .news__filter-item[data-filter="GOODS"]:hover, #content.list .news__filter-item[data-filter="GOODS"].active {
  background-color: #50b4e5;
}
#content.list .news__list {
  margin-top: 44px;
  margin-left: -20px;
}
#content.list #news {
  margin: 46px 20px 0;
}
#content.list .news__list-item {
  position: relative;
  padding: 40px 0 40px 220px;
  border-bottom: solid 2px #f2f2f2;
  position: relative;
}
#content.list .news__list-item:first-child {
  border-top: solid 2px #f2f2f2;
}
#content.list .news__list-item.INFORMATION .news__image:before, #content.list .news__list-item.EVENT .news__image:before, #content.list .news__list-item.ONAIR .news__image:before, #content.list .news__list-item.MEDIA .news__image:before, #content.list .news__list-item.GOODS .news__image:before, #content.list .news__list-item #content.detail .news__details[data-category="INFORMATION"]:before, #content.detail #content.list .news__list-item .news__details[data-category="INFORMATION"]:before, #content.list .news__list-item #content.detail .news__details[data-category="EVENT"]:before, #content.detail #content.list .news__list-item .news__details[data-category="EVENT"]:before, #content.list .news__list-item #content.detail .news__details[data-category="ONAIR"]:before, #content.detail #content.list .news__list-item .news__details[data-category="ONAIR"]:before, #content.list .news__list-item #content.detail .news__details[data-category="MEDIA"]:before, #content.detail #content.list .news__list-item .news__details[data-category="MEDIA"]:before, #content.list .news__list-item #content.detail .news__details[data-category="GOODS"]:before, #content.detail #content.list .news__list-item .news__details[data-category="GOODS"]:before {
  content: '';
  width: 87px;
  height: 49px;
  position: absolute;
  top: -1px;
  right: -1px;
}
#content.list .news__list-item.INFORMATION .news__image:after, #content.list .news__list-item.EVENT .news__image:after, #content.list .news__list-item.ONAIR .news__image:after, #content.list .news__list-item.MEDIA .news__image:after, #content.list .news__list-item.GOODS .news__image:after, #content.list .news__list-item #content.detail .news__details[data-category="INFORMATION"]:after, #content.detail #content.list .news__list-item .news__details[data-category="INFORMATION"]:after, #content.list .news__list-item #content.detail .news__details[data-category="EVENT"]:after, #content.detail #content.list .news__list-item .news__details[data-category="EVENT"]:after, #content.list .news__list-item #content.detail .news__details[data-category="ONAIR"]:after, #content.detail #content.list .news__list-item .news__details[data-category="ONAIR"]:after, #content.list .news__list-item #content.detail .news__details[data-category="MEDIA"]:after, #content.detail #content.list .news__list-item .news__details[data-category="MEDIA"]:after, #content.list .news__list-item #content.detail .news__details[data-category="GOODS"]:after, #content.detail #content.list .news__list-item .news__details[data-category="GOODS"]:after {
  content: '';
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 13px;
  font-family: 'Roboto' sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #fff;
  line-height: 36px;
}
#content.list .news__list-item.INFORMATION .news__image:before {
  background: url(../img/top/label/label_info.png);
}
#content.list .news__list-item.INFORMATION .news__image:after {
  content: 'INFO';
}
#content.list .news__list-item.EVENT .news__image:before {
  background: url(../img/top/label/label_event.png);
}
#content.list .news__list-item.EVENT .news__image:after {
  content: 'EVENT';
}
#content.list .news__list-item.ONAIR .news__image:before {
  background: url(../img/top/label/label_onair.png);
}
#content.list .news__list-item.ONAIR .news__image:after {
  content: 'ONAIR';
}
#content.list .news__list-item.MEDIA .news__image:before {
  background: url(../img/top/label/label_media.png);
}
#content.list .news__list-item.MEDIA .news__image:after {
  content: 'MEDIA';
}
#content.list .news__list-item.GOODS .news__image:before {
  background: url(../img/top/label/label_goods.png);
}
#content.list .news__list-item.GOODS .news__image:after {
  content: 'GOODS';
}
#content.list .news__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0;
  transition: opacity .7s ease;
}
#content.list .news__title:hover {
  opacity: .7;
}
#content.list .news__title a {
  display: block;
}
#content.list .news__image {
  position: absolute;
  top: 40px;
  left: 0;
  border: solid 1px #f2f2f2;
  width: 180px;
  height: 180px;
  overflow: hidden;
}
#content.list .news__detail {
  font-size: 13px;
  height: 6.2em;
  overflow: hidden;
  margin: 12px 0px 16px;
  letter-spacing: 0;
}
#content.list .news__detail img {
  display: none;
}
#content.list .news__release-date {
  color: #a6a6a6;
  float: left;
  width: 95px;
  height: 22px;
  line-height: 22px;
}
#content.list .news__release-date .date {
  position: relative;
  padding-left: 14px;
  display: inline-block;
  height: 100%;
  font-size: 14px;
  padding-top: 8px\9;
  /* Less to IE10 */
  /* IE11 */
  top: -4px\9
  /* Less to IE10 */
  /* IE11 */
}
#content.list .news__release-date .date *::-ms-backdrop, #content.list .news__release-date .date {
  padding-top: 8px;
}
#content.list .news__release-date .date *::-ms-backdrop, #content.list .news__release-date .date {
  top: -4px;
}
#content.list .news__release-date .date:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: '';
  margin-right: 5px;
  background: url(../img/top/news_bullet.png) no-repeat left top;
  width: 8px;
  height: 12px;
  margin-top: -6px;
}
#content.list .news__share {
  float: left;
  height: 22px;
  line-height: 22px;
  margin-left: 20px;
}
#content.list .news__share-item {
  float: left;
  margin-left: 8px;
  position: relative;
}
#content.list .news__share-item:first-child {
  margin-left: 0;
}
#content.list .news__share-item .share-btn {
  display: block;
  width: 16px;
  height: 16px;
  background-color: #cccccc;
  border-radius: 3px;
  margin-top: 3px;
  transition: background-color .3s ease;
}
#content.list .news__share-item .share-btn:hover {
  background-color: #ff80aa;
}
#content.list .news__more {
  position: absolute;
  bottom: 40px;
  right: 0;
}
#content.list .news__ctrl {
  width: 250px;
}
#content.detail .news__filter {
  display: none;
}
#content.detail .news__details {
  position: relative;
  padding: 42px 0 64px;
  border-top: solid 2px #f2f2f2;
  border-bottom: solid 2px #f2f2f2;
  text-justify: inter-ideograph;
  text-align: justify;
  word-break: break-all;
}
#content.detail #content.list .news__list-item.INFORMATION .news__image:before, #content.list .news__list-item.INFORMATION #content.detail .news__image:before, #content.detail #content.list .news__list-item.EVENT .news__image:before, #content.list .news__list-item.EVENT #content.detail .news__image:before, #content.detail #content.list .news__list-item.ONAIR .news__image:before, #content.list .news__list-item.ONAIR #content.detail .news__image:before, #content.detail #content.list .news__list-item.MEDIA .news__image:before, #content.list .news__list-item.MEDIA #content.detail .news__image:before, #content.detail #content.list .news__list-item.GOODS .news__image:before, #content.list .news__list-item.GOODS #content.detail .news__image:before, #content.detail .news__details[data-category="INFORMATION"]:before, #content.detail .news__details[data-category="EVENT"]:before, #content.detail .news__details[data-category="ONAIR"]:before, #content.detail .news__details[data-category="MEDIA"]:before, #content.detail .news__details[data-category="GOODS"]:before {
  content: '';
  width: 87px;
  height: 49px;
  position: absolute;
  top: -1px;
  right: -1px;
}
#content.detail #content.list .news__list-item.INFORMATION .news__image:after, #content.list .news__list-item.INFORMATION #content.detail .news__image:after, #content.detail #content.list .news__list-item.EVENT .news__image:after, #content.list .news__list-item.EVENT #content.detail .news__image:after, #content.detail #content.list .news__list-item.ONAIR .news__image:after, #content.list .news__list-item.ONAIR #content.detail .news__image:after, #content.detail #content.list .news__list-item.MEDIA .news__image:after, #content.list .news__list-item.MEDIA #content.detail .news__image:after, #content.detail #content.list .news__list-item.GOODS .news__image:after, #content.list .news__list-item.GOODS #content.detail .news__image:after, #content.detail .news__details[data-category="INFORMATION"]:after, #content.detail .news__details[data-category="EVENT"]:after, #content.detail .news__details[data-category="ONAIR"]:after, #content.detail .news__details[data-category="MEDIA"]:after, #content.detail .news__details[data-category="GOODS"]:after {
  content: '';
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 13px;
  font-family: 'Roboto' sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #fff;
  line-height: 36px;
}
#content.detail .news__details[data-category="INFORMATION"]:before {
  background: url(../img/top/label/label_info.png);
}
#content.detail .news__details[data-category="INFORMATION"]:after {
  content: 'INFO';
}
#content.detail .news__details[data-category="EVENT"]:before {
  background: url(../img/top/label/label_event.png);
}
#content.detail .news__details[data-category="EVENT"]:after {
  content: 'EVENT';
}
#content.detail .news__details[data-category="ONAIR"]:before {
  background: url(../img/top/label/label_onair.png);
}
#content.detail .news__details[data-category="ONAIR"]:after {
  content: 'ONAIR';
}
#content.detail .news__details[data-category="MEDIA"]:before {
  background: url(../img/top/label/label_media.png);
}
#content.detail .news__details[data-category="MEDIA"]:after {
  content: 'MEDIA';
}
#content.detail .news__details[data-category="GOODS"]:before {
  background: url(../img/top/label/label_goods.png);
}
#content.detail .news__details[data-category="GOODS"]:after {
  content: 'GOODS';
}
#content.detail .news__title {
  color: #ff6699;
  margin: 0;
  font-size: 22px;
  line-height: 1.4;
  margin-right: 120px;
  letter-spacing: .01em;
  font-weight: 500;
}
#content.detail .news__date {
  margin-top: 22px;
  color: #a6a6a6;
  height: 22px;
  line-height: 22px;
}
#content.detail .news__date .date {
  position: relative;
  padding-left: 14px;
}
#content.detail .news__date .date:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: '';
  margin-right: 5px;
  background: url(../img/top/news_bullet.png) no-repeat left top;
  width: 8px;
  height: 12px;
  margin-top: -6px;
  margin-top: -10px\9
  /* Less to IE10 */
  /* IE11 */
}
#content.detail .news__date .date:before *::-ms-backdrop, #content.detail .news__date .date:before {
  margin-top: -10px;
}
#content.detail .news__body {
  margin-top: 25px;
  line-height: 1.8;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .01em;
}
#content.detail .news__body a {
  text-decoration: underline;
}
#content.detail .news__body a:hover {
  text-decoration: none;
}
#content.detail .news__body img {
  display: block;
  margin: 0 auto;
}
#content.detail .news__share {
  height: 23px;
  line-height: 23px;
  margin-left: 20px;
}
#content.detail .news__share.head {
  position: absolute;
  top: 35px;
  right: 10px;
}
#content.detail .news__share.bottom {
  position: absolute;
  bottom: 22px;
  right: 48px;
}
#content.detail .news__share-item {
  float: left;
  margin-left: 60px;
  position: relative;
}
#content.detail .news__share-item:first-child {
  margin-left: 0;
}
#content.detail .news__share-item .share-btn {
  display: block;
  width: 23px;
  height: 23px;
  background-color: #cccccc;
  border-radius: 3px;
  margin-top: 3px;
  transition: background-color .3s ease;
}
#content.detail .news__share-item .share-btn:hover {
  background-color: #ff80aa;
}
#content.detail .news__share-item .share-count {
  display: block;
  position: absolute;
  top: 3px;
  font-size: 12px;
  left: 100%;
  margin-left: 8px;
  border: solid 1px #cccccc;
  height: 23px;
  line-height: 23px;
  border-radius: 3px;
  box-sizing: border-box;
  color: #999999;
  width: 40px;
  text-align: center;
  padding-top: 2px\9
  /* Less to IE10 */
  /* IE11 */
}
#content.detail .news__share-item .share-count *::-ms-backdrop, #content.detail .news__share-item .share-count {
  padding-top: 2px;
}
#content.detail .news__share-item .share-count:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
}
#content.detail .news__share-item .share-count:after {
  border: solid 3px transparent;
  border-right-color: #fff;
  margin-top: -3px;
}
#content.detail .news__share-item .share-count:before {
  border: solid 4px transparent;
  border-right-color: #cccccc;
  margin-top: -4px;
}
#content.detail .news__share-item a.share-count {
  transition: color .3s ease;
}
#content.detail .news__share-item a.share-count:hover {
  color: #ff6699;
}

.news__head {
  padding-left: 24px;
  font-family: 'Roboto' sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
  background: url(../img/top/news_ttl_bullet.png) no-repeat left center;
  color: #ff6699;
}
.news__head h2 {
  font-weight: 300;
  line-height: 1;
  margin-bottom: 40px;
}

.news__ctrl {
  position: relative;
  width: 300px;
  height: 42px;
  margin: 35px auto 0;
}

.news__ctrl-item {
  text-align: center;
  background-color: #ffb2cc;
  color: #fff;
  line-height: 42px;
  border-radius: 5px;
  transition: opacity .7s ease;
  letter-spacing: .03em;
  font-family: 'Roboto' sans-serif;
  font-style: italic;
  font-weight: 400;
}
.news__ctrl-item:hover {
  opacity: 0.7;
}
.news__ctrl-item.disabled {
  opacity: .7;
}
.news__ctrl-item a {
  display: block;
  height: 42px;
  color: #fff;
}

.news__ctrl-item--prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 116px;
}
.news__ctrl-item--prev:after {
  content: '';
  display: block;
  width: 10px;
  height: 13px;
  background: url('../img/common/sprites/icon-s175b172556.png');
  position: absolute;
  top: 0;
  bottom: 0;
  left: 22px;
  margin: auto 0;
}
.news__ctrl-item--prev a {
  padding-left: 15px;
}

.news__ctrl-item--list {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 46px;
}
.news__ctrl-item--list a {
  width: 46px;
  position: relative;
}
.news__ctrl-item--list a:after {
  content: '';
  display: block;
  width: 20px;
  height: 18px;
  background: url('../img/common/sprites/icon-s175b172556.png');
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.news__ctrl-item--next {
  position: absolute;
  top: 0;
  right: 0;
  width: 116px;
}
.news__ctrl-item--next:after {
  content: '';
  display: block;
  width: 10px;
  height: 13px;
  background: url('../img/common/sprites/icon-s175b172556.png');
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto 0;
}
.news__ctrl-item--next a {
  padding-right: 15px;
}