<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*æ­¤æ–‡ä»¶æ˜¯æè¿°è¡¨è¿°é¡µé¢å†…å®¹é¡µå±•ç¤º
2016.04.15*/
body{
    background-color: #F0F0F0;
    color: #3F3F3F;
    font-family: "å¾®è½¯é›…é»‘",Arial, sans-serif;
    font-size: 100%;
    margin:0;
    position: relative;
    padding:0px;
}

.bodyDIv{
    width:90%;
    margin:auto;
}

body {
    background-color: #F0F0F0;
    color: #3F3F3F;
    font-family: "å¾®è½¯é›…é»‘",Arial,sans-serif;
    font-size: 100%;
    margin:0;
    position: relative;
}
div.bodyDIv{
    width:90%;
    margin:auto;
    min-height: calc(100vh - 198px);
}
#sbar {
    margin-left:8px;
    margin-top:0px;
    height :20px;
    width: 100%;
}
#resourceID{
    height:17px;
    border:1 none;
    margin:0;
}
.qbtn{
    height:22px;
    border:1 none;
    margin:0;
    vertical-align:top;
    margin:2px 0 0 -4px;
}
div#footer {
    text-align:center;
    border-right: 0px;
}
#copyright {
    font-size: 13px;
    padding-bottom: 11px;
    text-align: center;
}

#copyright, #copyright a {
    color: #7D7D7D;
    line-height: 2em;
}

#content p{
    margin-left: 2em;
}
#content ol{
    font-size: 100%;
    margin-top: .5em;
    margin-bottom: 0em;
    list-style-type: decimal;
    margin-left: 4em;
}
#content ol li{
    margin-bottom: .7em;
    margin-left: -2em;
    list-style-type: decimal;
    text-align:left;
}
ol {
    font-size: 100%;
    margin-top: .5em;
    margin-bottom: 0em;
    list-style-type: none;
}
ul {
    font-size: 100%;
    margin-top: .5em;
    margin-bottom: 0em;
    list-style-type: none;
    text-align: left;
}
ol ul {
    list-style: none;
    margin-top: .5em;
    list-style-type: none;
    text-align: left;
}
ul ul {
    list-style: none;
    margin-top: .5em;
    list-style-type: none;
    text-align: left;
}

li {
    margin-bottom: .7em;
    margin-left: -2em;
    list-style-type: none;
    text-align:left;
}
table{
     border-collapse:inherit;
}
table.c {
    /*x-1st-row: 1;
    x-1st-row-name: t1st;
    x-last-row: 1;
    x-last-row-name: last;*/
    width: 100%;
    margin:auto;
    height:36px;
}

table.c tr.t1st td {
    border-top-style: Solid;
    border-top-width: 1px;
    border-top-color: #000000;
    font-family: "å®‹ä½“",Arial,sans-serif;
    font-size: 12pt;
}
table.c tr.last td {
    font-family: "å®‹ä½“",Arial,sans-serif;
    font-size: 12pt;
    border-bottom-style: Solid;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
}
H1 {
    POSITION: relative;
    PADDING-BOTTOM: 1px;
    MARGIN: 2em 0px 0px 0px;
    PADDING-LEFT: 3px;
    PADDING-RIGHT: 3px;
    FONT-SIZE: 24px;
    border-top:1px solid #F0F5FB;
    FONT-WEIGHT: bold;
    PADDING-TOP: 1px;
    MARGIN-BOTTOM: 0px;
    text-align: center;
    font-family:"å¾®è½¯é›…é»‘";
}

H2 {
    POSITION: relative;
    PADDING-BOTTOM: 1px;
    PADDING-LEFT: 3px;
    BORDER-TOP: #36c 1px solid;
    FONT-WEIGHT: bold;
    PADDING-TOP: 1px;
    MARGIN-BOTTOM: 0px;
}


a{
    color: #0254D0;
    text-decoration: none;
    cursor:pointer;
}

a:hover {
    /*text-decoration:underline;*/
}

.itemLabel{
    float:left;
    padding-left:10px;
    vertical-align:bottom;
    width:17em;
}

.parameter{
    padding:10px 0 0 5px;
}
b, strong {
    font-size:18px;
}
th{
    font-size:16px;
    text-align:center;
}
td{
    font-size:14px;
}</pre></body></html>