#retransmission {
	min-width: 980px;
	padding: 0 10px;
	margin: 12px 0;
	box-sizing: border-box;
}
#retransmission a {
	margin: 0 auto;
	display: block;
	max-width: 574px;
	line-height: 0;
}
#retransmission a img {
	width: 100%;
}
#news.contentsWrap {
	max-width: 1280px;
	margin: 0 auto;
	padding: 30px 54px;
	border-bottom: 3px solid #dadedf;
	box-sizing: border-box;
}
#news .sectionInner {
	position: relative;
}
#news a {
	transition-duration: 0.3s;
  padding:0;
  margin:0;
}
#news .hdWrap {
  margin-bottom: 11px;
}
#news h2 {
  display: inline-block;
  margin: 0 12px 0 0;
  max-width: 261px;
}
#news h2 img {
  width: 100%;
}
#news #newsDate {
  display: inline-block;
  font-size: 12px;
}
#news #newsTab {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}
#news #newsTab::after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
#news #newsTab li {
  width: 25%;
  float: left;
  padding-left: 12px;
  box-sizing: border-box;
  line-height: 1;
  font-size: 14px;
}
#news #newsTab li > a {
  display: block;
  position: relative;
  padding: 6px 3px;
  background: #686d6d;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  white-space: nowrap;
  font-size: 14px;
}
#news #newsTab li > a:hover {
  background: #0087d2;
}
#news #newsTab li.focus a {
  background: #0087d2;
}
#news #newsContents > article {
  display: none;
}
#news #newsContents > article.show {
  display: block;
}
#news #newsContents > article::after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
#news #newsContents > article .leftCont {
  width: 49%;
  float: left;
  box-sizing: border-box;
}
#news #newsContents > article .rightCont {
  width: 49%;
  float: right;
  box-sizing: border-box;
}
#news #newsContents > article .rightCont::after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
#news #newsContents .more {
  text-align: right;
}
#news #newsContents .more a {
  width: 126px;
  padding: 3px 6px;
  display: inline-block;
  position: relative;
  background: #686d6d;
  color: #fff;
  text-align: left;
}
#news #newsContents .more a:hover {
  background: #323838;
}
#news #newsContents .more a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 6px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
}
#news #newsContents .weather {
  text-align: right;
  line-height: 0;
}
#news #newsContents .weather a {
  display: inline-block;
}
#news #newsContents #primeNews_list ul {
  margin-bottom: 12px;
}
#news #newsContents #primeNews_list li {
  border-bottom: 1px dotted #323838;
  padding: 5px 0;
}
#news #newsContents #primeNews_list .more {
  text-align: left;
}
#news #newsContents #primeNews_list li a {
  font-size: 108%;
}
#news #newsContents #primeNews_list li a:hover {
  color: #0087d2;
}
#news #newsContents #primeNews_list li.new a::after {
  margin: 0 0 0 4px;
  padding: 0 2px;
  background: #75ba2a;
  color: #fff;
  content: "NEW";
  vertical-align: middle;
  font-family: 'Trebuchet MS',sans-serif;
  font-size: 74%;
  line-height: 1;
  overflow: hidden;
}
#news #newsContents #primeNews_video .navWrap {
  padding: 0 22px;
  position: relative;
  margin-bottom: 6px;
  overflow: hidden;
}
#news #newsContents #primeNews_video .newsImg {
  z-index: 0;
  position: relative;
}
#news #newsContents #primeNews_video .newsImg li {
  float: left;
  text-align: center;
  display: none;

}
#news #newsContents #primeNews_video .newsImg li.show {
   display: block;
}
#news #newsContents #primeNews_video .newsImg img {
  width: 100%;
  display: block;
  opacity:0;
}

#news #newsContents #primeNews_video .newsNav button {
  width: 22px;
  height: 100%;
  display: block;
  border: none;
  outline: none;
  appearance: none;
  padding: 0;
  margin: 0;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: #686d6d;
  position: absolute;
  top: 0;
  text-indent: -9999px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#news #newsContents #primeNews_video .newsNav button:hover {
  background: #0087d2;
}
#news #newsContents #primeNews_video .newsNav button.prev {
  left: 0;
  z-index:1;
}
#news #newsContents #primeNews_video .newsNav button.next {
  right: 0;
  z-index:1;
}
#news #newsContents #primeNews_video .newsNav button::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  margin-top: -6px;
  border-top: solid 2px #fff;
}
#news #newsContents #primeNews_video .newsNav button.prev::before {
  left: 50%;
  margin-left: -4px;
  border-left: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#news #newsContents #primeNews_video .newsNav button.next::before {
  right: 50%;
  margin-right: -4px;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#news #newsContents #primeNews_video .newsTxt li {
  display: none;
}
#news #newsContents #primeNews_video .newsTxt li.show {
  display: block;
}
#news #newsContents #primeNews_video .newsTxt .date {
  font-size: 86%;
}
#news #newsContents #primeNews .areaWrap .weather a {
  display: block;
}
#news #newsContents #primeNews .areaWrap .weather img {
  width: 100%;
}

#news #newsContents #latestNews02 {
  paddin-left: 12px;
}
#news #newsContents #latestNews02 ul {
  margin-bottom: 12px;
}
#news #newsContents #latestNews ul li {
  border-bottom: 1px dotted #323838;
  padding: 5px 0;
}
#news #newsContents #latestNews ul li a {
  padding: 5px 0;
  font-size: 108%;
}
#news #newsContents #latestNews ul li a:hover {
  color: #0087d2;
}
#news #newsContents #latestNews ul li .date {
  font-size: 86%;
}
#news #newsContents #latestNews .more {
  margin-bottom: 12px;
}
#news #newsContents #businessNews_list li {
  border-bottom: 1px dotted #323838;
  padding: 5px 0;
}
#news #newsContents #businessNews_list li a {
  font-size: 108%;
}
#news #newsContents #businessNews_list li a:hover {
  color: #0087d2;
}
#news #newsContents #businessNews_list li.new a::after {
  margin: 0 0 0 4px;
  padding: 0 2px;
  background: #75ba2a;
  color: #fff;
  content: "NEW";
  vertical-align: middle;
  font-family: 'Trebuchet MS',sans-serif;
  font-size: 74%;
  line-height: 1;
}
#news #newsContents #businessNews .bnr {
  margin-bottom: 12px;
}
#news #newsContents #businessNews .bnr a {
  display: block;
  line-height: 0;
}
#news #newsContents #businessNews .bnr img {
  width: 100%;
}
#news #newsContents #videoNews ul {
  margin-bottom: 6px;
}
#news #newsContents #videoNews ul::after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
#news #newsContents #videoNews ul li {
  width: 16.2%;
  margin: 0 0.56% 0.56% 0;
  float: left;
}
#news #newsContents #videoNews ul li:nth-child(6n) {
  margin-right: 0;
}
#news #newsContents #videoNews ul li a {
  display: block;
  line-height: 0;
  position: relative;
}
#news #newsContents #videoNews ul li img {
  width: 100%;
  height: auto;
}
#news #latestNews #latestNews02 p.weather img {
  width: 281px;
  height: auto;
}