
legend {
    font-weight: bold;
    font-size: 25px;
}

th {
    width: 120px;
    color: #000;
    text-align: right;
    font-size: 120%
}

td {
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

#userid , #password {
    width: 300px;
    height: 30px;
    font-size: 20px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

#userid:focus ,#password:focus {
    background-color: #eaf4fc;
}

.g-recaptcha div {
    margin-top: 5px;
    display: inline-block;
}

div {
    text-align : center ;
}

#login {
    font-size: 100%;
    font-weight: bold;
    width: 150px;
    height: 40px;
    border: none;
    margin-top: 10px;
    border: solid 1px #223a70;
    color: #ffffff;
    background-color: #223a70;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

#login:hover{
    background-color: #fff;
    border: solid 1px #223a70;
    color: #223a70;
}

fieldset {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none;
    border-color : #6694ff;
    width: 560px;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 40px;
}

/**ロード**/
/*==================
#loading
==================*/

#loading {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #FAF9F5;
    text-align: center;
}
#loading_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#loading .kvArea {
    width: 100%;
}
#loading .kvArea .img_box {
    text-align: center;
}
#loading .kvArea .img_box img {
    max-width: 100%;
    height: auto;
}
.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 2.6s;
    animation-delay: 2.6s;
    animation-fill-mode: forwards;
    opacity: 1;
}

th,.null {
    width: 120px;
}

@keyframes fadeUpAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100px);
    }
}
