<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: #333333;
    overflow: hidden;
    overflow-x: hidden;
    -ms-content-zooming: none;
}

a {
    -webkit-tap-highlight-color: rgba(2, 109, 236, 0.9);  // ã‚¿ãƒƒãƒ—æ™‚ã®åè»¢è‰²
}

#initializing {
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-color:#333333;
    display: block;
    z-index:10030;
}

#initializing_bg {
    position:absolute;
    top: 50%;
    left: 0;
    width: 100%;
    background-color: #333333;
    text-align:center;
    margin-top:-10px;
    display: none;
}

#initializing_icon {
    width:16px;
    height:16px;
    vertical-align:middle;
}

#initializing_txt {
    color:#FFFFFF;
    font-size:14px;
    vertical-align:middle;
}

.initializing_block_txt{
    text-align: center;
    vertical-align: middle;
}

.initializing_block_txt p{
    display: inline-block;
    text-align: left;
    color: #FFFFFF;
    margin: 1em;
    font-size:14px;
    vertical-align: middle;
}

#gaeUserInputLayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10010;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}

#userInputBg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #333333;
    display: block;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

#userInputMsgScroll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#userInputMsg {
    font-size: 14px;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    white-space: pre;           /* CSS 2.0 */
    white-space: pre-wrap;      /* CSS 2.1 */
    white-space: pre-line;      /* CSS 3.0 */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap;  /* HP Printers */
    word-wrap: break-word;      /* IE 5+ */
    word-break: break-all;
}

#userInputText {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #000000;
    font-size: 14px;
}

#userInputSubmitBtnArea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    vertical-align: middle;
}

#userInputSubmitBtn {
    color: #ffffff;
    padding: 6px 40px;
    font-size: 16px;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.pushButtonClass {
    text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
    color: white;
    border-top: 1px solid #fff;
    border-left: 1px solid #eee;
    border-right: 1px solid #777;
    border-bottom: 1px solid #666;
    /* basic */
    background: #aaa;
    background: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#999999));
    background: -moz-linear-gradient(top, #bbb, #999999);
    /* border-radius */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /* box-shadow */
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 3px;
}
</pre></body></html>