/* 最小化できませんでした。最小化されていないコンテンツを返します。
(136,74): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
html {
    font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, Osaka-mono, "MS Gothic", monospace, sans-serif !important;
}
div::-webkit-scrollbar {
    background: transparent;
    height: 8px;
    width: 8px;
}
div::-webkit-scrollbar-thumb {
    box-shadow: none;
    min-height: 40px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: rgb(221, 221, 221);
}
p {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.topic {
    color: #000000;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial, 'ＭＳ ゴシック', sans-serif;
}

.logo {
    margin-top: 40px;
    margin-bottom: 10px;
}

.formbox {
    border-radius: 8px;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.4);
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    width: 500px;
    border: 2px solid #FFFFFF;
    font-size: 11px;
    background-image: linear-gradient(to bottom, #FFFFFF, #F8F8F7);
}

.formboxheader3 {
    font-weight: bold;
    font-family: Arial, 'ＭＳ ゴシック', sans-serif;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: darkslategray;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    height: 30px;
}

.form1 {
    font-size: 12px;
    margin-top: 15px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
}

    .form1 .login {
        margin: .5em 25px;
        background: #eee;
        padding: 4px;
        border-radius: 3px;
        text-align: right;
        position: relative;
        white-space: nowrap;
    }

        .form1 .login .lab {
            width: 100px;
            font-size: 14px;
            text-shadow: 0px 2px 1px #fff;
            color: #112447;
            font-weight: bold;
        }

        .form1 .login label {
            display: inline;
            float: left;
            line-height: 30px;
            padding-left: 10px;
        }

a {
    color: #08c;
    text-decoration: none;
}

.inputbox_s1 {
    border: 1px solid #CCCCCC;
    width: 95%;
    font-size: 14px;
    font-family: Arial, 'ＭＳ ゴシック', sans-serif;
    margin-left: 10px;
    float: left;
    background-color: rgb(250, 255, 189) !important;
}

.formsubmit {
    font-size: 14px;
    color: #fff;
    padding: 3px 7px;
    background: #001b89;
    background: -moz-linear-gradient( top, #519ae8 0%, #00608d);
    background: -webkit-gradient( linear, left top, left bottom, from(#519ae8), to(#00608d));
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #00608d;
    -moz-box-shadow: 0px 1px 0px rgba(000, 000, 000, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px 1px 0px rgba(000, 000, 000, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 1px 0px rgba(000, 000, 000, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.5);
    text-shadow: 0px -1px 0px rgba(17, 76, 107, 0.7), 0px 1px 0px rgba(255, 255, 255, 0.3);
}

input, textarea {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -ms-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #555555;
    display: inline-block;
}

.formboxfutter {
    color: #F0F0F0;
    font-size: 7px;
    font-family: Arial, 'ＭＳ ゴシック', sans-serif;
}

.warnmessage {
    color: #FF5555;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial, 'ＭＳ ゴシック', sans-serif;
}

.formboxheader3 h2 {
    text-align: left;
    font-size: 17px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 30px;
    color: #30BBDB;
    text-shadow: 0px -1px 0px #002240;
    letter-spacing: 0.5px;
}

