@charset "utf-8";
/*
  Top Main Slider
----------------------------------------------------------------------------------------------------*/
#TOP_MAIN #MAIN_VISUAL {
  position: relative;
  height: 416px;
  display: none;
  width: 100%;
  overflow: hidden;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #TOP_MAIN #MAIN_VISUAL {
    height: auto;
  }
}
#TOP_MAIN #MAIN_VISUAL .link_self:hover img, #TOP_MAIN #MAIN_VISUAL .link_blank:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
#TOP_MAIN #MAIN_VISUAL .link_self:hover .icon_img, #TOP_MAIN #MAIN_VISUAL .link_blank:hover .icon_img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#TOP_MAIN #MAIN_VISUAL .icon_img {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  #TOP_MAIN .mainimgPc {
    display: none;
  }
}
#TOP_MAIN .mainimgPc .mainimgAreaMoveimg {
  position: relative;
  height: 260px;
  padding-top: 20px;
  background: url("//media3.kddi.com/extlib/module/bg_main_01.jpg") repeat-x center top;
}
#TOP_MAIN .mainimgPc .mainimgAreaMoveimg .mainimgAreaShow ul {
  position: absolute;
}
#TOP_MAIN .mainimgPc .mainimgAreaMoveimg .mainimgAreaShow li {
  float: left;
  width: 940px;
  height: 220px;
  padding: 10px 10px 9px;
  margin: 0 24px 0 0;
  position: relative;
  background: url("//media3.kddi.com/extlib/module/bg_mainimg.png") no-repeat left top;
  z-index: 5;
  *zoom: 1;
}
#TOP_MAIN .mainimgPc .mainimgAreaMoveimg .mainimgAreaShow li a {
  position: relative;
  display: block;
  z-index: 5;
  *zoom: 1;
}
#TOP_MAIN .mainimgPc .mainimgNavArrows {
  position: relative;
  width: 960px;
  height: 0;
  margin: 0 auto;
}
#TOP_MAIN .mainimgPc .mainimgNavArrows li {
  top: 100px;
  *zoom: 1;
  position: absolute;
  z-index: 20;
}
#TOP_MAIN .mainimgPc .mainimgNavArrows li a:hover {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#TOP_MAIN .mainimgPc .mainimgNavArrows .mainimgBtnPrev {
  left: -20px;
}
#TOP_MAIN .mainimgPc .mainimgNavArrows .mainimgBtnNext {
  right: -20px;
}
#TOP_MAIN .mainimgPc .mainimgAreaShow {
  width: 960px;
  margin: 0 auto;
  *zoom: 1;
  position: relative;
}
#TOP_MAIN .mainimgPc .mainimgListThumb {
  width: 984px;
  position: relative;
  overflow: hidden;
}
#TOP_MAIN .mainimgPc .mainimgListThumb li {
  float: left;
  margin-right: 24px;
}
#TOP_MAIN .mainimgPc .mainimgListThumb li a {
  display: block;
  position: relative;
  width: 304px;
  height: 70px;
  overflow: hidden;
}
#TOP_MAIN .mainimgPc .mainimgListThumb .thumb_on {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 304px;
  height: 70px;
  background: url("//media3.kddi.com/extlib/module/thumb_on.png") no-repeat left top;
}
#TOP_MAIN .mainimgPc .mainimgListThumb .is_current .thumb_on {
  display: block;
}
#TOP_MAIN .mainimgPc .mainimgThumbArrows li {
  position: absolute;
  top: 67px;
}
#TOP_MAIN .mainimgPc .mainimgThumbArrows .mainimgBtnPrev {
  left: 0;
}
#TOP_MAIN .mainimgPc .mainimgThumbArrows .mainimgBtnNext {
  right: 0;
}
#TOP_MAIN .mainimgAreaThumb {
  height: 136px;
  background: url("//media3.kddi.com/extlib/module/bg_main_02.jpg") repeat-x center top;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #TOP_MAIN .mainimgAreaThumb {
    height: 60px;
    background: none #DDE0E7;
  }
}
#TOP_MAIN .mainimgAreaThumb .wrapper {
  position: relative;
  overflow: hidden;
  padding: 0 10px;
}
#TOP_MAIN .mainimgAreaThumb .wrapper .wrapThumb {
  position: relative;
  overflow: hidden;
}
#TOP_MAIN .mainimgListDot {
  font-size: 0;
  padding: 14px 0;
  text-align: center;
  width: 100%;
}
#TOP_MAIN .mainimgListDot li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 14px;
  height: 14px;
  margin: 0 7px;
}
#TOP_MAIN .mainimgListDot li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 14px;
  height: 14px;
  background: url("//media3.kddi.com/extlib/module/btn_dot_off.png") no-repeat left top;
}
#TOP_MAIN .mainimgListDot li .is_current {
  background: url("//media3.kddi.com/extlib/module/btn_dot_on.png") no-repeat left top;
}
@media screen and (max-width: 768px) {
  #TOP_MAIN .mainimgListDot {
    padding: 23px 0;
  }
  #TOP_MAIN .mainimgListDot li {
    display: inline-block;
  }
  #TOP_MAIN .mainimgListDot li a {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("//media3.kddi.com/extlib/module/icon_dot_01_off.gif") no-repeat left top;
  }
  #TOP_MAIN .mainimgListDot li .is_current {
    background: url("//media3.kddi.com/extlib/module/icon_dot_01_on.gif") no-repeat left top;
  }
}
#TOP_MAIN .mainimgSp {
  display: none;
}
@media screen and (max-width: 768px) {
  #TOP_MAIN .mainimgSp {
    display: block;
  }
}
#TOP_MAIN .mainimgSp .mainimgAreaShow ul {
  position: relative;
  width: 100%;
}
#TOP_MAIN .mainimgSp .mainimgAreaShow ul li {
  float: left;
  left: 0;
  top: 0;
}
#TOP_MAIN .mainimgSp .mainimgAreaShow ul li img {
  max-width: 100%;
  height: auto;
  display: block;
}
#TOP_MAIN .mainimgSp .mainimgAreaThumb {
  position: relative;
  background: #DCDFE6;
}
#TOP_MAIN .mainimgSp .mainimgBtnPrev {
  position: absolute;
  left: 22px;
  top: 18px;
}
#TOP_MAIN .mainimgSp .mainimgBtnNext {
  position: absolute;
  right: 22px;
  top: 18px;
}
#TOP_MAIN noscript #MAIN_VISUAL {
  display: block;
  height: 280px;
}
@media screen and (max-width: 768px) {
  #TOP_MAIN noscript #MAIN_VISUAL {
    height: auto;
  }
}
/*
  Top Main Slider
----------------------------------------------------------------------------------------------------*/
#TOP_MAIN .mainimgPc .mainimgAreaMoveimg {
  background: url("//media3.kddi.com/extlib/corporate/top/bg_main_01.jpg") repeat-x center top;
}
#TOP_MAIN .mainimgAreaThumb {
  background: url("//media3.kddi.com/extlib/corporate/top/bg_main_02.jpg") repeat-x center top;
}
/*
  TOP PAGE
----------------------------------------------------------------------------------------------------*/
/*
  Boxes
----------------------------------------------------------------------------------------------------*/
#TOP_MAIN {
  *text-align: left;
}
#TOP_MAIN .box {
  margin: 0 12px 24px;
  display: block !important;
  border-radius: 7px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #TOP_MAIN .box {
    margin: 0 6px 24;
  }
  #TOP_MAIN .box img {
    max-width: 100% !important;
    height: auto !important;
  }
}
#TOP_MAIN .box hr {
  margin: 0;
}
#TOP_MAIN .ind {
  padding: 15px 15px 1px;
}
#TOP_MAIN .ind p {
  margin-bottom: 14px;
}
/* 1 stations --------------------------------------------*/
@media screen and (max-width: 480px) {
  #TOP_MAIN .m_boxes1 {
    padding: 0 6px;
  }
}
/* 4 stations --------------------------------------------*/
#TOP_MAIN .m_boxes4 {
  zoom: 1;
}
#TOP_MAIN .m_boxes4:before, #TOP_MAIN .m_boxes4:after {
  content: "";
  display: block;
  overflow: hidden;
}
#TOP_MAIN .m_boxes4:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  #TOP_MAIN .m_boxes4 {
    padding: 0 6px 12px;
  }
}
#TOP_MAIN .m_boxes4 .area {
  float: left;
  width: 25%;
}
@media screen and (max-width: 480px) {
  #TOP_MAIN .m_boxes4 .area {
    width: 50%;
    *width: 25%;
  }
}
#TOP_MAIN .m_boxes4 .box {
  margin: 0 12px 24px;
  overflow: hidden;
  *zoom: 1;
}
#TOP_MAIN .m_boxes4 .box > .link_selfW > img, #TOP_MAIN .m_boxes4 .box .link_selfB > img, #TOP_MAIN .m_boxes4 .box .link_blankW > img, #TOP_MAIN .m_boxes4 .box .link_blankB > img {
  border-radius: 7px 7px 0 0 !important;
  border-bottom: 1px solid #e6e9ee;
}
#TOP_MAIN .m_boxes4 .box > .link_selfW .icon_img, #TOP_MAIN .m_boxes4 .box .link_selfB .icon_img, #TOP_MAIN .m_boxes4 .box .link_blankW .icon_img, #TOP_MAIN .m_boxes4 .box .link_blankB .icon_img {
  border-radius: 0 !important;
}
@media screen and (max-width: 768px) {
  #TOP_MAIN .m_boxes4 .box {
    margin: 0 6px 12px;
  }
}
#TOP_MAIN .m_boxes4top {
  zoom: 1;
}
#TOP_MAIN .m_boxes4top:before, #TOP_MAIN .m_boxes4top:after {
  content: "";
  display: block;
  overflow: hidden;
}
#TOP_MAIN .m_boxes4top:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  #TOP_MAIN .m_boxes4top {
    padding: 0 6px 12px;
  }
}
#TOP_MAIN .m_boxes4top .area {
  float: left;
  width: 25%;
}
@media screen and (max-width: 480px) {
  #TOP_MAIN .m_boxes4top .area {
    width: 50%;
    *width: 25%;
  }
}
#TOP_MAIN .m_boxes4top .box {
  margin: 0 12px 24px;
  overflow: hidden;
  *zoom: 1;
}
@media screen and (max-width: 768px) {
  #TOP_MAIN .m_boxes4top .box {
    margin: 0 6px 12px;
  }
}
/*
  List News
----------------------------------------------------------------------------------------------------*/
#TOP_MAIN .listNews li {
  padding: 21px 17px;
  border-bottom: 1px solid #e6e9ee;
  *text-align: left;
}
#TOP_MAIN .listNews .listNewsItem dt {
  float: left;
  width: 143px;
}
#TOP_MAIN .listNews .listNewsItem dd {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #TOP_MAIN .listNews .listNewsItem .fr {
    padding-top: 12px;
  }
}
@media screen and (max-width: 480px) {
  #TOP_MAIN .listNews .listNewsItem dt {
    width: auto;
    float: none;
    margin-bottom: 10px;
  }
  #TOP_MAIN .listNews .listNewsItem .fl {
    float: none;
  }
  #TOP_MAIN .listNews .listNewsItem .fr {
    padding-top: 12px;
    float: none;
    text-align: center;
  }
}
/*
  Tab News
----------------------------------------------------------------------------------------------------*/
#TOP_MAIN .tabNews li {
  float: left;
  width: 241px;
  margin-left: -1px;
  font-weight: bold;
  text-align: center;
}
#TOP_MAIN .tabNews li a {
  position: relative;
  *zoom: 1;
  display: block;
  padding: 12px 0;
  color: #0066aa;
  border-left: solid 1px #e6e9ee;
  border-bottom: solid 1px #e6e9ee;
}
#TOP_MAIN .tabNews li a:visited {
  color: #0066aa;
}
#TOP_MAIN .tabNews li a:focus {
  color: white;
}
#TOP_MAIN .tabNews li a:hover {
  color: white;
}
#TOP_MAIN .tabNews li a:active {
  color: white;
}
#TOP_MAIN .tabNews li a:hover, #TOP_MAIN .tabNews li a:active, #TOP_MAIN .tabNews li a:focus {
  border-left: solid 1px #e6e9ee;
  color: #fff;
}
#TOP_MAIN .tabNews li .currentArrow {
  display: none;
}
#TOP_MAIN .tabNews li .is_current {
  color: white;
}
#TOP_MAIN .tabNews li .is_current:visited {
  color: white;
}
#TOP_MAIN .tabNews li .is_current:focus {
  color: white;
}
#TOP_MAIN .tabNews li .is_current:hover {
  color: white;
}
#TOP_MAIN .tabNews li .is_current:active {
  color: white;
}
#TOP_MAIN .tabNews li .is_current .currentArrow {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -11px;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
}
#TOP_MAIN .tabNews li:first-child {
  width: 240px;
  margin-left: 0;
}
#TOP_MAIN .tabNews li:first-child a {
  border-left: none;
  border-radius: 7px 0 0 0;
}
#TOP_MAIN .tabNews li:first-child .is_current {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #TOP_MAIN .tabNews {
    border-radius: 7px 7px 0 0;
  }
  #TOP_MAIN .tabNews li {
    display: table;
    position: relative;
    width: 25%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #TOP_MAIN .tabNews li:first-child {
    width: 25%;
  }
  #TOP_MAIN .tabNews li a {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 12px 5px;
  }
  #TOP_MAIN .tabNews li .is_current {
    color: #fff;
  }
  #TOP_MAIN .tabNews li .is_current:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    bottom: -11px;
    left: 50%;
    margin-left: -10px;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
  }
}
#TOP_MAIN #TAB_RELEASE_BODY {
  display: block;
}
#TOP_MAIN .tabBody {
  display: none;
}
#TOP_MAIN .listNewsIcon {
  padding: 15px;
  float: right;
}
#TOP_MAIN .listNewsIcon li {
  float: left;
  margin-left: 15px;
}
#TOP_MAIN .listNewsIcon li a {
  display: block;
}
#TOP_MAIN .listNewsIcon li a.link_arrow {
  background-position: left center;
}
#TOP_MAIN .listNewsIcon li img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: -5px;
  margin-right: 5px;
}
@media screen and (max-width: 480px) {
  #TOP_MAIN .listNewsIcon {
    float: none;
  }
  #TOP_MAIN .listNewsIcon .btn_rss {
    display: none;
  }
  #TOP_MAIN .listNewsIcon li {
    float: none;
    text-align: right;
    width: auto;
    height: auto;
    margin-left: 0;
  }
  #TOP_MAIN .listNewsIcon li a {
    margin: 0 auto;
  }
}
/*
  Heading h3 h4
----------------------------------------------------------------------------------------------------*/
#TOP_MAIN .hToplevel3 {
  font-weight: bold;
  margin: 0 12px 24px;
}
#TOP_MAIN .hToplevel4 {
  margin-bottom: 0 !important;
}
#TOP_MAIN .m_boxes4top .hToplevel4 {
  display: block;
  padding: 6px 5px;
  text-align: center;
  font-weight: bold;
  background: #dde0e7;
  font-size: 12px;
}
/* Link Img --------------------------------------------*/
#TOP_MAIN .link_selfW, #TOP_MAIN .link_selfB, #TOP_MAIN .link_blankW, #TOP_MAIN .link_blankB {
  position: relative;
  display: inline-block;
  overflow: hidden;
  *zoom: 1;
}
#TOP_MAIN .link_selfW .icon_img, #TOP_MAIN .link_selfB .icon_img, #TOP_MAIN .link_blankW .icon_img, #TOP_MAIN .link_blankB .icon_img {
  position: absolute;
  top: 10px;
  right: 10px;
  overflow: hidden;
  border: none !important;
  border-radius: 0 !important;
}
@media screen and (max-width: 768px) {
  #TOP_MAIN .link_selfW .icon_img, #TOP_MAIN .link_selfB .icon_img, #TOP_MAIN .link_blankW .icon_img, #TOP_MAIN .link_blankB .icon_img {
    top: 5px;
    right: 5px;
    *top: 10px;
    *right: 10px;
  }
}
#TOP_MAIN .link_selfW:hover, #TOP_MAIN .link_selfB:hover, #TOP_MAIN .link_blankW:hover, #TOP_MAIN .link_blankB:hover {
  border: 3px solid #1eace5;
  border-radius: 7px;
}
@media screen and (max-width: 768px) {
  #TOP_MAIN .link_selfW:hover, #TOP_MAIN .link_selfB:hover, #TOP_MAIN .link_blankW:hover, #TOP_MAIN .link_blankB:hover {
    border: none;
  }
}
#TOP_MAIN .link_selfW:hover > img, #TOP_MAIN .link_selfB:hover > img, #TOP_MAIN .link_blankW:hover > img, #TOP_MAIN .link_blankB:hover > img {
  margin: -3px -3px 0;
}
@media screen and (max-width: 768px) {
  #TOP_MAIN .link_selfW:hover > img, #TOP_MAIN .link_selfB:hover > img, #TOP_MAIN .link_blankW:hover > img, #TOP_MAIN .link_blankB:hover > img {
    margin: 0;
  }
}
#TOP_MAIN .link_selfW:hover > .ind, #TOP_MAIN .link_selfB:hover > .ind, #TOP_MAIN .link_blankW:hover > .ind, #TOP_MAIN .link_blankB:hover > .ind {
  margin: 0 -3px -3px;
}
@media screen and (max-width: 768px) {
  #TOP_MAIN .link_selfW:hover > .ind, #TOP_MAIN .link_selfB:hover > .ind, #TOP_MAIN .link_blankW:hover > .ind, #TOP_MAIN .link_blankB:hover > .ind {
    margin: 0;
  }
}
#TOP_MAIN .link_selfW .ami, #TOP_MAIN .link_selfB .ami, #TOP_MAIN .link_blankW .ami, #TOP_MAIN .link_blankB .ami {
  position: absolute;
  left: 0;
  top: 0;
  border: 3px solid transparent;
  display: none;
}
#TOP_MAIN .link_selfW:hover .ami, #TOP_MAIN .link_selfB:hover .ami, #TOP_MAIN .link_blankW:hover .ami, #TOP_MAIN .link_blankB:hover .ami {
  border-color: #1eace5;
}
#TOP_MAIN .box .link_selfW, #TOP_MAIN .box .link_selfB, #TOP_MAIN .box .link_blankW, #TOP_MAIN .box .link_blankB {
  display: block;
}
#TOP_MAIN .m_boxes4top .link_selfW:hover, #TOP_MAIN .m_boxes4top .link_selfB:hover, #TOP_MAIN .m_boxes4top .link_blankW:hover, #TOP_MAIN .m_boxes4top .link_blankB:hover {
  border: 3px solid #1eace5;
  border-radius: 0 0 7px 7px;
}
@media screen and (max-width: 768px) {
  #TOP_MAIN .m_boxes4top .link_selfW:hover, #TOP_MAIN .m_boxes4top .link_selfB:hover, #TOP_MAIN .m_boxes4top .link_blankW:hover, #TOP_MAIN .m_boxes4top .link_blankB:hover {
    border: none;
  }
}
#TOP_MAIN .m_boxes4top .link_selfW:hover > img, #TOP_MAIN .m_boxes4top .link_selfB:hover > img, #TOP_MAIN .m_boxes4top .link_blankW:hover > img, #TOP_MAIN .m_boxes4top .link_blankB:hover > img {
  margin: -3px -3px 0;
}
@media screen and (max-width: 768px) {
  #TOP_MAIN .m_boxes4top .link_selfW:hover > img, #TOP_MAIN .m_boxes4top .link_selfB:hover > img, #TOP_MAIN .m_boxes4top .link_blankW:hover > img, #TOP_MAIN .m_boxes4top .link_blankB:hover > img {
    margin: 0;
  }
}
#TOP_MAIN .m_boxes4top .link_selfW:hover > .ind, #TOP_MAIN .m_boxes4top .link_selfB:hover > .ind, #TOP_MAIN .m_boxes4top .link_blankW:hover > .ind, #TOP_MAIN .m_boxes4top .link_blankB:hover > .ind {
  margin: 0 -3px -3px;
}
@media screen and (max-width: 768px) {
  #TOP_MAIN .m_boxes4top .link_selfW:hover > .ind, #TOP_MAIN .m_boxes4top .link_selfB:hover > .ind, #TOP_MAIN .m_boxes4top .link_blankW:hover > .ind, #TOP_MAIN .m_boxes4top .link_blankB:hover > .ind {
    margin: 0;
  }
}
/*
  TOP PAGE
----------------------------------------------------------------------------------------------------*/
#TOP_MAIN .link_selfW .ami, #TOP_MAIN .link_selfB .ami, #TOP_MAIN .link_blankW .ami, #TOP_MAIN .link_blankB .ami {
  background: url("//media3.kddi.com/extlib/corporate/module/bg_ami.gif") repeat left top;
}
#TOP_MAIN a:hover {
  text-decoration: underline;
}
#TOP_MAIN .btn_blueL:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* Tab News --------------------------------------------*/
#TOP_MAIN .tabNews li a:hover, #TOP_MAIN .tabNews li a:active, #TOP_MAIN .tabNews li a:focus {
  background-color: #1eace5;
  border-bottom: solid 1px #1eace5;
}
#TOP_MAIN .tabNews li .is_current {
  background-color: #1eace5;
  border-bottom: solid 1px #1eace5;
}
#TOP_MAIN .tabNews li .is_current .currentArrow {
  border-top: 10px solid #1eace5;
}
#TOP_MAIN .tabNews li:first-child a:hover {
  background: #1eace5;
}
#TOP_MAIN .tabNews li:first-child .is_current {
  background: #1eace5;
}
#TOP_MAIN .tabNews .lastChild a:hover {
  background: #1eace5;
}
#TOP_MAIN .tabNews .lastChild .is_current {
  border-bottom: solid 1px #1eace5;
  background: #1eace5;
}
@media screen and (max-width: 768px) {
  #TOP_MAIN .tabNews li .is_current {
    border-bottom: solid 1px #1eace5;
    background-color: #1eace5;
  }
  #TOP_MAIN .tabNews li .is_current:after {
    border-top: 10px solid #1eace5;
  }
}
/* icon --------------------------------------------*/
#TOP_MAIN .icon_window {
  margin-right: 5px;
  vertical-align: 1px;
}
#TOP_MAIN .link_arrow {
  padding-left: 10px;
  background: url("//media3.kddi.com/extlib/corporate/module/icon_arrow_01.gif") no-repeat left 5px;
}
#TOP_MAIN .btn_blueL {
  overflow: hidden;
  display: inline-block;
  line-height: 1;
  padding: 0 22px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: #1eace5;
  color: white;
  padding-right: 27px;
  vertical-align: -5px;
}
#TOP_MAIN .mbx {
  margin-bottom: 0\9 !important;
}
#TOP_MAIN .areaBtnAll {
  margin: 0 0 24px;
  text-align: center;
}
#TOP_MAIN .areaBtnAll .btn_blueL img {
  vertical-align: -5px;
  margin-right: 10px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////
  override for extlib/corporate/css/top.css
----------------------------------------------------------------------------------------------------*/
/*
  Top Main Slider
----------------------------------------------------------------------------------------------------*/
#TOP_MAIN #MAIN_VISUAL {
  position: relative;
  height: 280px;
  display: block;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #TOP_MAIN #MAIN_VISUAL {
    max-width: 768px;
    width: 100%;
    height: auto;
  }
}
#TOP_MAIN #MAIN_VISUAL .icon_img {
  position: absolute;
  top: 10px;
  right: 10px;
  overflow: hidden;
  border: none !important;
  border-radius: 0 !important;
}
/*
  Tab News
----------------------------------------------------------------------------------------------------*/
#TOP_MAIN .cnContainer .tabNews li {
  float: left;
  width: 321px;
  margin-left: -1px;
  font-weight: bold;
  text-align: center;
}
#TOP_MAIN .cnContainer .tabNews li a {
  position: relative;
  *zoom: 1;
  display: block;
  padding: 12px 0;
  color: #0066aa;
  border-left: solid 1px #e6e9ee;
  /*border-bottom: solid 1px #e6e9ee;*/
}
#TOP_MAIN .cnContainer .tabNews li a:visited {
  color: #0066aa;
}
#TOP_MAIN .cnContainer .tabNews li a:focus {
  color: white;
}
#TOP_MAIN .cnContainer .tabNews li a:hover {
  color: white;
}
#TOP_MAIN .cnContainer .tabNews li a:active {
  color: white;
}
#TOP_MAIN .cnContainer .tabNews li a:hover, #TOP_MAIN .cnContainer .tabNews li a:active, #TOP_MAIN .cnContainer .tabNews li a:focus {
  border-left: solid 1px #e6e9ee;
  color: #fff;
}
#TOP_MAIN .cnContainer .tabNews li .currentArrow {
  display: none;
}
#TOP_MAIN .cnContainer .tabNews li .is_current {
  color: white;
}
#TOP_MAIN .cnContainer .tabNews li .is_current:visited {
  color: white;
}
#TOP_MAIN .cnContainer .tabNews li .is_current:focus {
  color: white;
}
#TOP_MAIN .cnContainer .tabNews li .is_current:hover {
  color: white;
}
#TOP_MAIN .cnContainer .tabNews li .is_current:active {
  color: white;
}
#TOP_MAIN .cnContainer .tabNews li .is_current .currentArrow {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -11px;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
}
#TOP_MAIN .cnContainer .tabNews li:first-child {
  width: 320px;
  margin-left: 0;
}
#TOP_MAIN .cnContainer .tabNews li:first-child a {
  border-left: none;
  border-radius: 7px 0 0 0;
}
#TOP_MAIN .cnContainer .tabNews li:first-child .is_current {
  color: #fff;
}
#TOP_MAIN .cnContainer .listNewsItem dd span.newsCorpName {
  display: block;
  margin-bottom: 5px;
  padding-top: 1px;
  font-weight: bold;
  font-size: 93.8%;
}
@media screen and (max-width: 768px) {
  #TOP_MAIN .cnContainer .tabNews {
    border-radius: 7px 7px 0 0;
  }
  #TOP_MAIN .cnContainer .tabNews li {
    display: table;
    position: relative;
    width: 33%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #TOP_MAIN .cnContainer .tabNews li:first-child {
    width: 34%;
  }
  #TOP_MAIN .cnContainer .tabNews li a {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 12px 5px;
  }
  #TOP_MAIN .cnContainer .tabNews li .is_current {
    color: #fff;
  }
  #TOP_MAIN .cnContainer .tabNews li .is_current:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    bottom: -11px;
    left: 50%;
    margin-left: -10px;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
  }
}
#TOP_MAIN .cnContainer #TAB_RELEASE_BODY {
  display: block;
}
#TOP_MAIN .cnContainer .tabBody {
  display: none;
}
#TOP_MAIN .cnContainer .listNewsIcon {
  padding: 15px;
  float: right;
}
#TOP_MAIN .cnContainer .listNewsIcon li {
  float: left;
  margin-left: 15px;
}
#TOP_MAIN .cnContainer .listNewsIcon li a {
  display: block;
}
#TOP_MAIN .cnContainer .listNewsIcon li img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: -5px;
  margin-right: 5px;
}
@media screen and (max-width: 480px) {
  #TOP_MAIN .cnContainer .listNewsIcon {
    float: none;
  }
  #TOP_MAIN .cnContainer .listNewsIcon .btn_rss {
    display: none;
  }
  #TOP_MAIN .cnContainer .listNewsIcon li {
    float: none;
    text-align: right;
    width: auto;
    height: auto;
    margin-left: 0;
  }
  #TOP_MAIN .cnContainer .listNewsIcon li a {
    margin: 0 auto;
  }
}
/* 4 stations --------------------------------------------*/
#TOP_MAIN .m_boxes4 .areaLine1 .ind, #TOP_MAIN .m_boxes4 .areaLine2 .ind {
  height: 58px;
  line-height: 3;
}
@media screen and (min-width: 753px) and (max-width: 768px) {
  #TOP_MAIN .m_boxes4 .areaLine1 .ind, #TOP_MAIN .m_boxes4 .areaLine2 .ind {
    line-height: 5;
  }
}
@media screen and (min-width: 481px) and (max-width: 552px) {
  #TOP_MAIN .m_boxes4 .areaLine1 .ind {
    line-height: 1.6;
  }
}
@media screen and (max-width: 462px) {
  #TOP_MAIN .m_boxes4 .areaLine1 .ind {
    line-height: 4.8;
  }
}
@media screen and (max-width: 752px) {
  #TOP_MAIN .m_boxes4 .areaLine2 .ind {
    line-height: 1.6;
  }
}
@media screen and (min-width: 391px) and (max-width: 480px) {
  #TOP_MAIN .m_boxes4 .areaLine2 .ind {
    line-height: 3;
  }
}
@media screen and (max-width: 390px) {
  #TOP_MAIN .m_boxes4 .areaLine2 .ind {
    line-height: 1.6;
  }
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////
  Original
----------------------------------------------------------------------------------------------------*/
#TOP_MAIN .enMainBottomCnLink {
  margin: 0 0 15px 10px;
}
@media screen and (max-width: 768px) {
  #TOP_MAIN .enMainBottomCnLink {
    margin: 0 0 15px 10px;
  }
}
#TOP_MAIN .enMainBottomCnLink .link_arrow {
  padding-left: 10px;
  margin-left: 10px;
  background: url("//media3.kddi.com/extlib/corporate/module/icon_arrow_01.gif") no-repeat left 7px;
}
@media screen and (max-width: 768px) {
  #TOP_MAIN .enMainBottomCnLink .link_arrow {
    padding-left: 10px;
    margin-left: 10px;
    background: url("//media3.kddi.com/extlib/corporate/module/icon_arrow_01.gif") no-repeat left 7px;
  }
}
#TOP_MAIN .cnContainer .tabNews li .is_current .currentArrow {
  border-top: 10px solid #1eace5;
}
#TOP_MAIN .cnContainer .tabNews li .is_current .currentArrow {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -11px;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
}