﻿/* ログイン後画面のCSS */

/* --------------------------------------------------
    ナビゲーションメニュー
   --------------------------------------------------*/

.gMenu_list > li a:hover {
    color: #111; /* ナビのリンク色）ホバー時 */
}

ul.gMenu_link-level2 {
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.gMenu_list > li:hover:not(.gMenu_link-home):not(.menuFirst) {
    background: #ECFFEE; /* 1階層目ホバー時 */
    transition: all .5s;
    -webkit-transition: all .5s;
}

.gMenu_link-home:hover {
    background: #FFF;
    border-radius: 20px 0 0 20px;
}

.gMenu_link-level2 li {
    border-top: 1px solid #EBEBEB; /* 2階層目の線 */
    text-align: left;
    vertical-align: middle;
}

.gMenu_link-level2 img {
    margin: -10px 3px 0 15px;
    vertical-align: middle;
}

.gMenu_link-level2 li a:hover {
    background: #ECFFEE; /* 2階層目ホバー時 */
}

floatクリア
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.gMenu_list > li.gMenu_link-level1 {
    position: relative;
}

/* 2階層目スタイル */
li.gMenu_link-level1 ul.gMenu_link-level2 {
    background: #FFF;
    position: absolute;
    top: 40px;
    transition: all .2s ease;
    width: 100%;
    -webkit-transition: all .2s ease;
}

li.gMenu_link-level1:hover ul.gMenu_link-level2 {
    opacity: 1;
    top: 100px;
    visibility: visible;
}

/* --------------------------------------------------
    パンくずリスト
   --------------------------------------------------*/
.breadcrumbs {
    margin: 10px auto;
    max-width: 1000px;
}

    .breadcrumbs ul {
        display: flex;
        list-style-type: none;
    }

    .breadcrumbs li a:hover {
        text-decoration: underline;
    }

    .breadcrumbs li:after {
        color: #000;
        content: '\003e';
        margin: 0 10px;
    }

    .breadcrumbs li:last-child:after {
        content: "";
    }

/* PCでは非表示 */
.breSp {
    display: none;
}

/* --------------------------------------------------
    明細照会（検索）
   --------------------------------------------------*/
.pays_tbl {
    margin: 0 auto 45px auto;
}

    .pays_tbl td {
        border: 1px solid #EBEBEB;
        vertical-align: middle;
    }

.pays_tbl-th {
    height: 45px;
    text-align: center !important;
    width: 200px;
}

.pays_tbl-td {
    height: 45px;
    width: 450px;
}

/* SP　照会対象非表示 */
.pays_tbl-sp {
    display: none;
}

/* 照会対象のスタイル */
.pays_tbl-td label {
    margin: 0 25px;
}

    .pays_tbl-td label:hover {
        cursor: pointer;
    }

.pays_tbl-td input[type=radio] {
    margin-right: 3px;
    top: -4px;
}

.pays_tbl-td select {
    border: 1px solid #A8A8A8;
    border-radius: 1px;
    height: 35px;
    padding: 1px;
    text-align: left;
    appearance: auto;
}

.searchLabel {
    vertical-align: middle;
}

.searchText {
    vertical-align: middle;
}

/* 対象年月のスタイル */
.pays_tbl-td input[type=month] {
    border: 1px solid #EBEBEB;
    display: inline-block;
    margin: 0 5px;
    padding: 5px;
    width: 160px;
}

    .pays_tbl-td input[type=month]:hover {
        cursor: pointer;
    }

.pays_style-pc {
    border: none !important;
    width: 100px;
}

.pays_style-pc_150 {
    border: none !important;
    width: 150px;
}

.pays_style-pc_200 {
    border: none !important;
    width: 200px;
}

.pays_border {
    border: 1px solid #EBEBEB;
}

/* 「検索」「クリア」ボタンのスタイル */
#payslipSearch,
#payslipReset {
    display: inline-block;
}

    #payslipSearch:hover,
    #payslipReset:hover {
        cursor: pointer;
    }

/* 検索ボタンスタイル */
#payslipSearch {
    background: #56BF56;
    color: #FFF;
    padding: 15px 40px;
    text-align: center;
    text-decoration: none;
}

/* クリアボタンスタイル */
#payslipReset {
    background: #FFF;
    border: 1px solid #56BF56;
    color: #56BF56;
    margin-right: 55px;
    padding: 14px 34px;
    text-align: center;
    text-decoration: none;
}

/* --------------------------------------------------
    明細照会（照会）
   --------------------------------------------------*/
#payslipTable-pc {
    border-collapse: collapse;
    margin: 0 auto 45px auto;
}

    #payslipTable-pc:hover {
        cursor: default;
    }

    #payslipTable-pc tr:hover td {
        background: #ECFFEE;
    }

    #payslipTable-pc td {
        background: #FFF;
        border: 1px solid #EBEBEB;
        color: #000;
        padding: 10px;
        text-align: center;
    }

.txtLeft {
    text-align: left !important;
}

.txtRight {
    padding-right: 20px !important;
    text-align: right !important;
}

#payslipTable-sp {
    display: none;
}

.withHolding_tbl {
    margin: 90px auto 35px !important;
}

#tb-th td {
    background: #56BF56 !important;
    color: #FFF;
    text-decoration: none !important;
}

    #tb-th td:hover {
        cursor: default !important;
    }

/* 照会結果TBL */
.pays_result-170 {
    width: 170px;
}

.pays_result-200,
.pays_result-pdf {
    width: 200px;
}

.pays_result-550 {
    width: 550px;
}

.pays_result-pdf:not(#tb-th):hover {
    background: #A5FFAF;
    cursor: pointer;
    text-decoration: underline;
}

/* --------------------------------------------------
    アカウント統合
   --------------------------------------------------*/
.anLink_marg {
    margin: 0 25px;
}

.account_title {
    color: #002E05;
    font-size: 24px;
}

.account_txt {
    margin: 20px auto 50px;
}

.account_txt-leftM {
    margin-left: 50px;
}

.account_img {
    position: relative;
}

.account_txt-absol {
    bottom: 70px;
    position: absolute;
    right: 13%;
}

#accountTbl {
    margin-top: 20px;
}

/* --------------------------------------------------
    お問い合わせ
   --------------------------------------------------*/
.cont_inqBox {
    margin: 0 auto;
    text-align: left;
    width: 650px;
}

.inq_title {
    font-size: 20px;
}

.inq_border {
    border: 2px solid #00C614;
    margin: 10px 0 20px;
}

.inq_txt {
    margin-bottom: 80px;
}

.contents > .cont_btn-home {
    background: #56BF56;
    color: #FFF;
    display: block;
    height: 60px;
    line-height: 60px;
    margin: 45px auto 50px auto;
    text-align: center;
    text-decoration: none !important;
    width: 400px;
}


/* --------------------------------------------------
    退会手続
   --------------------------------------------------*/
/* 退会する */
#sece_btn-enter {
    background: #FFF;
    border: 1px solid #56BF56;
    color: #56BF56;
    display: inline-block;
    margin-left: 35%;
    padding: 19px 64px;
    text-align: center;
    text-decoration: none;
    transform: translateX(-35%);
}

/* ホームに戻る */
#sece_btn-home {
    background: #56BF56;
    color: #FFF;
    display: inline-block;
    margin: 0;
    padding: 19px 46px;
    text-align: center;
    text-decoration: none;
    width: auto;
}

    #sece_btn-home > a {
        text-align: center;
        text-decoration: none;
    }
