@charset "UTF-8";

/************************************************************
 * info_zenkoku_10.html 日々の就業場所の申告と、通勤交通費の考え方について
 ************************************************************/

.my_side_holder, .res14-contents-sub {
	display: none;
}
.res14-contents {
	background-color: #fff;
	color: #444444;
}

#backgroundcolor{ background-color: white; }

.ns18-table.ns18-tbl__col02 th.isTh {
    border-bottom: none !important;
}

.ns18-table.ns18-tbl__col02 {
    border-top: none !important;
}

.ns18-table.ns18-tbl__col02 th, .ns18-table.ns18-tbl__col02 td {
    border: 1px solid #b3defa;
    padding: 10px;
}
.bdr-none {
    border: none !important;
}

/*PC_Parts
----------------------------*/
@media screen and (min-width: 641px) {
    .main_catch {
        background-color: #E1F1FA;
        padding: 40px;
    }
    .main_catch > h1 {
        font-size: 28px;
        color: #696969;
    }
    .sub_catch {
        font-size: 16px;
        text-align: center;
        margin: 30px 0;
    }    
    .nets_modules__box-type1 {
        border-radius: 4px;
    }
    ._contents_area_inner {
        padding: 40px;
    }
    ._contents_wrap > h2 {
        margin-bottom: 20px;
        padding-bottom: 5px;
        border-bottom: 1px solid #68B7E6;
        color: #68B7E6;
        font-size: 28px;
        font-weight: normal;
        letter-spacing: 1.4px;
        line-height: 1.6;
    }   
    ._contents_area_inner ._contents_wrap {
        margin-bottom: 60px;
    }
    ._contents_area_inner ._contents_wrap:last-of-type {
        margin-bottom: 0;
    }    
    ._contents_area_inner ._contents_wrap ._contents_read {
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 1.4px;
    }
    ._contents_list > li {
        text-indent: -40px;
        margin-left: 40px;
        line-height: 1.8;
        letter-spacing: 1.4px;
    } 
    .ns18-list > li {
        line-height: 1.8 !important;
        letter-spacing: 1.4px !important;
    }
    /* table */

    table._amount_paid {
        color: #000;
        border-collapse: collapse;
    }

    table._amount_paid th,
    table._amount_paid td {
        padding: 20px 15px;
    }

    table._amount_paid th {
        background: #F5F5F5;
        text-align: center;
    }

    table._amount_paid td {
        border-bottom: 1px solid #E6E6E6;
        text-align: right;
    }

    table._amount_paid td._distance {
        text-align: center;
    } 
}

/*SP_Parts
----------------------------*/
@media screen and (min-width: 0) and (max-width:640px) {
 .main_catch {
        background-color: #E1F1FA;
        padding: 20px;
    }
    .main_catch > h1 {
        font-size: 18px;
        color: #696969;
    }
    .sub_catch {
        font-size: 13px;
        padding: 20px 10px;
        border-bottom: 1px solid #e6e6e6;
        border-top: 1px solid #e6e6e6;
    }    
    ._contents_area_inner {
        padding: 20px;
        border: none;
        border-radius: 0;
    }
    ._contents_wrap {
        margin-bottom: 40px;
    }
    ._contents_area_inner ._contents_wrap:last-of-type {
        margin-bottom: 0;
    }      
    ._contents_wrap > h2 {
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px solid #68B7E6;
        color: #68B7E6;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 1.4px;
        line-height: 1.6;
    }  
    ._contents_area_inner ._contents_wrap ._contents_read {
        font-size: 13px;
        line-height: 1.8;
        letter-spacing: 1.4px;
    }  
    ._contents_list > li {
        text-indent: -35px;
        margin-left: 35px;
        line-height: 1.8;
        letter-spacing: 1.4px;
    }   
    .ns18-list > li {
        line-height: 1.8 !important;
        letter-spacing: 1.4px !important;
    }    
    ._amount_paid {
        background: #F0F8FC;
        margin: 0 -20px;
        padding: 20px 0;
        color: #444;
        font-size: 13px;
    }

    ._amount_paid ._amount_paid_wrap {
        margin: 0 20px 20px;
        padding: 20px;
        background: #fff;
    }

    ._amount_paid ._amount_paid_wrap:last-of-type {
        margin: 0 20px 0;
    }

    ._amount_paid_title {
        padding-bottom: 10px;
        border-bottom: 1px solid #D0D0D0;
    }

    ._amount_paid_column {
        padding-bottom: 10px;
    }

    ._amount_paid_column:last-of-type {
        padding-bottom: 0;
    }

    ._amount_paid_title ._leftClm,
    ._amount_paid_column ._leftClm {
        width: 49%;
        float: left;
        color: #696969;
        font-weight: bold;
        text-align: left;
    }

    ._amount_paid_title ._rightClm,
    ._amount_paid_column ._rightClm {
        width: 49%;
        float: right;
        text-align: right;
    }

    ._amount_paid ._amount_paid_wrap p {
        margin: 10px 0;
        font-weight: bold;
        text-align: center;
    }
    .ns18-tbl__col02 {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    }
}

