/* 警報注意報のtableスタイル */
.alert-tb {
    table-layout: fixed;
    border-collapse: separate;
    border: 2px solid rgb(26, 100, 179);
    border-radius: 8px;
    overflow: hidden;
    letter-spacing: 0;
    border-spacing: 0;
    width: 800px;
    margin: 0 auto 50px;
    background-color: rgb(26, 100, 179) !important;
}

/* 3エリアのtdスタイル */
.area-td {
    width: 60px;
    border-right: 2px solid silver;
    border-top: 2px solid silver;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-weight: bold;
    overflow: hidden;
}

/* 市区町村のtdスタイル */
.city-td {
    background-color: #f0f0f0;
    width: 80px;
    border-right: 2px solid silver;
    border-top: 2px solid silver;
    text-align: left;
    color: #01649F;
    text-decoration: none;
    margin: 6px;
    line-height: 1.8em;
    padding: 0 6px;
}

/* 警報・注意報のtdスタイル */
.keiho-td {
    border-top: 2px dotted silver;
    background-color: white !important;
    overflow: hidden;
    padding: 5px 0 0 5px;
}

/* trの1行目のtdのスタイル */
.alert-tb tr:nth-child(1) .area-td,
.alert-tb tr:nth-child(1) .city-td,
.alert-tb tr:nth-child(1) .keiho-td {
    border-top: none;
}

.alert-tb tr:nth-child(20) .keiho-td,
.alert-tb tr:nth-child(25) .keiho-td {
    border-top: 2px solid silver;
}

/* "発表なし"のスタイル */
.non-announce {
    text-align: left;
    padding: 0 0 5px;
}