@charset "utf-8";

.headerUtility1 .headerLinkOther {
float: right;
padding-bottom: 1px;
}

.f12 { font-size: 12px; }

.nowrap {
    white-space: nowrap;
}

ul.listHorizontalInNews {
    margin-bottom: 15px;
}

.listHorizontalInNews li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 5px;
}

.line-button {
    display: none;
}


.btn_print:hover {
background: #F1F2F6;
}

.news_biz.MAIN-COLUMN h4 { color:#164c97; font-weight: bold; }
.news_corp.MAIN-COLUMN h4 { color:#1eace5; font-weight: bold; }
.news_phone.MAIN-COLUMN h4 { color:#f27935; font-weight: bold; }
.news_catv.MAIN-COLUMN h4 { color:#f27935; font-weight: bold; }

.news_biz.MAIN-COLUMN h5 { font-weight: bold; }
.news_corp.MAIN-COLUMN h5 { font-weight: bold; }
.news_phone.MAIN-COLUMN h5 { font-weight: bold; }
.news_catv.MAIN-COLUMN h5 { font-weight: bold; }

.MAIN-COLUMN {
    width:100%;
}

.MAIN-COLUMN h1 {
    /* padding-right: 220px; */
    width: 714px;
}

@media screen and (max-width: 768px) {
  .MAIN-COLUMN h1 {
    width: 100%;
  }
}

.MAIN-COLUMN h4 {
    margin-bottom: 20px;
}

.MAIN-COLUMN h5 {
    margin-bottom: 20px;
}

.MAIN-COLUMN ul.list_right {
    margin-bottom: 10px;
}

.MAIN-COLUMN ul.list_right li {
    text-align: right;
}

.MAIN-COLUMN table .link_footnote {
    background:transparent;
}

.MAIN-COLUMN .header_sub {
position: absolute;
top:0px;
right: 12px;
padding-top: 6px;
}

@media screen and (max-width: 768px) {
  .MAIN-COLUMN .header_sub {
    padding-top: 0px;
  }
}

.MAIN-COLUMN .header_sub .link_list {
font-size: 12px;
text-align: right;
margin-right: 10px;
margin-bottom: 5px;
margin-top: 1px;
}

.MAIN-COLUMN .header_sub .link_list a:hover {
text-decoration: underline;
}


.MAIN-COLUMN .btn_print {
display: inline-block;
width: 218px;
margin-left: 12px;
height: 20px;
line-height: 20px;
font-size: 78.57143%;
color: #767676;
text-align: center;
border: solid 2px #dde0e7;
border-radius: 12px;
margin-bottom: 10px;
margin-right: 5px;
}

.MAIN-COLUMN .btn_print .icon_print {
vertical-align: -1px;
margin-right: 7px;
}


.MAIN-COLUMN iframe.twitter-share-button {
	width: 105px!important;
}

.MAIN-COLUMN hr.normal {
    margin: 0;
    margin-bottom: 20px;
}

.MAIN-COLUMN .link_arrow.icon_back {
background: url("/common/img/icon_arrow_05.gif") no-repeat left 5px;
}


.MAIN-COLUMN .newsColumn2 .newsText {
    float: left;
    width: 635px;
}

.MAIN-COLUMN .newsColumn2 .newsImg {
    float: right;
    width: 282px;
}


@media screen and (max-width: 768px) {
.MAIN-COLUMN .btn_print {
    display: none;
  }

.MAIN-COLUMN .header_sub .link_list {
  margin-right: 10px;
}

.MAIN-COLUMN .header_sub,
.MAIN-COLUMN .sns_button  {
    position: static;
    text-align: center;
    padding-bottom: 10px;
}

.MAIN-COLUMN .sns_button  {
    padding: 10px;
}

.MAIN-COLUMN .newsColumn2 .newsText {
    float: none;
    width: auto;
}

.MAIN-COLUMN .newsColumn2 .newsImg {
    float: none;
    width: auto;
}
}


@media screen and (max-width: 480px) {
.listHorizontalInNews li {
    display: block;
    }
.MAIN-COLUMN h1 {
    padding-right: 0;
}

.line-button {
    display: block;
    text-align: center;
    padding: 10px;
}

}




