<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#fwt_kuriage {
    clear: both;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    width: 500px;
    letter-spacing: 1px;
}

#fwt_kuriage p#fwt_caption_input {
    font-size: 14px;
    background-color: #00c;
    color: #fff;
    text-align: center;
    padding: 5px;
}
#fwt_kuriage p#fwt_caption_result {
    font-size: 14px;
    background-color: #f60;
    color: #fff;
    text-align: center;
    padding: 5px;
}

/* inputs table
-------------------------------------------------------------------*/
#fwt_kuriage #fwt_inputs table {
    border-collapse: collapse;
    width:100%;
    margin-bottom: 20px;
}
#fwt_kuriage #fwt_inputs th {
    background-color: #eef;
    font-weight: normal;
	border: solid 1px #ccc;
    padding: 5px 10px;
    text-align: left;
    vertical-align: top;
    width:50%;
}
#fwt_kuriage #fwt_inputs td {
    background-color: #fff;
    font-weight: normal;
	border: solid 1px #ccc;
    padding: 5px 10px;
    text-align: left;
    vertical-align: top;
    width:50%;
}

/* inputs elements
-------------------------------------------------------------------*/
#fwt_kuriage #fwt_inputs input {
    border: solid 1px #ccc;
}
#fwt_kuriage #fwt_inputs select {
    border: solid 1px #ccc;
}
#fwt_kuriage #fwt_inputs span.fwt_need {
    background-color: #c00;
    color: #fff;
    padding: 2px 5px;
    font-size: 10px;
    margin: 0 0 0 10px;
}
#fwt_kuriage #fwt_inputs #fwt_buttons {
    text-align: center;
}
#fwt_kuriage #fwt_inputs #fwt_buttons #fwt_clear {
    width: 80px;
    border: outset 1px #000;
}
#fwt_kuriage #fwt_inputs #fwt_buttons #fwt_calc {
    width: 120px;
    border: outset 1px #000;
}

/* results table
-------------------------------------------------------------------*/
#fwt_kuriage #fwt_results #fwt_advance table {
    border-collapse: collapse;
    width:100%;
    margin-bottom: 20px;
}
#fwt_kuriage #fwt_results #fwt_advance th {
    background-color: #ffc;
    font-weight: normal;
	border: solid 1px #ccc;
    padding: 5px 10px;
    text-align: center;
    vertical-align: top;
    width:33%;
}
#fwt_kuriage #fwt_results #fwt_advance td {
    background-color: #fff;
    font-weight: normal;
	border: solid 1px #ccc;
    padding: 5px 10px;
    text-align: right;
    vertical-align: top;
    width:33%;
}

#fwt_kuriage #fwt_results #fwt_pays table {
    border-collapse: collapse;
    width:100%;
    margin-bottom: 20px;
}
#fwt_kuriage #fwt_results #fwt_pays th {
    background-color: #ffc;
    font-weight: normal;
	border: solid 1px #ccc;
    padding: 5px 10px;
    text-align: center;
    vertical-align: top;
    width:25%;
}
#fwt_kuriage #fwt_results #fwt_pays td {
    background-color: #fff;
    font-weight: normal;
	border: solid 1px #ccc;
    padding: 5px 10px;
    text-align: right;
    vertical-align: top;
    width:25%;
}


#fwt_kuriage #fwt_results table {
    border-collapse: collapse;
    width:100%;
    margin-bottom: 20px;
}
#fwt_kuriage #fwt_results th {
    background-color: #ffc;
    font-weight: normal;
	border: solid 1px #ccc;
    padding: 5px 10px;
    text-align: left;
    vertical-align: top;
    width:50%;
}
#fwt_kuriage #fwt_results td {
    background-color: #fff;
    font-weight: normal;
	border: solid 1px #ccc;
    padding: 5px 10px;
    text-align: right;
    vertical-align: top;
    width:50%;
}

/* results elements
-------------------------------------------------------------------*/
#fwt_kuriage #fwt_results td div#fwt_remain_total {
    font-weight: bold;
    font-size: 14px;
}
#fwt_kuriage #fwt_results td div#fwt_advance_total {
    font-weight: bold;
    font-size: 14px;
}
#fwt_kuriage #fwt_results td div#fwt_advance_year {
    font-weight: bold;
    font-size: 14px;
}

/* results table(detail)
-------------------------------------------------------------------*/
#fwt_kuriage #fwt_detail_results {
    display: none; /* Do Not Modify This Property */
}

#fwt_kuriage #fwt_detail_results p#fwt_caption_detail {
    font-size: 14px;
    border: solid 1px #f60;
    color: #f60;
    text-align: center;
    padding: 5px;
}
#fwt_kuriage #fwt_detail_results .fwt_caption_detail_table {
    font-size: 12px;
    color: #000;
    text-align: center;
    padding: 3px;
    border: solid 1px #f60;
    color: #f60;
    margin: 0 0 5px 0;
}
#fwt_kuriage #fwt_detail_results table {
    border-collapse: collapse;
    width:100%;
    margin-bottom: 20px;
}
#fwt_kuriage #fwt_detail_results th {
    background-color: #ffc;
    font-weight: normal;
	border: solid 1px #ccc;
    padding: 5px 10px;
    text-align: center;
    vertical-align: top;
}
#fwt_kuriage #fwt_detail_results td {
    background-color: #fff;
    font-weight: normal;
	border: solid 1px #ccc;
    padding: 5px 10px;
    text-align: right;
    vertical-align: top;
}
#fwt_kuriage #fwt_detail_results th.th1 {
    width:16%;
}
#fwt_kuriage #fwt_detail_results th.th2 {
    width:28%;
}
#fwt_kuriage #fwt_detail_results #advance_month td {
    background-color: #fcc;
}
/* others
-------------------------------------------------------------------*/
#fwt_kuriage div.fwt_note {
    margin-top: 3px;
    color: #69f;
}

#fwt_buttons2 {
    margin-bottom: 20px;
    text-align: center;
    display: none; /* Do Not Modify This Property */
}
#fwt_buttons2 #fwt_show_detail {
    width: 240px;
}

#fwt_gotop {
    text-align: right;
}

</pre></body></html>