@charset "utf-8";
/* table */
.history-tb {
 width: 530px;
 margin: 8px 0 8px 54px;
 border-collapse: collapse;
 border-spacing: 0;
 font-size: 78%;
}
.history-tb th {
 padding: 0.2em;
 color: #333332;
 background-color: #dcdcdc;
 border: 1px solid #c0c0c0;
 border-bottom-color: #c0c0c0;
 }
.history-tb tbody td {
 text-align: right;
 padding: 0.2em 0.4em;
 }
.history-tb td,
.history-tb tbody th {
 border: 1px dotted #c0c0c0;
}
.history-tb tbody tr {
 border-top: 1px solid #c0c0c0;
 }
.history-tb tbody tr.even {
 color: #333332;
 background-color: #f8f8f8;
 }
.history-tb tbody tr.odd {
 color: #333332;
 background-color: #ffffff;
 }
.history-tb tbody tr.even-na {
 color: #808080;
 background-color: #ffffff;
 }
.history-tb tbody tr.odd-na {
 color: #808080;
 background-color: #f8f8f8;
 }
.history-tb th.date{
 width: 80px;
 }
