﻿/*============================
    共通 
============================*/
html{
    height:100%;
}

body {
    background-color: #f0eebf;
    height: 100%;
    /* 画面上部はナビゲーションバーのため、調整 */
    padding-top: 4rem;
    /* padding-bottom: 20px; */
}

form{
    height:100%;
}


@media (min-height: 750px) {
    .footerSpace, footer {
        height:auto;
        max-height: 194px;
    }

    #lowdisp {
        display: none;
    }

    .productsInfo {
        width: 100%;
        margin: 5px 0px 5px 0px;
        text-align: center;
    }

        .productsInfo img {
            height: 120px;
        }
}

@media (max-height: 750px) {
    footer {
        display: none;
    }

    #lowdisp {
        display: block;
        height: auto;
        max-height: 100px;
    }

    .productsInfo {
        display: none;
    }

        .productsInfo img {
            display: none;
        }

    .productsInfoLow {
        width: 100%;
        margin: 5px 0px 5px 0px;
        text-align: center;
    }

        .productsInfoLow img {
            height: 39px;
        }
}

@media (max-height: 440px) {
    #lowdisp{
        display:none;
    }
}

.closeFotter {
    position: absolute;
    top: 2px;
    right: 16px;
}

        .closeFotter button {
            border-color: transparent;
            width: 26px;
        }

    /* 余白調整 */
    .body-content {
        padding-left: 15px;
        padding-right: 15px;
        height: 100%;
    }

    /* スマホタブレット対応 */
    @media screen and (min-width: 768px) {
        .jumbotron {
            margin-top: 20px;
        }

        .body-content {
            padding: 0;
        }
    }

    #GISnavbar {
        background-color: #b3d13a;
    }


    .divContent{
        margin: 10px auto 10px;
        padding: 5px;
        background-color: #ffffff;
        box-shadow: 2px 2px 4px;
        border-radius: 10px;
    }
        .divContent .title {
            text-align: center;
            margin-bottom: 5px;
            font-weight: bold;
            font-size: larger;
        }

        .divContent input:not([type="button"]), select, textarea {
            max-width: 400px;
        }

    .requierdMark{
        color:#ff0000;
        font-weight:bold;
    }

    .navbar-dark .navbar-nav .nav-link {
        color:rgba(0,0,0,0.5);
    }

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color:#ffffff;
    }

    #logoimg{
        height:45px;
    }

    input [type="checkbox"]{
        transform:scale(1.5);
    }
/*============================
   ログインページ
============================*/
    #divLogin {
        max-width: 347px;
        text-align: center;
    }
        #divLogin input, select, textarea {
            max-width: 320px;
        }

    #btnReg {
        margin-bottom: 10px;
    }

    .login-label {
        width: 100%;
        text-align: left;
        font-size: 12px;
        margin-bottom: 5px;
        vertical-align: bottom;
    }

    .mail-label {
        width: 100%;
        margin-bottom: 5px;
        vertical-align: bottom;
        word-wrap: break-word;
    }

    input {
        /*width: 100%;
    height: 50px;*/
        margin-bottom: 10px;
        font-size: 15px;
        background: white;
        border: 2px solid #999;
        border-radius: 4px;
    }

        input[type="text"],
        input[type="password"],
        input[type="number"],
        input[type="tel"],
        input[type="email"],
        select {
            width: 100%;
            height: 50px;
            line-height: 50px;
            padding: 0 15px 2px;
            -webkit-box-shadow: inset 0 -2px #999;
            box-shadow: inset 0 -2px #999;
        }

        input[type="checkbox"] {
            width: 20px;
            height: 20px;
            margin-right: 10px;
        }

        input[type="text"]:focus,
        input[type="password"]:focus, 
        input[type="number"]:focus,
        input[type="tel"]:focus,
        input[type="email"]:focus {
            border-color: #62c2e4;
            outline: none;
            -webkit-box-shadow: inset 0 -2px #62c2e4;
            box-shadow: inset 0 -2px #62c2e4;
        }

    /* ボタン */
    .button-base {
        position: relative;
        cursor: pointer;
        vertical-align: top;
        width: 100%;
        height: 54px;
        padding: 0;
        margin-top: 10px;
        font-size: 22px;
        color: white;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
        background: #999999;
        border: 0;
        border-radius: 5px;
        border-bottom: 2px solid #333333;
        box-shadow: inset 0 -2px #333333;
        -webkit-box-shadow: inset 0 -2px #333333;
    }

        .button-base:active {
            top: 1px;
            box-shadow: none;
            -webkit-box-shadow: none;
        }

        .button-base:focus {
        }

    .green-button {
        background: #398501;
        border-bottom-color: #1e4600;
        -webkit-box-shadow: inset 0 -2px #1e4600;
        box-shadow: inset 0 -2px #1e4600;
    }

.orange-button {
    background: #ffa800;
    border-bottom-color: #553800;
    font-weight: bold;
    -webkit-box-shadow: inset 0 -2px #553800;
    box-shadow: inset 0 -2px #553800;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
    .orange-button:hover {
        background: #ffc34f;
    }

    @media only screen and (max-width: 400px) {
        .button-base {
            font-size: 18px;
            white-space: pre-wrap;
        }
    }

    .normalButton {
        vertical-align: bottom;
        position: relative;
        cursor: pointer;
        padding: 3px 10px;
        font-size: 15px;
        border: solid 1px #aaa;
        margin-left: -1px;
        text-shadow: 1px 1px 0px #fff;
        /*背景グラデ*/
        background: #eee;
        background-image: linear-gradient(top, #F6F6F6, #ccc);
        background-image: -ms-linear-gradient(top, #F6F6F6, #ccc);
        background-image: -moz-linear-gradient(top, #F6F6F6, #ccc);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#ccc));
        /*影*/
        box-shadow: 2px 1px 4px #999;
        -moz-box-shadow: 2px 1px 4px #999;
        -webkit-box-shadow: 2px 1px 4px #999;
        /*角丸*/
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
        -webkit-border-top-left-radius: 7px;
        -webkit-border-bottom-left-radius: 7px;
        -moz-border-radius-topleft: 7px;
        -moz-border-radius-bottomleft: 7px;
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
        -webkit-border-top-right-radius: 7px;
        -webkit-border-bottom-right-radius: 7px;
        -moz-border-radius-topright: 7px;
        -moz-border-radius-bottomright: 7px;
    }

        .normalButton:active {
            top: 1px;
        }

        .normalButton:focus {
            outline: none;
        }
    /* パスワード表示ボタン（チェックボックス） */
    .check-group {
        margin-bottom: 0px;
    }

        .check-group input {
            display: none;
        }

        .check-group label {
            vertical-align: bottom;
            position: relative;
            cursor: pointer;
            padding: 3px 10px;
            font-size: 12px;
            border: solid 1px #aaa;
            margin-bottom: 0;
            margin-left: 2px;
            text-shadow: 1px 1px 0px #fff;
            /*背景グラデ*/
            background: #eee;
            background-image: linear-gradient(top, #F6F6F6, #ccc);
            background-image: -ms-linear-gradient(top, #F6F6F6, #ccc);
            background-image: -moz-linear-gradient(top, #F6F6F6, #ccc);
            background-image: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#ccc));
            /*影*/
            box-shadow: 2px 1px 4px #ddd;
            -moz-box-shadow: 2px 1px 4px #ddd;
            -webkit-box-shadow: 2px 1px 4px #ddd;
            /*角丸*/
            border-top-left-radius: 7px;
            border-bottom-left-radius: 7px;
            -webkit-border-top-left-radius: 7px;
            -webkit-border-bottom-left-radius: 7px;
            -moz-border-radius-topleft: 7px;
            -moz-border-radius-bottomleft: 7px;
            border-top-right-radius: 7px;
            border-bottom-right-radius: 7px;
            -webkit-border-top-right-radius: 7px;
            -webkit-border-bottom-right-radius: 7px;
            -moz-border-radius-topright: 7px;
            -moz-border-radius-bottomright: 7px;
        }

            .check-group label:active {
                top: 1px;
            }

            .check-group label.checked {
                color: #fff;
                background: #C3C3C3;
                background-image: linear-gradient(top, #C3C3C3, #DBDBDB);
                background-image: -ms-linear-gradient(top, #C3C3C3, #DBDBDB);
                background-image: -moz-linear-gradient(top, #C3C3C3, #DBDBDB);
                background-image: -webkit-gradient(linear, left top, left bottom, from(#C3C3C3), to(#DBDBDB));
                text-shadow: 0px 0px 0px #fff;
            }

            .check-group label::-moz-selection,
            .check-group label::selection {
                background: transparent;
            }

            /**
                新規登録ボタン関連
            */
            .center-button{
                max-width:320px;
                margin:auto;
                
            }

            /*ボタン場所変更*/

            @media(min-width:768px) {
                #navBarButtonRegUser {
                    margin-left: 50px;  
                }
            }

            @media(max-width:768px) {
                #navBarButtonRegUser {
                    margin-left: 0px;
                    text-align: center;
                    width: 150px;
                }
            }

            #navBarButtonRegUser {
                    color: #ffffff;
            }

            #navBarbuttonRegUser:active{
                transform:translateY(2px);
            }

            .button-RegUser {
                background: #0EA0AD;
                border-bottom-color: #085e66;
                -webkit-box-shadow: inset 0 -2px #085e66;
                box-shadow: inset 0 -2px #085e66;
                border-radius: 3px;
                color:#ffffff;
            }

               

    /* 更新履歴・お知らせ */

    .noteWrap {
        max-width: 347px;
        height: 190px;
        margin: 10px auto 10px;
        padding: 10px;
        background-color: #ffffdd;
        border-radius: 10px;
    }

        .noteWrap p {
            height: 20px;
            font-size: 16px;
        }

    .note {
        height: 140px;
        overflow-y: scroll;
        font-size: small;
    }

        .note dd {
            margin-left: 15px;
            display: list-item;
            list-style-type: disc;
        }

        #release{
            background-color:#ffffdd;
        }

    #notice {
        background-color: #e6fdff;
    }

    #wrapper {
        /*広告とかぶらないようにするため、調整*/
        margin-top: 10px;
        padding-bottom: 200px;
    }


    /*パスワード再設定*/
    .linkBlack {
        color: black;
        line-height: 1.3;
    }

    .linkWhite {
        color: white;
        line-height: 1.3;
    }

.companyLogo span {
    color: #888;
}

.companyLogo img {
    height: 25px;
}

/* 新規登録ボタン下にあるサブメニュー*/
.loginSubMenu {
    max-width: 320px;
    margin: auto;
}

.loginSubMenu ul {
    padding-left: 40px;
    width: fit-content;
}

.loginSubMenu li {
    list-style: none;
    width: fit-content;
}


/*============================
   ユーザー登録ページ
============================*/
#entryDescription {
    margin-bottom: 5px;
    text-align: left;
}

    #entrySheet {
        margin-top: 5px;
        text-align: center;
    }

    .reg-label {
        text-align: right;
        font-size: 15px;
        width: 40%;
        padding-right: 10px;
    }

    .reg-input {
        text-align: left;
        font-size: 15px;
    }

@media(max-width:768px) {
    　 #entrySheet table {
        width: 100%;
    }

    #entrySheet th,
    #entrySheet td{
        display:block;
        width:100%;
    }

    .reg-label {
        text-align: left;
    }
}

.divContentNoMenu {
    margin: -40px auto 10px;
    padding: 5px;
    background-color: #ffffff;
    box-shadow: 2px 2px 4px;
    border-radius: 10px;
    text-align: center;
}

.white {
    color: white;
    font-weight: 300;
    margin: 6px;
}