 @charset "utf-8";
/* Common CSS */
.sticky {
    position: fixed !important;
}

#SiteIdentity,
.JS #SiteIdentity {
    position: relative;
    z-index: 2;
}

html, body {
    height: 100%;
}

#TopCover {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(0, 0, 0);
    opacity: 0;
}

 /*New version update [Add 2017.10.24]
=========================================================================================== */
#TopPageNew {
    position: relative;
}

#TopImg {
    position: fixed;
    width: 100%;
    min-width: 965px;
    height: 100%;
    padding: 0;
    top: 0;
    z-index: -2;
    overflow: hidden;

    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

#HeaderArea{
    z-index: 6;
    width: 100%;
}

#TopMovie {
    position: fixed;
    width: 100%;
    min-width: 965px;
    height: 100%;
    padding: 0;
    top: 0;
    z-index: -1;
    overflow: hidden;
}
#TopMovie .Inner {
    position: relative;
    height: 100%;
}
#TopMovie .Inner video {
    width: 100%;
}
.HTML5 #TopMovie div,
.Flash #TopMovie div {position: relative;}

.HTML5 #TopMovie video {
    display: none;
    width: 100%;
}
.HTML5 #TopMovie video#TopMovie1 {display: block;}


#Main {
    display: block;
    clear: both;
    position: relative;
    z-index: 4;
    width: 965px;
    margin: 0 auto 200px;
}
.JS #Main {
    height: 100%;
    min-height: 640px;
    padding: 0 0 245px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.JS #StatementArea {
    width: 100%;
    height: 100%;
    padding: 0 0 3.5%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.JS #StatementArea .Inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.JS #StatementArea .Inner:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    margin: 0 0 0 -.36em;
}

#StatementArea .Statement {
    position: relative;
    z-index: auto;
    display: block;
    width: 50%;
    height: 400px;
    padding: 100px 0 0;
}
.JS #StatementArea .Statement {
    position: static;
    display: inline-block;
    height: auto;
    padding: 0;
    vertical-align: middle;
}
.JS #StatementArea .Statement:not(#Statement1) {display: none;}
#StatementArea .Statement.RightAdjust,
.JS #StatementArea .Statement.RightAdjust {
    padding-left: 50%;
    text-align: left;
}

#StatementArea .Statement .Copy {
    margin: 0 0 0 -1.4%;
    padding: 0 0 10px;
}
#StatementArea .Statement span.txt {
    color: #FFF;
    font-size: 90%;
    text-shadow: 0px 1px 10px #000;
}
#StatementArea .Banner {overflow: hidden;}

#StatementArea .Banner li {
    position: relative;
    float: left;
    width: 50%;
}
#StatementArea .Banner li a {
    display: block;
    font-size: 90%;
    text-align: center;
    overflow: hidden;
}
#StatementArea .Banner li a:link,
#StatementArea .Banner li a:visited,
#StatementArea .Banner li a:hover,
#StatementArea .Banner li a:active {
    color: #fff;
    text-decoration: none;
}

#StatementArea .Banner li > a > span {
    display: inline-block;
    background: #000;
}
#StatementArea .Banner li a strong {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    background: url(/image/twp/top/top_bg_menu.png) repeat-x left bottom;
}

#StatementArea .Banner li a strong span {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    font-weight: normal;
    line-height: 140%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.PC #StatementArea .Banner li a img {
    transition: transform .2s ease-out, opacity .2s linear;
    -moz-transition: -moz-transform .2s ease-out, opacity .2s linear;
    -webkit-transition: -webkit-transform .2s ease-out, opacity .2s linear;
    -o-transition: -o-transform .2s ease-out, opacity .2s linear;
    -ms-transition: -ms-transform .2s ease-out, opacity .2s linear;
}
.PC #StatementArea .Banner li a:hover img,
.PC #StatementArea .Banner li a:active img {
    opacity: .7;
    transform:scale(1.1);
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
}


/* Video Controller
=========================================================================================== */

.JS #VideoControl {
    position: absolute;
    width: 100%;
    height: 25px;
    bottom: -20px;
    left: 0;
    text-align: center;
    pointer-events: none;
}

#VideoControl ul {
    display: none;
    overflow: hidden;
}

.JS #VideoControl .Indicator {
    float: left;
    width: 19px;
    height: 19px;
    margin: 4px 12px 0 0;
    overflow: hidden;
}

.JS #VideoControl #VideoPlay {
    float: left;
    width: 27px;
    height: 27px;
    margin: 0 12px 0 0;
    cursor: pointer;
    pointer-events: auto;
}
.JS #VideoControl .NoIndicator #VideoPlay {
    width: 85px;
    margin: 0;
    background-image: url(/image/twp/top/branding/top_text_play.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 53px 54px;
}
.JS #VideoControl .NoIndicator #VideoPlay.en {
    background-image: url(/image/twp/top/branding/top_text_play_en.png);
}
.JS #VideoControl .NoIndicator #VideoPlay.Current {background-position: bottom right;}

.JS #VideoControl .Indicator a {
    position: relative;
    display: block;
    width: 11px;
    height: 11px;
    margin: 4px;
    text-indent: -9999px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.JS #VideoControl .Indicator a:link,
.JS #VideoControl .Indicator a:visited,
.JS #VideoControl .Indicator a:hover,
.JS #VideoControl .Indicator a:active {background-color: #fff;}
.PC #VideoControl .Indicator a:hover,
.PC #VideoControl .Indicator a:active,
.JS #VideoControl .Indicator.Current a {background-color: #e6000e !important;}

.JS #VideoControl .Indicator a:before {
    content: "";
    position: absolute;
    display: none;
    width: 19px;
    height: 19px;
    top: -4px;
    left: -4px;
    background-color: #e6000e;
    opacity: .5;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.PC #VideoControl .Indicator a:hover:before,
.PC #VideoControl .Indicator a:active:before,
.JS #VideoControl .Indicator.Current a:before {display: block;}

.JS #VideoControl #VideoPlay a {
    position: relative;
    display: block;
    width: 19px;
    height: 19px;
    margin: 4px;
    text-indent: -9999px;
    background-color: #e6000e;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.JS #VideoControl #VideoPlay a:before {
    content: "";
    position: absolute;
    display: block;
    width: 27px;
    height: 27px;
    top: -4px;
    left: -4px;
    background-color: #e6000e;
    opacity: .5;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.JS #VideoControl #VideoPlay a:after {
    content: "";
    position: absolute;
    display: block;
    width: 3px;
    height: 11px;
    top: 50%;
    left: 50%;
    margin: -5.5px 0 0 -4.5px;
    border-left: solid 3px #fff;
    border-right: solid 3px #fff;
}
.JS #VideoControl #VideoPlay.Current a:after {
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -2px;
    border-left: solid 5px #fff;
    border-right: 0 none;
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent;
}
.PC #VideoControl #VideoPlay:hover a,
.PC #VideoControl #VideoPlay:hover a:before {background-color: #b1000e;}



#TopPageNew #MainMenuSet {
    position: relative;
    width: 100%;
    bottom: 0;
    padding: 0;
    z-index: 4;
}
#TopPageNew #MainMenuSet:after {
    content: "";
    display: inline-block;
}
#TopPageNew #News {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, .4);
    overflow: hidden;
    height: 40px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
}
#TopPageNew #News h2 {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background-image: none !important;
	background-color:#e60027;
}
#TopPageNew #News h2 span {
    padding: 0;
    font-size: 83%;
    font-weight: normal;
    line-height: 160%;
    background-color: transparent;
}
#TopPageNew #News h2 a:link, .JS #News h2 a:visited {
    color: #fff;
    text-decoration: none;
}
#TopPageNew #News h2 a {
    display: table-cell;
    min-width: 241px;
    height: 40px;
    padding: 1px 5px 0 15px;
    vertical-align: middle;
    background-image: none;
    box-sizing: border-box;
}

#TopPageNew #News #NewsBodyInner {
    padding: 0 10px 0 15px;
    font-size: 90%;
    white-space: nowrap;
    color: #fff;
}

#TopPageNew #MainMenu {
    position: relative;
    margin: 0 auto 20px;
}
#TopPageNew #MainMenu li {
    position: relative;
    float: left;
    width: 25%;
}
#TopPageNew #MainMenu a {
    display: block;
    font-size: 90%;
    text-align: center;
    overflow: hidden;
    background-color: #000;
}
#TopPageNew #MainMenu strong {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    background: url(/image/twp/top/top_bg_menu.png) repeat-x left bottom;
}
#TopPageNew #MainMenu span {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    font-weight: normal;
    line-height: 140%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
#TopPageNew #NewsControl {

    position: absolute;
    top: 0;
    left: 151px;
    height: 40px;
    display: block;
    width: 90px;
}
#TopPageNew #NewsControl li {
    float: left;
    overflow: hidden;
}
#TopPageNew #NewsControl li a {
    position: relative;
    display: block;
    width: 30px;
    height: 40px;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    text-indent: -9999px;
}
#TopPageNew #News #NewsBody {
    position: absolute;
    padding-top: 8px;
    overflow: hidden;
}
#TopPageNew #News #NewsBody ul {
    padding: 8px 8px 20px 25%;
}
#TopPageNew #News #NewsBody ul li {
    font-size: 90%;
    line-height: 2.5;
    color: #FFF;
    padding-left: 15px;
}

#TopPageNew #BodyInner {
    padding: 0 10px 0 15px;
    font-size: 90%;
    white-space: nowrap;
    color: #fff;
}
.JS #News #NewsBodyInner a,
.JS #News #NewsList a {
    padding: 0 17px 0 13px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -webkit-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    -ms-background-size: 16px 16px;
}
.JS #News #NewsBodyInner a:link,
.JS #News #NewsBodyInner a:visited,
.JS #News #NewsList a:link,
.JS #News #NewsList a:visited {
    background-image: url(/image/cn/r1/icon/icon_link_right_hd.gif);
    text-decoration: none;
}
.JS #News #NewsBodyInner a:hover,
.JS #News #NewsBodyInner a:active,
.JS #News #NewsList a:hover,
.JS #News #NewsList a:active {
    background-position: right -2px center;
    text-decoration: underline;
}

.JS #NewsControl {
    display: block;
    width: 90px;
}

.JS #NewsControl li {
    float: left;
    overflow: hidden;
}

.JS #NewsControl li a {
    position: relative;
    display: block;
    width: 30px;
    height: 40px;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    text-indent: -9999px;
}
.JS #NewsControl li a:link,
.JS #NewsControl li a:visited,
.JS #NewsControl li a:hover,
.JS #NewsControl li a:active  {background-color: #e60027;}
.PC #NewsControl li a:hover,
.PC #NewsControl li a:active {background-color: #b1000e;}

.JS #NewsControl #NewsPlay a:after {
    content: "";
    position: absolute;
    display: block;
    width: 3px;
    height: 11px;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -4px;
    border-left: solid 3px #fff;
    border-right: solid 3px #fff;
}
.JS #NewsControl #NewsPlay a.Current:after {
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -1px;
    border-left: solid 5px #fff;
    border-right: 0 none;
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent;
}

.JS #NewsControl #NewsPrev a:after {
    content: "";
    position: absolute;
    display: block;
    width: 7px;
    height: 7px;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -3px;
    border-bottom: solid 2px #fff;
    border-left: solid 2px #fff;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.JS #NewsControl #NewsNext a:after {
    content: "";
    position: absolute;
    display: block;
    width: 7px;
    height: 7px;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -6px;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

#submain .newStories p,
#submain .newStories h3,
#submain .newStories h4 {
    display: none;
}

/************************************ news list ***************************/
#News #NewsList {
    position: relative;
    top: 0;
    right: 0;
    padding: 10px 0 10px 15px;
    opacity:0;
    box-sizing: border-box;
}
#News #NewsList.show {
}
#News #NewsList li {
    font-size: 90%;
    color: #FFF;
}
#News #NewsList li a {
    padding: 0 17px 0 13px;
    color: #FFF;
    overflow : hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
}
#News #NewsList li a:hover {
    text-decoration: underline;
}
#News #NewsList li span {
    display: inline-block;
    width: 115px;
}



#TopPageNew #MainMenu a:hover img, .PC #MainMenu a:active img {
    opacity: .7;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
#TopPageNew #MainMenu a img {
    transition: transform .2s ease-out, opacity .2s linear;
    -moz-transition: -moz-transform .2s ease-out, opacity .2s linear;
    -webkit-transition: -webkit-transform .2s ease-out, opacity .2s linear;
    -o-transition: -o-transform .2s ease-out, opacity .2s linear;
    -ms-transition: -ms-transform .2s ease-out, opacity .2s linear;
}
#TopPageNew #News img {
    margin-left: 5px;
    margin-top: -2px;
    vertical-align: middle;
}
#TopPageNew #Recommend {
    position: relative;
    margin: 20px auto;
}
#Recommend .Img + .TextArea {
    background: url(/image/twp/top/top_bg_recommend.png) repeat-x;
}
#Recommend .TextArea {
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 60px 0 0;
}
#Recommend .TextArea p {
    padding: 0 15px 10px 15px;
    font-size: 90%;
    line-height: 140%;
}
#Recommend .Column1, #Recommend .Column2{
    width: 25%;
    position: relative;
    margin: 0;
    min-height: 254px;
    color: #fff;
    background-color: #000;
    overflow: hidden;
}
#Recommend .Column1 .Img, #Recommend .Column2 .Img {
    position: absolute;
    width: 300%;
    height: 300%;
    top: -100%;
    left: -100%;
    text-align: center;
}
#Recommend .Column1 .Img:before, #Recommend .Column2 .Img:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
#Recommend .Column1 a .Img img, .PC #Recommend .Column2 a .Img img {
    transition: transform .2s ease-out, opacity .2s linear;
    -moz-transition: -moz-transform .2s ease-out, opacity .2s linear;
    -webkit-transition: -webkit-transform .2s ease-out, opacity .2s linear;
    -o-transition: -o-transform .2s ease-out, opacity .2s linear;
    -ms-transition: -ms-transform .2s ease-out, opacity .2s linear;
}
#Recommend .Column1 .Img img {
    width: 15.125em;
    min-width: 33.33333333%;
}
#Recommend .Column1 .Img img, #Recommend .Column2 .Img img {
    display: inline-block;
    height: auto;
    vertical-align: middle;
}
#Recommend .Column1 .Tag, #Recommend .Column2 .Tag {
    min-height: 30px;
    margin: 0 15px 5px;
    padding: 5px 0;
    border-top: solid 1px rgba(255, 255, 255, .2);
    font-size: 83%;
}
#Recommend .Column1 .Tag ul, #Recommend .Column2 .Tag ul {
    display: inline-block;
    margin: 0 0 0 2px;
    vertical-align: middle;
}
#Recommend .Column1 .Tag li:first-child, #Recommend .Column2 .Tag li:first-child {
    padding: 0 10px 0 0;
    border-left: 0 none;
}
#Recommend .Column1 .Tag li, #Recommend .Column2 .Tag li {
    float: left;
    font-size: 83%;
    padding: 0 10px;
    border-left: solid 1px rgba(255, 255, 255, .2);
}
#Recommend .Column1 a:link, #Recommend .Column1 a:visited, #Recommend .Column1 a:hover, #Recommend .Column1 a:active, #Recommend .Column2 a:link, #Recommend .Column2 a:visited, #Recommend .Column2 a:hover, #Recommend .Column2 a:active {
    color: #fff;
    text-decoration: none;
}
#Recommend .Column1 a:hover .Img img, #Recommend .Column1 a:active .Img img, #Recommend .Column2 a:hover .Img img, .PC #Recommend .Column2 a:active .Img img {
    opacity: .7;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
#Recommend .Column1 a .Img img, .PC #Recommend .Column2 a .Img img {
    transition: transform .2s ease-out, opacity .2s linear;
    -moz-transition: -moz-transform .2s ease-out, opacity .2s linear;
    -webkit-transition: -webkit-transform .2s ease-out, opacity .2s linear;
    -o-transition: -o-transform .2s ease-out, opacity .2s linear;
    -ms-transition: -ms-transform .2s ease-out, opacity .2s linear;
}
#Contents {
    position: relative;
    z-index: 3;
    padding: 40px 0 0;
    min-width: 965px;
    background-color: #fff;
    padding-bottom: 1px;
}
#Contents .Column3 .ButtonStyle2 a:link{
	background-color: #969696
}
#Contents .Column3 .ButtonStyle2 a:hover{
	background-color: #5d5d5d
}
#TopPageNew .FatBanner, #TopPageNew .FatMenu, #TopPageNew #Footer, #TopPageNew .recordFiling {
    position: relative;
    z-index: 4;
}


/* for - 994px
=========================================================================================== */

@media screen and (max-width: 994px) {

    #TopPageNew #top,
    #TopPageNew #TopImg,
    #TopPageNew #TopImg .Inner,
    #TopPageNew #TopMovie {min-width: 320px;}

    #TopPageNew .NoticeArea {width: auto;}

    #TopPageNew #Main {
        width: auto;
        min-width: 320px;
        padding-left: 15px;
        padding-right: 15px;
        height: 100%;
        min-height: 750px;
    }
    #TopPageNew #StatementArea .Statement .Copy img {
        max-width: 100%;
        height: auto;
    }

    #TopPageNew #StatementArea .Statement .Img img {
        width: 100%;
        height: auto;
    }

    #TopPageNew #News {width: auto;}

    #TopPageNew #News h2 a {
        min-width: 210px;
    }
    #TopPageNew #NewsControl {
        left: 110px;
    }
    #TopPageNew #News #NewsList li {
        font-size: 83%
    }

    #TopPageNew #MainMenuSet {
        left: 0;
        padding: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }

    #TopPageNew #MainMenu {width: auto;}

    #TopPageNew #MainMenu img {
        width: 100%;
        height: auto;
    }

    #TopPageNew #Recommend {min-width: 320px;}

    #TopPageNew #Recommend .GridSet {
        margin: 0;
        padding: 0;
    }

    #TopPageNew #Recommend .Grid4 {padding: 0 15px;}

    #TopPageNew #Recommend .ColumnSet {margin: 0;}

    #TopPageNew #Recommend .Column1,
    #TopPageNew #Recommend .Column2 {padding: 0;}

    #TopPageNew #Category h2,
    #TopPageNew #Category h3 {width: auto;}

    #TopPageNew #Category ul {
        width: auto;
        padding: 0 15px
    }

    #TopPageNew #Contents {padding: 40px 15px 0;}

    #TopPageNew .FooterList {min-width: 320px;}

    #TopPageNew .FooterListSet {
        width: auto;
        padding: 10px 15px 15px;
    }

    #TopPageNew #Footer {padding-bottom: 25px;}

    #TopPageNew #Footer ul {
        width: 60%;
        margin-left: 0;
        margin-right: 0;
    }

    #TopPageNew #Footer ul li {margin: 0 0 5px;}

}



/* for - 767px
=========================================================================================== */

@media screen and (max-width: 767px) {


    #TopPageNew #top {position: relative;}

    #TopPageNew #HeaderArea {
        position: relative;
        top: 0;
    }
    .MenuOpen #HeaderArea:before {display: block;}

    #TopPageNew #HeaderSet {line-height: 0em;}

    #TopImgCover {display: none;}

    .JS #TopImg, .JS #TopMovie {
        position: absolute;
        height: 0px;
        top: auto;
        padding: 0px 0px 110%;
        overflow: visible;
    }

    #TopPageNew #TopImg .Inner,
    #TopPageNew #TopMovie .Inner {
        position: absolute;
        width: 100% !important;
        height: 100% !important;
        min-height: 352px;
        top: 0 !important;
        left: 0 !important;
        overflow: hidden;
    }

    #TopPageNew #TopImg .Inner div,
    #TopPageNew #TopMovie .Inner video {
        position: absolute;
        width: 195.55555555%;
        height: 100%;
        top: 0;
        left: -47.7777774%;
    }

    #TopPageNew #ModalYouTube {padding: 50px 0;}

    #TopPageNew #ModalYouTube .Title p {font-size: 83%;}

    #TopPageNew .NoticeArea {
        margin: 0;
        text-align: left;
    }
    #TopPageNew .NoticeArea + .NoticeArea {border-top: solid 1px #ddd;}

    #TopPageNew #Main {
        height: auto;
        min-height: 0 !important;
        top: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #TopPageNew #StatementArea {
        position: relative;
        height: 0 !important;
        padding: 0 0 110%;
    }

    #TopPageNew #StatementArea .Inner {
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        padding: 0 0 18.24%;
        text-align: left;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }
    #TopPageNew #StatementArea .Inner:before {display: none;}

    #TopPageNew #StatementArea .Statement {
        width: 100%;
        height: 100%;
    }
    #TopPageNew #StatementArea .Statement.RightAdjust {padding-left: 0;}
    #TopPageNew #StatementArea .Statement:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 100%;
        margin: 0 0 0 -.36em;
        vertical-align: middle;
    }

    #TopPageNew #StatementArea .Statement .Copy {
        display: inline-block;
        width: 100%;
        margin: 0;
        padding: 0 12px;
        vertical-align: middle;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box; }

    #TopPageNew #StatementArea .Banner {width: 66.66666666%;}

    #TopPageNew #VideoControl {
        position: absolute;
        height: auto;
        bottom: 15px;
        padding: 0 15px 18.24%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }
    #TopPageNew #VideoControl.WithNote {bottom: 46px;}

    #TopPageNew #StatementArea .Banner {
        bottom: 0;
    }

    #TopPageNew #StatementArea .Note {
        position: static;
        margin: -38px 15px 0;
    }

    .JS #TopPageNew #News {
        margin: 0;
        background-color: #fff;
        margin-top: 0;
        height: auto;
    }

    #TopPageNew #News h2 {
        position: relative;
        float: none;
    }

    #TopPageNew #News h2 span {
        display: block;
        background-color: #e60027;
        overflow: hidden;
    }

    #TopPageNew #News h2 a {
        position: relative;
        min-width: 116px;
        padding: 1px 25px 0px 15px;
    }
    #TopPageNew #News h2 a:after {
        content: "";
        position: absolute;
        top: 13px;
        right: 5px;
        background-image: url(/image/cn/r1/icon/icon_link_right_l_white_hd.gif);
    }

    #TopPageNew #NewsControl {
        position: absolute;
        float: none;
        width: 120px;
        top: 0;
        right: 0;
    }

    #TopPageNew #NewsControl li {width: 40px;}

    #TopPageNew #NewsControl li a {width: 40px;}

    #TopPageNew #News #NewsBody {
        position: static;
        display: table-cell;
        height: 40px;
        vertical-align: middle;
    }

    #TopPageNew #News #NewsBodyInner {
        padding-left: 15px;
        color: #333;
    }
    #TopPageNew #NewsList {
        display: none;
    }

    #TopPageNew #News #NewsBodyInner a:link,
    #TopPageNew #News #NewsBodyInner a:visited,
    #TopPageNew #News #NewsBodyInner a:hover,
    #TopPageNew #News #NewsBodyInner a:active {color: #c02;}

    #TopPageNew #MainMenuSet {
        position: static;
        padding: 0;
        bottom: 0;
        margin-top: 0;
    }
    #TopPageNew #MainMenu {background-color: #111;}




    #TopPageNew #MainMenu li {width: 25% /*33.33333333%;*/}

    #TopPageNew #Recommend {
        margin: 0;
        padding: 0;
    }

    #TopPageNew #Recommend .Inner {background-color: #111;}

    #TopPageNew #Recommend .ColumnSet {padding: 0;}

    #TopPageNew #Recommend .Grid4 {padding: 0;}

    #TopPageNew #Recommend .Column1 {
        float: left;
        width: 25% /*33.33333333%;*/
    }

    #TopPageNew #Recommend .Column2 {
        float: left;
        width: 66.66666666%;
    }

    #TopPageNew #Category {
        margin: 0;
        background-color: #222;
    }
    #TopPageNew #Category:after {
        z-index: 1;
        border-bottom: solid 15px #222;
    }

    #TopPageNew #Category h2,
    #TopPageNew #Category h3 {font-size: 83%;}

    #TopPageNew #Category ul {padding: 0;}

    #TopPageNew #Category li {width: 33.33333333%;}
    #TopPageNew #Category li:nth-child(4n+1) {clear: none;}
    #TopPageNew #Category li:nth-child(3n+1) {clear: both;}

    #TopPageNew #Category li a {margin-left: 15px;}

    #TopPageNew #Contents {padding: 30px 15px;}

    #TopPageNew #Contents .Column2 .Section,
    #TopPageNew #Contents .Column2.FirstItem .Section {padding: 0;}

    #TopPageNew #Contents .Column2.FirstItem h2 {margin-top: -30px;}
    #TopPageNew #Contents .Section + .ColumnSet .Column2.FirstItem h2,
    #TopPageNew #Contents .BoxPatternA + .ColumnSet .Column2.FirstItem h2,
    #TopPageNew #Contents .BoxPatternB + .ColumnSet .Column2.FirstItem h2,
    #TopPageNew #Contents .BoxPatternC + .ColumnSet .Column2.FirstItem h2 {margin-top: 0;}

    #TopPageNew #Contents .ImportantInfo {right: -5px;}

    #TopPageNew #Contents .LinkListStyle1 dt a {font-weight: normal;}

    #TopPageNew #Contents .LinkListStyle1 dd {color: #777;}

    #TopPageNew .FooterList {border-top: 0 none;}

    #TopPageNew .FooterListSet {padding: 0;}

    #TopPageNew .FooterListSet .LinkListStyle6 {
        margin: 0;
        border-bottom: solid 1px #fff;
    }

    #TopPageNew .FooterListSet .LinkListStyle6 li {
        width: 50%;
        margin: 0;
        padding: 0;
        border-top: solid 1px #fff;
    }
    #TopPageNew .FooterListSet .LinkListStyle6 li:nth-child(3) {clear: both;}

    #TopPageNew .FooterListSet .LinkListStyle6 li a {
        position: relative;
        display: block;
        padding: 12px 25px 12px 15px;
        background-image: none;
        text-align: center;
    }
    #TopPageNew .FooterListSet .LinkListStyle6 li:nth-child(2n+1) a {border-right: solid 1px #fff;}

    #TopPageNew .FooterListSet .LinkListStyle6 li a:link,
    #TopPageNew .FooterListSet .LinkListStyle6 li a:visited {
        color: #333;
    }
    #TopPageNew .FooterListSet .LinkListStyle6 li a:hover,
    #TopPageNew .FooterListSet .LinkListStyle6 li a:active {
        color: #333;
        text-decoration: none;
        background-color: #e5e5e5;
    }

    #TopPageNew .FooterListSet .LinkListStyle6 li a:after {
        content: "";
        position: absolute;
        display: block;
        width: 16px;
        height: 16px;
        top: 50%;
        margin: -8px 0 0;
        background-image: url(/image/cn/r1/icon/icon_link_right_l_hd.gif);
        background-repeat: no-repeat;
        background-size: 16px 16px;
        -moz-background-size: 16px 16px;
        -webkit-background-size: 16px 16px;
        -o-background-size: 16px 16px;
        -ms-background-size: 16px 16px;
    }
    #TopPageNew .FooterListSet .LinkListStyle6 li a:link:after,
    #TopPageNew .FooterListSet .LinkListStyle6 li a:visited:after {right: 7px;}
    #TopPageNew .FooterListSet .LinkListStyle6 li a:hover:after,
    #TopPageNew .FooterListSet .LinkListStyle6 li a:active:after {right: 5px;}

    #TopPageNew #Footer {padding-bottom: 30px;}

    #TopPageNew #Footer ul {
        width: auto;
        padding-right: 0;
    }

    #TopPageNew ul#ShareButtons {
        padding: 10px 0 0;
        text-align: center;
    }

    #TopPageNew ul#ShareButtons li {padding: 0;}

}



/* for - 579px
=========================================================================================== */

@media screen and (max-width: 579px) {
    #TopImg {
        top: auto;
    }
    #TopPageNew #ModalYouTube .Title p {
        font-size: 83%;
        line-height: 120%;
    }

    #TopPageNew #StatementArea .Inner {padding: 0 0 28.151261%;}

    #TopPageNew #VideoControl {padding: 0 15px 28.151261%;}
    #TopPageNew #VideoControl.noBanner {padding: 0 15px}

    #TopPageNew #StatementArea .Banner {width: 100%;}

    #TopPageNew #MainMenu li {width: 50%;}

    #TopPageNew #Recommend .Column1 {width: 50%;}
    #TopPageNew #Recommend .Column2 {
        float: none;
        width: 100%;
    }

    #TopPageNew #Category li {width: 50%;}
    #TopPageNew #Category li:nth-child(3n+1) {clear: none;}
    #TopPageNew #Category li:nth-child(2n+1) {clear: both;}


}



/* for - 399px
=========================================================================================== */

@media screen and (max-width: 399px) {

    #TopPageNew #StatementArea .Note {margin: -28px 15px 0;}

    #TopPageNew #VideoControl.WithNote {bottom: 33px;}

    #TopPageNew #Recommend .Column1 {
        float: none;
        width: 100%;
    }

}
