/* 20220727 122710 GMT+8 */
@media all{
    /* Main */
    html{padding-bottom:3.33rem;}
    body{background:#FFFFFF; color:#24292E; font-family:sans-serif; font-size:100%; font-weight:400; margin-top:2rem;}
    /* Header */
    h1{font-size:1.12rem; font-weight:600;}
    h2{font-size:1.06rem; font-weight:500; color:#393939; font-family:"Futura",Helvetica;}
    h3{font-size:1.06rem; font-weight:500; color:#BE0000; font-family:"Futura",Helvetica;}
    h1,h2,h3{margin:0 0 1.125rem; line-height:1.1;}
    /* Link */
    a{text-decoration:none; color:#05668D; font-weight:500;}
    a:hover{color:#00A896;}
    a:active{color:#02C39A}
    /* Font */
    small{font-size:0.85rem;font-weight:600;}
    a small{font-size:0.75rem; color:#777777; margin-top:-0.3em; display:block; font-weight:500;}
    strong{color:#222222; font-weight:600;}
    /* Image */
    img{max-width:100%; height:auto;}
    /* Frame Container */
    .wrapper{max-width:73.75rem; margin:0 auto;}
    /* Left Frame */
    header{width:16.875rem; float:left; position:fixed;}
    /* Left Header */
    header ul{list-style:none; width:16.875rem; height:2.5rem; padding:0; background:#F4F4F4; border-radius:0.313rem; border:0.063rem solid #E0E0E0;}
    header li{width:5.563rem; height:2.5rem; float:left; border-right:0.063rem solid #E0E0E0;}
    header ul a{height:2.125rem; padding-top:0.375rem; display:block; font-size:0.88rem; color:#999999; font-weight:600; line-height:1; text-align:center;}
    header ul li + li + li{width:5.563rem; border-right:none;}
    header ul a strong{font-size:0.875rem; color:#222222; font-weight:600;display:block;}
    /* Left Bottom */
    footer{width:16.875rem; float:left; position:fixed; bottom:3.125rem; font-size:0.85rem;}
    /* Right Frame */
    section{width:51.875rem; float:right; padding-bottom:3.125rem;}
    /* Table */
    table{width:100%; border-collapse:collapse;}
    /* Table Header */
    th{color:#444444;}
    /* Table Container*/
    th,td{text-align:left; padding:0.313rem 0.625rem; border-bottom:0.063rem solid #E5E5E5;}
    dt{color:#444444; font-weight:500;}
    /* Demarcation */
    hr{border:0; background:#E5E5E5; height:0.07rem; margin:0 0 1.125rem;}
    /* Typesetting */
    blockquote{font-style:italic; border-left:0.063rem solid #E5E5E5; margin:0; padding:0 0 0 1.25rem;}
    pre{padding:0.5rem 0.938rem; background:#F8F8F8; border-radius:0.313rem; border:0.063rem solid #E5E5E5; overflow-x:auto;}
    p,ul,ol,table,pre,dl{margin:0 0 1.125rem;}
}
/*W1280*/
@media print,screen and (min-width:1280px){
    header{padding-right:11.25rem;}
}
/*W1136*/
@media print,screen and (max-width:1136px){
    div.wrapper{width:auto; margin:0;}
    header,section,footer{float:none; position:static; width:auto;}
    header{padding-right:20rem;}
    section{border:0.063rem solid #E5E5E5; border-width:0.063rem 0; padding:1.25rem 0; margin:0 0 1.25rem;}
    header a small{display:inline;}
    header ul{position:absolute; right:3.125rem; top:3.25rem;}
}
/*W960*/
@media print,screen and (max-width:960px){
    body{word-wrap:break-word; font-size:1rem; line-height:1.2rem;}
    header{padding:0;}
    header ul,header p.view{position:static;}
    pre,code{word-wrap:normal;}
}
/*Printer*/
@media print{
    body{padding:0.4in; font-size:12pt; color:#444444;}
}