@charset "UTF-8";


div#center-content h3.expense-h3 {
margin: 0 0 5px 0;
color: #3576b2;
font-weight: bold;
}

table.expense {
margin: 0 0 15px 0;
border-top: 1px solid #ddd;
}

table.expense td {
line-height: 1.4em;
padding: 5px;
border-bottom: 1px solid #ddd;
}

table.expense td.price {
text-align: right;
white-space: nowrap;
font-weight: bold;
}

table.expense td.midashi {
white-space: nowrap;
}

table.expense tr.color {
background: #f5f5f5;
}
