@charset "utf-8";
/*===========================
add
===========================*/


table.table2_plus{
    display: block;
}


table.table2_plus tbody{
    display: block;
}

table.table2_plus tbody tr{
    width: 100%;
    display: block;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
}

table.table2_plus tbody tr th{
    width: 30%;
    display: inline-block;    
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;    
}

table.table2_plus tbody tr td{
    width: 70%;
    display: inline-block;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;    
    text-align: left !important;
}

table.table2_plus {
	width:100%;
	display: block;
}

table.table2_plus.table_addPtn1 tbody tr th,table.table2_plus.table_addPtn1 tbody tr td{
    width: 4.5em;
}

table.table2_plus.table_addPtn1 tbody tr th:first-child,table.table2_plus.table_addPtn1 tbody tr td:first-child{
    width: 30%;
}
table.table2_plus.table_addPtn1 tbody tr td{
    text-align: center !important;
    display: flex;
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
align-items: center;
-ms-flex-align: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
}

.fntsz_small{
    font-size: 90%;
    line-height: 1.5;
}
@media only screen and (max-width: 600px) {
    table.table2_plus.table_addPtn1 tbody tr{
        font-size: 13px;
    }
    table.table2_plus.table_addPtn1 tbody tr th,table.table2_plus.table_addPtn1 tbody tr td{
        width: 2.75em;
        padding: 0.25em 0.25em;
    }    
    table.table2_plus.table_addPtn1 tbody tr th:first-child,table.table2_plus.table_addPtn1 tbody tr td:first-child{
        width: 22%;
    }
    .table2.table2_plus.table_addPtn1 th.last_txt{
        font-size: 11px;
    }
    .tdRight {
        text-align:left !important;
    }    
}