/* 報酬見積もり表へのリンク（報酬トップから） */
a.remulink {font-size:150%; font-weight:bold;}


input.suchi {text-align:right;width:5em;}

/* 報酬見積もり表 */
table.mtmrhy {border-collapse:collapse; margin:auto;
    border: double 3px #000000; background-color:white;
    margin-left: auto; margin-right: auto;}
tr.mtmrhy {
    border: solid 1px #000000; background-color:white;
     padding: 5px;}
tr.mtmrhy-z {
    border-top: solid 3px #000000; background-color:white;
     padding: 5px;}  /* 合計金額を表示する行 */
th.mtmrhy {
    border: solid 1px #000000; background-color:white;
     padding: 5px;}
/* 項目名 */
td.mtmrhy-kmk {text-align:justify;
    border: solid 1px #000000; background-color:white;
     padding: 5px;	white-space: nowrap;}
/* 単価 */
td.mtmrhy-at {text-align:right;
    border: solid 1px #000000; background-color:white;
     padding: 5px;	width:5.0em;	white-space: nowrap;}
/* 数量 */
td.mtmrhy-su {text-align:center;
    border: solid 1px #000000; background-color:white;
     padding: 5px;}
/* 金額 */
td.mtmrhy-x {text-align:right;
    border: solid 1px #000000; background-color:white;
     padding: 5px;	width:7.0em;	white-space: nowrap;}
/* 備考 */
td.remarks {text-align:justify; font-size:small;
    }
/* 「合計」表示セル */
td.goukei {text-align:right; font-weight:bold;
    border: solid 1px #000000; background-color:white;
     padding: 5px; font-size:120%;}
span.goukei {font-weight:bold; font-size:120%;}
/* 合計金額 */
td.total {text-align:right;
    border: solid 1px #000000; background-color:white;
     padding: 5px; font-weight:bold;
    }
/* 計算する／リセットボタン */
td.button {text-align:left;
    border: solid 1px #000000; background-color:white;
     padding: 5px;}
/* 金額表示欄 */
input.yen {text-align:right;
    border: solid 0px #000000; background-color:white;
    font-size:100%;
     padding: 2px;}
/* 合計金額表示欄 */
input.yen0 {text-align:right;
    border: solid 0px #000000; background-color:white;
    font-size:120%; font-weight:bold;
     padding: 2px;}
/* キャプション（バージョン表示） */
caption.version {caption-side: bottom; text-align:right;
    font-family:'CenturyOldst BT','BIZ UDP明朝 M';
    font-style:italic; font-size:small;
    
}