@charset "utf-8";
/* ---------------------------------------
 ログイン画面
--------------------------------------- */
#content {
    left: 0%;
    background: none;
}

#main-content {
    text-align: center;
    top: 0;
    -webkit-transition: 0.5s ease;
       -moz-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
         -o-transition: 0.5s ease;
            transition: 0.5s ease;
}

fieldset {
    border-bottom: none;
}

footer {
    text-align: center;
}

#loginmessage {
    color: #fff;
    padding: 0 0 30px 0;
    font-size: 110%;
/*    display: none; */
/*     text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3); */
}

#loginmessage span {
/*    white-space: nowrap; */
}

form {
    margin: 0;
}

.wrapper {
    background-color: #3498db;
    background-image: url(../image/login-logo.png);
    background-position: center 30px;
    background-repeat: no-repeat;
    padding: 110px 0 0 0 !important;
}

.plus {
    background-image: url(../image/login-logo-plus.png);
}

#corp {
    position: relative;
    display: inline-block;
    top: -20px;
    color: #3498db;
    font-weight: bold;
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
    height: 22px;
    line-height: 22px;
    -webkit-border-radius: 11px;
       -moz-border-radius: 11px;
        -ms-border-radius: 11px;
         -o-border-radius: 11px;
            border-radius: 11px;
}

#tab-wrapper {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
}

#tab-login {
    -webkit-border-radius: 0px 10px 0px 0px;
       -moz-border-radius: 0px 10px 0px 0px;
        -ms-border-radius: 0px 10px 0px 0px;
         -o-border-radius: 0px 10px 0px 0px;
            border-radius: 0px 10px 0px 0px;
    -webkit-box-shadow: inset -1px -1px 1px 0 rgba(0, 0, 0, 0.05);
       -moz-box-shadow: inset -1px -1px 1px 0 rgba(0, 0, 0, 0.05);
        -ms-box-shadow: inset -1px -1px 1px 0 rgba(0, 0, 0, 0.05);
         -o-box-shadow: inset -1px -1px 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: inset -1px -1px 1px 0 rgba(0, 0, 0, 0.05);
}

#tab-search {
    -webkit-border-radius: 10px 0px 0px 0px;
       -moz-border-radius: 10px 0px 0px 0px;
        -ms-border-radius: 10px 0px 0px 0px;
         -o-border-radius: 10px 0px 0px 0px;
            border-radius: 10px 0px 0px 0px;
    -webkit-box-shadow: inset 1px -1px 1px 0 rgba(0, 0, 0, 0.05);
       -moz-box-shadow: inset 1px -1px 1px 0 rgba(0, 0, 0, 0.05);
        -ms-box-shadow: inset 1px -1px 1px 0 rgba(0, 0, 0, 0.05);
         -o-box-shadow: inset 1px -1px 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: inset 1px -1px 1px 0 rgba(0, 0, 0, 0.05);
}

#tab-login,
#tab-search {
    text-align: center;
    background: #ecf0f1;
    padding: 10px 12px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    width: 50%;
}

#tab-login.active,
#tab-search.active {
    background: #fff;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
        -ms-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;
}

#login-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
}

#box {
    background: #fff;
    border-bottom: 1px solid #dce0e1;
/*     border-bottom: 2px solid #f1c437; */
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}

input[type=text],
input[type=password],
input[type=search],
input[type=submit] {
    width: 100% !important;
}

#search-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
    background: #fff;
}


@media only screen and (min-width: 480px) {
    #loginmessage {
        display: block;
    }
    #tab-wrapper {
        width: 400px;
    }
    #tab-search,
    #tab-login {
        width: 150px;
    }
    #tab-login {
        -webkit-border-radius: 10px 0px 0px 0px;
           -moz-border-radius: 10px 0px 0px 0px;
            -ms-border-radius: 10px 0px 0px 0px;
             -o-border-radius: 10px 0px 0px 0px;
                border-radius: 10px 0px 0px 0px;
    }
    
    #tab-search {
        -webkit-border-radius: 0px 10px 0px 0px;
           -moz-border-radius: 0px 10px 0px 0px;
            -ms-border-radius: 0px 10px 0px 0px;
             -o-border-radius: 0px 10px 0px 0px;
                border-radius: 0px 10px 0px 0px;
    }
    #box {
/*         width: 400px; */
        margin: 0 auto;
    }
    #login-wrapper {
        width: 400px;
        padding: 50px;
    }
    #search-wrapper {
        width: 400px;
        padding: 50px;
    }
}

/* Retinaディスプレイ対応 */
@media only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
    .wrapper {
      background-image: url(../image/login-logo@2x.png);
      background-size: 246px 52px;
    }

    .plus {
        background-image: url(../image/login-logo-plus@2x.png);
    }
}

.footer-qr {
    display: inline-block;
    width: 300px;
}
