@charset "utf-8";
/* CSS Document */

/* 入札画面用CSS */

#information {
    margin: 2em auto 2em auto;
    padding: 1em;
    width: 80%;
    border: 1px solid #999;
}
#navi {
    background: #8EC549;
}
#navi li {
    border-right: 1px solid #7aa030;  
}
#navi a:hover {
    color: #fff;
    background: #7aa030;
}
#navi a.active {
    color: #fff;
    background: #7aa030;
}

input.price {
    width: 6em;
    text-align: right;
}

.total_bid_price {
    line-height: 2em;
    font-weight: bold;    
    font-size: 1.5em;
}
#total {
    color: red;
}
table.scroll td {
    white-space: nowrap;
}
th.name {
    min-width: 10em;
}
