/* 警報注意報のtableスタイル */
.alert-tb {
    border-collapse: separate;
    border: 2px solid rgb(26, 100, 179);
    border-radius: 8px;
    overflow: hidden;
    letter-spacing: 0;
    border-spacing: 0;
    width: 365px;
    margin: 0 auto 20px;
    background-color: rgb(26, 100, 179) !important;
}

/* 3エリアのthスタイル */
.area-th {
    width: 100%;
    text-align: center;
    color: white;
    font-weight: bold;
    overflow: hidden;
    font-size: 16.32px;
    padding: 8px 10px;
}

/* 市区町村のtdスタイル */
.city-td {
    background-color: #f0f0f0;
    width: 24%;
    border-right: 2px solid silver;
    border-top: 2px solid silver;
    text-align: left;
    color: #01649F;
    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 tbody tr:nth-child(1) .city-td,
.alert-tb tbody tr:nth-child(1) .keiho-td {
    border-top: none;
}

.city-link {
    color: #01649F !important;
}

/* "発表なし"のスタイル */
.non-announce {
    text-align: left;
    padding: 0 0 5px;
}