/*150904_nagata */

#login {
    text-align: center;
}

#customer-login {
    height: 100%;
}

#customer-login .container {
    height: 100%;
}

#customer-login #login_box {
    height: 300px;
}

#customer-login #footer {
    position: absolute;
}

#corpo_name {
    width: 360px;
    margin: 0 auto 20px;
}


#corpo_logo {
    width: 360px;
    margin: 10px auto;
}

#corpo_logo img {
    max-width: 360px;
}

p.login_info {
    width: 360px;
    margin: 0 auto 10px auto;
    text-align: center;
}

#login_box .error_msg {
    width: 360px;
    margin: 0 auto 10px auto;
    padding: 10px;
    border: 1px solid #F00;
    background-color: #FFF;
    color: #F00;
}

#remember_me {
    width: auto!important;
}

#login_box label {
    width: 100%;
    font-weight: normal;
    text-align: left;
    margin-right: 10px;
    display: inline;
}
#login_box .form-group {
    margin-bottom: 5px;
}
/* 16/2/10 mitsunaga 半角にする */
#username {
    ime-mode: inactive;
}

#footer {
    text-align: center;
    font-size: 15px;
    color: #777;
    padding: 5px;
    background-color: #F0F0F0;
    border-top: 1px solid #ccc;
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: 20px;
    clear: both;
}
.text-left {
    text-align: left;
}

/*160125_nagata　追記*/
html {
    height: 100%;
}
body {
    background-color: #333;
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    height: 100%;
}
.container {
    padding: 0!important;
}
h1 {
    font-size: 31px;
    color: #FF4800;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
    margin: 20px 20px auto;
}
#login_box {
    margin: 0 auto;
    padding: 20px 0 10px;
    text-align: center;
    /*width: 580px;*/
    max-width: 580px;
}
#login_box form input {
    width: 60%;
    margin: 0 0 10px 0;
    padding: 5px;
    text-align: left;
    border-radius: 10px;
    display: inline-block;
}

.loginpanel .panel-body {
    padding: 30px 15px 10px 15px;
}
label {
    font-weight: normal;
}
h2 {
    background-image: url("../images/icon_lock_02.gif");
    background-position: 40% 75%;
    background-repeat: no-repeat;
    font-size: 20px;
    padding: 5px 0 0 30px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
    border: none;

    color: #fff;
}
.head {
    background-color: #043253;
    height: 15px;
    width: 100%;
}
.loginpanel {
    margin-bottom: 0;
}
.loginpanel .panel-heading {
    background-color: #11479c!important;
    padding: 5px;
}
.logo {
    background-image: url("../images/logo2.gif");
    background-repeat: no-repeat;
    height: 64px;
    margin-top: 20px;
    margin-left: 13px;
}
.container {
    background-color: #fff;
}
.top-text {
    margin: 20px auto;
    text-align: center;
    /*width: 65%;*/
    font-size: 18px;
    letter-spacing: 1.5px;
}
.info-text {
    /*width: 580px;*/
    max-width: 580px;
    margin: 40px auto;
    text-align: left;
}
.info-text .title {
    color: rgb(217, 141, 61);
    font-size: 23px;
}
.info-text .tel {
    font-size: 20px;
    color: #0C0EA5;
    padding-top: 3px;
    border-top: 1px dotted #ccc;
    margin-bottom: 0;
    margin-top: 5px;
}

.accordion-toggle.collapsed {
    background-position: 99% 50%;
}
.accordion-toggle {
    background-position: 99% 50%;
}
.btn-lg {
    font-size: 17px;
    width: 22%;
    float: right;
    margin-bottom: 50px;
}
#footer .menu {
    margin-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 2px;
    font-size: 15px;
}
#footer .company {
    font-size: 18px;
}
#footer .copy {
    margin-top: 35px;
}

/*@media (max-width: 360px) {*/
@media (max-width: 750px) {
    h1 {
        font-size: 28px;
    }
    h2 {
    background-position: 30% 25%;
    }

    #login_box {
        margin: 0 auto;
        padding: 10px 0 10px;
        text-align: center;
        width: 320px;
    }

    .top-text {
        width: 90%;
        font-size: 18px;
    }

    .info-text {
        width: 320px;
    }

    .info-text .title {
        font-size: 17px;
    }
}
