@charset "utf-8";
/**
 * じんじんオリジナルスタイル
 *（c）International Systems Development Co., Ltd.

 * @author
 * @version
 * @since
 */


body {
    background: #F5F5F5;
    color:#797979;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',arial, helvetica,sans-serif;
    letter-spacing: 0.1em;
    font-size: 10pt;
    min-width: 360px;
}

img.login_logo {
    -ms-interpolation-mode: bicubic;
    width: 260px;
    height: auto;
}

/* ログイン
************************/
#login .bg-col {
    background: linear-gradient(to top, #018fbc, #b2ecff);
    padding: 0 0 2%;
}

#login .form-control {
    display: initial;
    width: 100%;
    height: auto;
    background-color: transparent;
    border: 1px solid #FFF;  /* 白背景の場合コメントアウトする */
    background: rgba(255,255,255,0.1);
    color: #FFF;
    -webkit-appearance: none;
    }
    #login input:focus {
        background: #FFF;
        border: 1px solid #74dbef;
        color: #525256;
        }

.container { width: 100% !important;}
#login .container { margin-bottom: 10px; }

.login-form {
    width: 300px;
    text-align: center;
    margin: 2% auto 0;
    }
    .login-form .login-in {
        text-align: left;
        }
    .login-form .login-in label {
        color: #FFF;
        margin-bottom: 3px;
        }

.login-error {
    margin: 10px 10px;
    text-align:center;
    color: #f74242;
}


/* Top画面
************************/
.navbar-in {
    min-width: 360px;
}
.navbar-brand {
    padding:0;
    margin: 0;
}

.logo img {
    -ms-interpolation-mode: bicubic;
    padding: 3px 0;
    width: auto;
    max-height: 50px;
}

.spmenu {
    padding: 0 0;
    list-style: none;
}

/* ハンバーガーアイコン
/***************************↓ここから**/
.nav-spmenu {
    list-style: none;
    margin-top: 0px;
    padding: 0 0;
}
.brcolor1 {
    border-color: #eee;
}

.nav-unshown {
  display:none;
}

#nav-open {
}

#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}

#nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 75%;
    max-width: 330px;
    height: 100%;
    background: #fff;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
}

#nav-input:checked ~ #nav-close {
    display: block;
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

#navbar {
    float: right;
    margin: 15px auto;
}

.navbar-nav {
    position: relative;
    margin: 0;
    vertical-align: middle;
    width: 100%;
}

.nav-openmenutitle {
    text-align: center;
    margin-top: 0px;
    background: #19a1cc;
    height: 50px;
    padding: 15px;
    color: white;
}

/***************************↑ここまで**/

/* トップメニュー                      */
/***************************************/
.topmenu-type1 {
    display: table;
    list-style: none;
    width: 100%;
    padding-left: 0;
    margin-bottom: 3px;
}
    .topmenu-type1-left {
        width: 10%;
        display: table-cell;
        text-align: center;
    }
    .topmenu-type1-center {
        width: 75%;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }
    .topmenu-type1-right {
        width: 15%;
        display: table-cell;
        text-align: center;
    }

.topmenu-type2 {
    display: table;
    list-style: none;
    width: 100%;
    padding-left: 0;
    margin-bottom: 3px;
}
    .topmenu-type2-left {
        width: 10%;
        display: table-cell;
        text-align: center;
    }
    .topmenu-type2-center {
        width: 75%;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }
    .topmenu-type2-right {
        width: 15%;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }
        .topmenu-type2-sub {
            margin-top: -15px;
            margin-right: 10px;
        }

/* 共通
****************************************/
.h30 { height: 30px; }
.h40 { height: 40px; }
.h50 { height: 50px; }

/* システムエラー           */
/****************************/
.syserr-area {
    margin: 0 auto;
    text-align: center;
    padding: 15px;
}
    .syserr-area div.msg1 {
        display: inline-block;
        text-align: left;
        white-space: pre-wrap;
        margin-top: 50px;
        font-size: 1.1em;
        font-weight: bold;
    }
    .syserr-area div.msg2 {
        display: inline-block;
        text-align: left;
    }
    .syserr-area div.msg3 {
    }
        .syserr-area div.msg3 div.msg3-1 {
            margin-left: 5em;"
        }
        .syserr-area div.msg3 span.msg3-2 {
            display: inline-block;
            margin-left: 5.5em;"
        }
/* END */
