

/*** for PC Browser ***/
@media (min-width:401px)
{
.Contents th.nowrap, .Contents td.nowrap {
    white-space: nowrap;
}

.Contents th {
    background-color: #DDDDDD;
    text-align: center;
}

.Contents th, .Contents td {
    padding: 5px;
    vertical-align: middle;
}

.Contents table, .Contents th, .Contents tr, .Contents td {
    border: 1px solid #999999;
    empty-cells: show;
}

.Contents .red {
    color: #FF0000;
    font-weight: bold;
}
}
