﻿/***************************C_01_Login Start*************************************/
.C01Login {
    max-width: 984px !important;
    margin-left: auto;
    margin-right: auto;
}

.C01Textbox {
    /*max-width: 400px !important;
    width: 400px !important; delete by nan 20220913*/
    width: 100% !important; /*added by nan 20220913*/
    font-size: 16px;
    line-height: 19px;
}

.C01Button {
    /*max-width: 400px !important;
    width: 400px !important;delete by nan 20220913*/
    width: 100% !important; /*added by nan 20220913*/
    border: none;
    font-size: 16px;
    line-height: 17px;
}

.C01DIV {
    width: 100%;
    display: flex;
    justify-content: center;
}

.C01slideLabel {
    text-align: center;
    width: 100%;
    line-height: 29px;
    position: absolute;
    color: #FFFFFF;
}



.C01Success {
    position: absolute;
    display: none;
    height: 72px;
    width: 100%;
    background-color: #00B12C;
    color: #FFFFFF;
    align-items: center;
    Font-Size: 24px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    left: 0;
    top: 0;
    animation: slideDown ease-in 0.5s forwards infinite;
    -webkit-transform: translateY(-80px);
    -webkit-animation: slideDown ease-in 0.5s forwards infinite;
    -moz-transform: translateY(-80px);
    -moz-animation: slideDown ease-in 0.5s forwards infinite;
    animation-delay: 0s;
    animation-iteration-count: 1;
    z-index: 100;
}

.C01DateTextBox {
    width: 167px;
    height: 40px !important;
    border-radius: 5px !important;
    background-image: url('../Img/datetimepicker.png') !important;
    background-repeat: no-repeat;
    background-position: right 10px bottom 3px;
}

/***************************C_01_Login End*************************************/

/***************************C_02_Touroku Start*************************************/

.C02Titlelbl {
    font-size: 24px;
    line-height: 29px;
    font-weight: bold;
    height: 29px;
    color: #6E6E6E;
}

.C02Textbox {
    /*max-width: 400px !important;*/
    width: 400px !important;
    font-size: 16px;
    line-height: 19px;
}

.C02PhoneTextbox {
    /*max-width: 72px !important;*/
    width: 72px !important;
    font-size: 16px;
    line-height: 19px;
    padding: 10.5px 15px;
}


.C02Button {
    /*max-width: 400px !important;*/
    width: 400px !important;
    border: none;
    font-size: 16px;
    line-height: 17px;
}

.C02Label {
    font-size: 16px;
    line-height: 19px;
    color: #6E6E6E;
}

.C02Labeldiv {
    display: inline-block;
    margin-right: 32px;
    width: 123px;
    margin-left: 125px;
}

.C02Textboxdiv {
    display: inline-block;
    width: 400px;
}

.C02TdPhone {
    height: 40px;
}


@media screen and (max-width: 900px) {

    .C02Labeldiv {
        margin-left: 60px;
    }
}

@media screen and (max-width: 800px) {

    .C02Labeldiv {
        margin-left: 40px;
    }
}


@media screen and (max-width: 750px) {

    .C02Labeldiv {
        margin-left: 20px;
    }
}




@media screen and (max-width: 700px) {

    .C02Labeldiv {
        margin-left: 15px;
    }
}


@media screen and (max-width: 550px) {

    .C02Labeldiv, .C02Textboxdiv {
        margin-left: 40px;
    }

    .C02Labeldiv1 {
        display: none;
    }

    .C02TdPhone {
        height: 0px !important;
        margin-bottom: -7px;
    }
}


.C02chkContainer {
    display: block;
    position: relative;
    margin-bottom: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


    .C02chkContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }


.C02checkmark { /*20220921_YG*/
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border: 1px solid #05A3D4; /*20221221_phyo*/
    border-radius: 5px;
}


    .C02checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }


.C02chkContainer input:checked ~ .C02checkmark:after {
    display: block;
}

/* Style the C02checkmark/indicator */
.C02chkContainer .C02checkmark:after {
    left: 8px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.C02chkContainer input:checked ~ .C02checkmark { /*20220921_YG*/
    background-color: #05A3D4;
}

.C02chkContainer input.C02_CHK:checked ~ .C02checkmark:after {
    border: solid white;
    border-width: 0 3px 3px 0;
}

.C02BackLoginLabel {
    margin-top: 22px;
    padding-bottom: 24.5px;
}
@media only screen and (max-width:540px) {
    C02Button {       
        width: 100% !important;
        border: none;
        font-size: 16px;
        line-height: 17px;
    }

    .C02Textbox {      
        width: 100% !important;
        font-size: 16px;
        line-height: 19px;
    }
}
/***************************C_02_Touroku End*************************************/

/***************************C_03_Mail Start*************************************/

.C03DivLabel {
    margin-top: 40.5px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 256px;
}

/***************************C_03_Mail End*************************************/

/***************************C_04_License Start*************************************/

.C04DivPopup {
    max-width: 960px;
    min-width: 960px;
    background-color: white;
    display: block;
    padding-bottom: 20px;
    position: relative;
    border-radius: 10px;
    max-height: 800px !important;
}

.C04divheader {
    display: flex;
    position: absolute;
    height: 56px;
    background-color: #F3F3F3;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 0px;
    padding: 18.5px 0 18.5px 32px;
    width: 960px;
    margin-bottom: 32px;
}

.C04divbody {
    overflow-y: scroll;
    max-width: 930px !important;
    height: 608px !important;
    background-color: white;
    margin: 87px 20px 0px 20px;
    padding: 0px 0px 0px 20px;
}

.C04divFooter {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 896px;
    height: 72px;
    margin: 0 32px 0 32px;
    border-top: 2px solid rgb(230, 230, 230);
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.C04btnShoushin {
    width: 124px;
    height: 32px;
    border: none;
}

.C04PopupFooter {
    display: block;
    max-width: 960px;
    background-color: white;
    margin-top: 32px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    max-height: 72px !important;
}

.C04CrossImage {
    background-color: #F3F3F3;
    border-style: none;
    right: 19.99px;
    position: absolute;
}
/***************************C_04_License End*************************************/

/***************************C_06_Home Start*************************************/
.C06boxstyle {
    width: 248px;
    height: 195px !important;
    border-radius: 10px;
    border: 1px solid #6E6E6E;
    margin-right: 8px;
    margin-bottom: 8px;
    /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
    padding-bottom: 23px;
    background: white;
    padding-left: 8px !important;
    padding-right: 0px !important; /* 8→0　修正 */
}

.C06boxstyleColor {
    background: #D6D6D6;
}

.C06Btn {
    width: 124px;
    padding: 6.5px 32px 6.5px 32px;
}

.C06Body {
    margin-right: 200px !important;
}

@media screen and (max-width: 540px) {

    .C06Body {
        margin-right: 13px !important;
    }
}

.C06boxTitle {
    width: 96px;
    height: 40px !important;
    border-radius: 5px;
    border: 1px solid #6E6E6E;
    background: white;
    margin-left: 32px !important;
    cursor: context-menu !important;
}

.C06LableTeJun {
    font-weight: 700 !important;
}

.C06LableKanryo {
    display: inline-block;
    padding: 8px 16px;
    width: 64px !important;
    height: 35px !important;
    color: #FFFFFF !important;
    background: #A4A4A4 !important;
    margin-bottom: -9px !important;
    margin-top: -8px !important;
    border-radius: 10px;
}

/***************************C_06_Home End*************************************/

/***************************C_10_Memberkanri Start*************************************/

.C10Success {
    position: absolute;
    display: none;
    height: 72px;
    width: 100%;
    background-color: #00B12C;
    color: #FFFFFF;
    align-items: center;
    Font-Size: 24px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    left: 0;
    top: 0;
    animation: slideDown 3s linear;
    -webkit-transform: translateY(-80px);
    -webkit-animation: slideDown 3s linear;
    -moz-transform: translateY(-80px);
    -moz-animation: slideDown 3s linear;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    z-index: 10000;
}

/***************************C_10_Memberkanri End*************************************/

/***************************C_12_MemberIkkatsuToroku Start*************************************/

.C_12divheader {
    display: flex;
    //position: absolute;
    height: 48px !important;
    background-color: #E7E7E7;/*20230110_EZ*/
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 0px;
    padding: 0px 0 0px 24px;
    //width: 728px !important;
    // width: 960px;
    width:100% !important;
}
.C12divheader {
    display: flex;
    //position: absolute;
    height: 56px;
    background-color: #F3F3F3;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 0px;
    padding: 0px 0 0px 32px;
    width: 728px;
    // width: 960px;
}

.C12divbody {
    // max-width: 960px !important;
    //max-width: 728px !important;
    width:100% !important;
    height: 512px !important;
    background-color: white;
    padding: 0px 32px 0px 32px;
    margin-top: 32px;
}

.C12divFooter {
    display: flex;
    justify-content: center;
    align-items: center;
    // width: 896px;
    width: 100% !important;
    height: 72px;
    margin:0px !important;
    /*margin: 0 32px 0 32px;*/
    /*border-top: 2px solid rgb(230, 230, 230);
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;*/
}

.C12mailCol {
    /*min-width: 308px !important;
    max-width: 308px !important;
    width: 308px !important;*/
    min-width: 358px !important;
    max-width: 358px !important;
    width: 358px !important;
}

.C12mailColHeader {
    /*min-width: 308px !important;
    max-width: 308px !important;
    width: 308px !important;*/
    min-width: 358px !important;
    max-width: 358px !important;
    width: 358px !important;
    padding-left:8px !important;
}

.C12UserNameColHeader,.C12UserNameCol {
    min-width: 158px !important;
    max-width: 158px !important;
    width: 158px !important;
    //padding-left: 147px !important;
}

.C12DDLColHeader, .C12DDLCol {
    min-width: 208px !important;
    max-width: 208px !important;
    width: 208px !important;
    //padding-left: 147px !important;
}

.C12NoCol {
    /*min-width: 308px !important;
    max-width: 308px !important;
    width: 308px !important;*/
    min-width: 50px !important;
    max-width: 50px !important;
    width: 50px !important;
}

.C12NoColHeader {
    /*min-width: 308px !important;
    max-width: 308px !important;
    width: 308px !important;*/
    min-width: 50px !important;
    max-width: 50px !important;
    width: 50px !important;
    padding-left:14px !important;
}

.C12LoginIDCol {
    /*min-width: 308px !important;
    max-width: 308px !important;
    width: 308px !important;*/
    min-width: 152px !important;
    max-width: 152px !important;
    width: 152px !important;
}

.C12LoginIDColHeader {
    /*min-width: 308px !important;
    max-width: 308px !important;
    width: 308px !important;*/
    min-width: 152px !important;
    max-width: 152px !important;
    width: 152px !important;
    padding-left: 16px !important;
}

.C12yakushokuCol {
    min-width: 208px !important;
    max-width: 208px !important;
    width: 208px !important;
}

.C12soshikiCol {
    min-width: 208px !important;
    max-width: 208px !important;
    width: 208px !important;
}

.C12kengenCol {
    min-width: 128px !important;
    max-width: 128px !important;
    width: 128px !important;
}

.C12deleteCol {
    min-width: 43px !important;
    max-width: 43px !important;
    width: 43px !important;
}

.C12deleteColHeader {
    min-width: 53px !important;
    max-width: 53px !important;
    width: 53px !important;
}

.C12TextboxMail {
    max-width: 350px !important;
    /*width: 300px !important;*/
    width: 350px !important;
}

.C12PwdTextbox {
    max-width: 108px !important;
    /*width: 300px !important;*/
    width: 108px !important;
    height: 40px !important;
    display: inline-block !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
}

    .C12Textbox::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #D6D6D6;
        opacity: 1; /* Firefox */
    }

    .C12Textbox:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #D6D6D6;
    }

    .C12Textbox::-ms-input-placeholder { /* Microsoft Edge */
        color: #D6D6D6;
    }

/***************************C_12_MemberIkkatsuToroku End*************************************/

