﻿* {
    font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif !important;
}

.box_bgColor {
    /* background: #00c39c; */
    border-radius: 0.5em;
    padding: 2em;
    background: #44dabb;
    /* border: #00c39c 1px solid; */
    color: #ffffff;
}

.box_Button {
    background: #00c39c;
    color: #ffffff;
    border-radius: 1.5em;
    border: solid 1px #ccc;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    min-width: 6em;
}

    .box_Button:hover {
        background: #00c39c;
        color: #ffffff;
    }

.box_Button02 {
    background: #ffffff;
    color: #00c39c;
    border-radius: 1.5em;
    border: solid 2px #00c39c;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    min-width: 6em;
}

    .box_Button02:hover {
        background: #ffffff;
        color: #00c39c;
        border: solid 2px #00c39c;
    }

.box_copyright {
    text-align: right;
    font-size: 0.9em;
    font-family: YuGothicUI-Regular, Yu Gothic UI;
    line-height: 5em;
    height: 5em;
    background-color: #f8f8f8;
    border-top: 1px solid #e7e7e7;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: -8px;
}

@media screen and (max-width: 375px) {
    .pageCopyright {
        font-size: 0.8em !important;
    }
}

@media screen and (max-width: 370px) {
    .pageCopyright {
        font-size: 0.7em !important;
    }
}

@media screen and (max-width: 320px) {
    .pageCopyright {
        font-size: 0.7em !important;
    }
}

* {
    -webkit-font-smoothing: antialiased;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック',sans-serif;
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
}

TD {
    FONT-SIZE: 12pt
}

.btn {
    display: inline-block;
    padding: 3px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid;
    border-radius: 4px;
    text-decoration: none;
}

    .btn:focus,
    .btn:active:focus,
    .btn:active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #666;
}

    .btn-default:focus,
    .btn-default.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default:active:hover,
        .btn-default:active:focus,
        .btn-default:active.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

.table_body {
    max-width: 700px;
    width: expression(document.body.clientWidth > 400 ? "400px" : "auto");
}

.table_foot {
    width: auto;
    max-width: 370px;
    width: expression(document.body.clientWidth > 370 ? "370px" : "auto");
}

.indexBox {
    width: 600px;
    max-width: 600px;
    height: 300px;
    border: 1px solid #d8d8d8;
    border-radius: 16px;
}

.indexCenterBox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
}
@media screen and (max-width: 1024px) {
    .indexCenterBox {
        margin-top:22%;
    }
}
.indexTextTop80 {
    margin-top: 60px;
    padding-left: 3px;
    padding-right: 3px;
}

.indexTextTop20 {
    margin-top: 20px;
    padding-left: 3px;
    padding-right: 3px;
}

.indexCenterBoxText {
    text-align: center;
    font-size: 1em;
    font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
    color: #333;
    font-weight: 300;
}

.indexButton {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 64px;
}

    .indexButton .btn {
        width: 139px;
        height: 48px;
        margin-left: 32px;
        border-radius: 4x;
        font-size: 1em;
        font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
        font-weight: 300;
    }

.companykey_MailPassword-center-none {
    text-decoration: none;
}

.companykey_MailPassword-center-cob {
    color: #009bcc;
}

.companykey_MailPassword-center-cow {
    color: #fff;
}

.indexButton .btn:last-child {
    background-color: #fff;
    border-color: #009bcc;
    box-shadow: #009bcc 0 0 0 1px;
    color: #009bcc;
}

.indexButton .btn:first-child {
    background-color: #009bcc;
    border-color: #009bcc;
    box-shadow: #009bcc 0 0 0 1px;
    color: #fff;
}

.box_copyright {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
}

.pageCopyright-text {
    font-size: 1em;
}

.pageCopyright {
    text-align: right;
    font-family: "Helvetica Neue", Helvetica, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    line-height: 5em;
    height: 5em;
    padding-right: 1em;
    border-width: 0.2em;
    border-style: initial;
    border-color: rgb(231, 231, 231);
    border-image: initial;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media(max-width:414px) {
    .indexBox {
        width: 321px;
        height: 282px;
    }

    .indexButton {
        margin-top: 20px;
    }

        .indexButton .btn {
            width: 96px;
            height: 40px;
            margin-left: 20px;
        }

    .companykey_MailPassword-center-text-size {
        padding: 0 10px;
    }
}

.textRedBold {
    color: #f00;
    font-weight: bold;
    font-size: 16px;
}


@media screen and (max-width: 768px){
    .indexCenterBox {
        margin-top: 28%;
    }
}