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

#rwd-content .rwd-table th{
    background-color: white;
    text-align: center;
    max-width: 500px;
}

.max-w-500 {
    margin-inline: auto;
    max-width: 500px;
}

.rwd-text-red {
    color: #f00;
}

#rwd-content .notice-border {
    border: 1px solid #ccc;
    padding: 30px 20px 10px;
    background-color: #f5f5f5;
}