/* 最小化できませんでした。最小化されていないコンテンツを返します。
(30,6): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
 */
#top {
    /*display: none;*/
    position: relative;
    padding: 0px 20px;
}

#title {
    /*color: #b0c4de;*/
    color: black;
    font-size: 36px;
    font-weight: bold;
    margin-top: 150px;
}

#login {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #ffffff;
    height: 330px;
    width: 670px;
    /*
    background-color: #698028;
    border-radius: 10px;
    -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
    -moz-border-radius: 10px; /* Firefox用 */
    */;
}

#section-info {
    float: left;
    width: 55%;
    padding: 28px 0px;
}

#section-form {
    float: left;
    width: 45%;
    padding: 28px 0px;
}

.login-input {
    margin: 0 auto;
    /*width: 200px;*/
    margin-bottom: 10px;
    height: 54px;
}

    .login-input input {
        height: 54px;
        font-size: large;
        font-weight: bold;
    }

.login-input-title {
    background-color: #49abd6;
    border-color: #49abd6;
    color: #ffffff;
    font-size: x-large;
    width: 55px;
}

#login-info {
    list-style: none;
    padding: 10px 5px;
    text-indent: 0;
    margin: 0;
    font-size: 16px;
}

#validation {
    margin-top: 10px;
    color: red;
}

#validation-summary {
    margin-top: 10px;
    color: red;
}

#app-title {
    color: #5eb4da;
    font-weight: 800;
    font-size: 30px;
}

#app-organization {
    color: #81888d;
    font-weight: 700;
    font-size: large;
}

#login-title-border {
    border-bottom: 2px solid #9dcee4;
    list-style: none;
    text-indent: 0;
    margin: 0;
    padding-bottom: 10px;
}

.login-info-contents {
    color: #828a8f;
}

#btn-login {
    width: 250px;
    margin: 10px 0px;
    font-size: large;
    background-color: #272e0d;
}

