@charset "UTF-8";
/* CSS Document */
.rightContents table {
    width: 100%;
    margin: 5px 0 10px 0;
}
.rightContents table tr.tableHead {
    height: 35px;
    background-color: #fef4e9;
}
.rightContents table th {
    width: 200px;
    padding: 10px 0;
    font-weight: bold;
}
.rightContents table td {
    padding: 10px 0;
    width: 55px;
    text-align: center
}
.rightContents table tr.tableHead {
    height: 35px;
    background-color: #fef4e9;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.rightContents h3.tokucho {
    background: url(/image/bgrd/bgTitleMtokucho.png) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}
.rightContents h3.radar {
    background: url(/image/bgrd/bgTitleRadar.png) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}
span.caution {
    color: #F00;
    font-weight: bold;
    vertical-align: bottom;
    font-size: 16px;
}
li.caution {
    color: #F00;
    font-weight: bold;
    vertical-align: bottom;
    font-size: 16px;
}
