@charset "UTF-8";
@import url("login_systemcolor.css");
/* @import url("login_systemcolor_g.css"); */
/* 畜産／育苗・利用未収で異なる部分は↑ */

/*=============================================================
	COMMON BASE
==============================================================*/

html {
    font-size: 81.25%;
} /* =13px 81.25 */
body {
    font-size: 1.077em;
} /* =14px */

html,
body {
    height: 100%;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
        "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
    line-height: 1;
    font-size: 1.077em;
    width: 100%;
    height: 100%;
    min-height: 620px;
    overflow: hidden;
}

#wrapper {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    overflow: hidden;
    min-height: 100%;
}

body > #wrapper {
    height: auto;
}

/*---------------------------------------------------------------
	MAIN
----------------------------------------------------------------*/
#main {
    width: 600px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    margin-top: 0px;
    position: relative;
}

/*--button-blue--*/
.btn-blue {
    width: 100%;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 1.077em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    display: block;
    color: #fff !important;
    padding: 12px 10px;
    border-radius: 4px;
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

.btn-blue:hover,
.btn-blue:focus {
    position: relative;
    box-shadow: 0px 3px 4px 2px rgba(0, 0, 0, 0.15);
}

.btn-blue:focus {
    outline: 2px solid rgba(39, 206, 215, 1) !important;
}

.btn-blue:active {
    position: relative;
}

.btn-blue-disabled {
    width: 100%;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 1.077em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    display: block;
    background-color: rgba(192, 192, 192, 1);
    color: #fff !important;
    padding: 12px 10px;
    border-radius: 4px;
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    cursor: default;
}

.btn-blue-disabled:hover {
    color: #fff !important;
}

/*--END_button-blue--*/

/*--アイコン・ボタン用--*/
.btn-icon {
    margin-right: 8px;
}

/*---------------------------------------------------------------
	LOGIN
----------------------------------------------------------------*/

#login-box {
    width: 500px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    /* height: 100vh; */
    height: 620px;
    background-color: #ffffff;
}

#login-title {
    width: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

#login-title .logo {
    width: 100%;
    height: 100%;
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
}

#login-title .logo img {
    width: 150px;
    height: 70px;
}

#login-title .system-name {
    color: #000000;
    font-size: 1.9em;
    font-weight: 600;
    margin-top: 0px;
    width: 100%;
    text-align: center;
}

#login-box .ja-name {
    color: #000000;
    font-size: 0.8em;
    margin-top: 2px;
    width: 475px;
    text-align: right;
}

#login-title .ver {
    color: #000000;
    font-size: 0.769em;
    margin-top: 16px;
    width: 100%;
    text-align: center;
}

#login-title .ver:before {
    content: "ver.";
}

#login-title .env {
    color: #dc143c;
    font-size: 0.9em;
    margin-top: 16px;
    width: 100%;
    text-align: center;
}

#login-title img {
    width: 100%;
}

input.txt-shokuin-name {
    -webkit-box-shadow: 0px 0px !important;
    width: 200px !important;
    padding: 0 !important;
    margin: 0 0 0 40px !important;
    border-width: 0px !important;
    border-style: none !important;
    border-image: initial !important;
    outline: none !important;
}

input.txt-password-valid {
    -webkit-box-shadow: 0px 0px !important;
    padding: 0px 0px 0px 20px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border-width: 0px !important;
    border-style: none !important;
    border-image: initial !important;
    outline: none !important;
}

.not-available-notice {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: red;
    text-align: center;
    font-size: 2em;
}

#login-box input[type="text"],
#login-box input[type="tel"] {
    width: 300px;
    border: 1px solid #a9a9a9;
    font-size: 1.154em;
    vertical-align: middle;
    border-radius: 3px;
    -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding-top: 6px;
    padding-right: 8px;
    padding-left: 10px;
    padding-bottom: 8px;
    height: 35px;
    margin-bottom: 5px;
    margin-top: 3px;
    float: left;
    clear: left;
    margin-left: 85px;
}

#login-box input[type="password"] {
    width: 300px;
    border: 1px solid #a9a9a9;
    font-size: 1.154em;
    vertical-align: middle;
    border-radius: 5px;
    -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding-top: 6px;
    padding-right: 8px;
    padding-left: 10px;
    padding-bottom: 8px;
    height: 40px;
    margin-bottom: 5px;
    margin-top: 3px;
    float: left;
    clear: left;
    margin-left: 85px;
}

#login-box input:focus {
    border: 2px solid rgba(39, 206, 215, 1) !important;
    outline: none;
}

#login-box .jacode,
.userid,
.pass {
    font-size: 1.077em;
    margin-left: 85px;
    float: left;
    clear: left;
}

#login-box input::-webkit-input-placeholder {
    color: #ccc;
    padding-left: 5px;
}

#login-box input::-moz-placeholder {
    color: #ccc;
    padding-left: 5px;
}

#login-box input:-ms-input-placeholder {
    color: #ccc;
    padding-left: 5px;
}

#login-box .login-btn {
    width: 100%;
    clear: both;
    margin-bottom: 10px;
    margin-top: 4px;
    display: inline-block;
    padding-left: 150px;
    padding-right: 150px;
}

.login-link {
    text-align: center;
    margin-top: 10px;
    font-size: 1.3em;
    color: #0000ff;
}

.password-change:hover,
.browser-close:hover,
.browser-back:hover {
    max-width: 0px !important;
    width: 0px !important;
    display: inline !important;
    cursor: pointer;
    color: #000033;
}

/* Bootstrap OverWrite */
.form-group {
    margin-bottom: 10px !important;
}
.help-block {
    margin-bottom: 0px !important;
}

/*--button-orange--*/
.btn-change-password {
    width: 100%;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 1.15em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    display: block;
    background-color: #ffac59 !important;
    color: #fff !important;
    padding: 12px 10px;
    border-radius: 4px;
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

.btn-change-password:hover,
.btn-change-password:focus {
    background-color: #ff9123 !important;
    position: relative;
    box-shadow: 0px 3px 4px 2px rgba(0, 0, 0, 0.15);
}

.btn-change-password:focus {
    outline: 2px solid rgba(39, 206, 215, 1) !important;
}

.btn-change-password:active {
    position: relative;
}

#login-title .gamen-name {
    color: #000000;
    font-size: 1.9em;
    margin-top: 25px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}

input.txt-divided-right {
    margin: 3px 0 0 20px !important;
}

/* chk */
input[type="checkbox"].chk-design-body {
    display: none;
}
.chk-design {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 2px 5px 25px;
    position: relative;
    width: auto;
}
.chk-design::before {
    background: #fff;
    border: 1px solid #231815;
    content: "";
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.chk-design::after {
    border-right: 3px solid #1772fb;
    border-bottom: 3px solid #1772fb;
    content: "";
    display: block;
    height: 11px;
    left: 11px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type="checkbox"].chk-design-body:checked + .chk-design::after {
    opacity: 1;
}

select.cmb-design {
    width: 45px;
    border: 1px solid #a9a9a9;
    font-size: 1.154em;
    vertical-align: middle;
    border-radius: 3px;
    padding-top: 6px;
    padding-right: 8px;
    padding-left: 10px;
    padding-bottom: 8px;
    height: 35px;
    margin-bottom: 5px;
    margin-top: 3px;
    float: left;
    clear: left;
    margin-left: 20px;
    background: #fff url(../images/under_sankaku.svg) no-repeat;
    background-size: 9px 5px;
    background-position: right 5px center;
}

select.cmb-design:focus {
    border: 2px solid rgba(39, 206, 215, 1) !important;
    outline: none;
}
select.cmb-design:disabled {
    background-color: #d5d5d5 !important;
}

#login-title .gamen-name-admin1 {
    color: #000000;
    font-size: 1.2em;
    margin-top: 15px;
    margin-bottom: 8px;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

#login-title .gamen-name-admin2 {
    color: #000000;
    font-size: 1.7em;
    margin-bottom: 6px;
    width: 100%;
    text-align: center;
}

input[type="text"]:disabled {
    background-color: #d5d5d5 !important;
}

input::-ms-clear {
    visibility: hidden !important;
}
