/**
 * ログイン(login.css)
 *
 * @see     2022/11/03  新規作成
 * @version 1.0.0
 */
@charset "UTF-8";
/*================================================================================*
 * ログイン
 *================================================================================*/
body{
    height:                0%;
    width:                 97%;
}
div.main-div {
    margin-top:            50px;
	margin-left:           20px;
	text-align:            center;
}
div.login-title {
    color:                 #0d6efd;
    font-size:             35px;
    text-align:            center;
    margin-bottom:         10px;
    border:                solid 0px #000000;
}
div.login-body {
    padding:               10px;
    border-top:            0;
    color:                 #000000;
    border:                solid 0px #000000;
    text-align:            center;
}
.login-msg {
    margin:                0;
    text-align:            center;
    padding:               0 20px 0px 20px;
    border:                solid 0px #000000;
    height:                20px;
}
div.login-div {
	text-align:            center;
    padding-bottom:        20px;
}
.login-btn {
    background-color:      #6495ed;
    border:                2px solid #474a4d;
    border-radius:         5px;
    color:                 #ffffff;
    font-size:             24px;
    font-weight:           bold;
    line-height:           10px;
    height:                50px;
    padding:               20px 0 20px;
    text-align:            center;
    text-decoration:       none;
    width:                 200px;
}

table.login-table {
    margin:                auto;
}
table.login-table th {
    font-family:           'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif !important;
    font-weight:           normal;
    width:                 110px;
    height:                50px;
    border:                solid 0px #000000;
}
table.login-table td.login-td-btn {
    border:                solid 0px #000000;
    height:                80px;
}
.login-input {
    font-size:             12pt;
    text-align:            left;
    width:                 400px;
}

.label_show{
    text-align:            center;
    margin-left:           -16rem;
    margin-top:            -1rem;
    margin-bottom:         1rem;
}
/*img{
    border: solid #000000 1px !important;
    background-color: red;
}*/
/*--------------------------------------------------------------------------------*
 * メッセージ部
 *--------------------------------------------------------------------------------*/
ul.error {
    background-color:      #ff0000;
    color:                 #ffffff;
    font-size:             14pt;
    list-style:            none;
    padding:               0;
}

/*サイトシール*/
#site_seal {
    display: flex;
    justify-content: center;
}
#ss_gmo_globalsign_secured_site_seal {
    width:100px;
    height:50px;
/*    background-color: red;*/
    margin: 0 auto;
}
#ss_gmo_globalsign_img {
    cursor:pointer;
    border:0;
    width:100%;
}