﻿@import url(./bousai_body.css);
@import url(./topFreearea_map.css);

/* 横スクロールバー禁止 */
html, body {
    overflow-x: hidden;
}

/* body */
body
{
    overflow-y: hidden;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

/*:::::::::::::::::::::::::
 * 枠組 
 *::::::::::::::::::::::::*/
#struct
{
    margin-left:auto;
    margin-right:auto;
}

/* telto */
@media screen and (min-width:768px) {
    /* PCではリンクなし */
    a[href^="tel:"] {
        pointer-events: none;
        text-decoration: none;
    }

    .teltoon {
        display: none !important;
    }

    .teltooff {
        margin-left: 0px !important;
    }
}
@media screen and (max-width:767px) {
    /* スマホではリンクあり */
    a[href^="tel:"] {
    }

    .teltoon {
        margin-left: 0px !important;
    }

    .teltooff {
        display: none !important;
    }
}

#container {
    margin: 0px auto;
    font-size: 90%;
    padding: 0px;
    position: relative;
    padding: 0px 0px 0px;
}

.left_box {
    max-width: 800px;
    float: left;
    margin: 0px auto;
    padding: 0px 30px 0px 0px;
    width: 100%;
}

.right_box {
    max-width:270px;
    float:left;
    margin:0px auto;
    width: 100%;
}

.wrapper1100 {
    max-width: 1100px;
    margin: 0px auto;
}

/*:::::::::::::::::::::::::
 * 緊急情報
 *::::::::::::::::::::::::*/
#area_kinkyu_top {
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0;
}

    #area_kinkyu_top .kinkyuBlock {
        display: flex;
        padding: 0;
        margin: 20px auto;
    }

    #area_kinkyu_top .kinkyuInfo {
        padding: 5px;
        display: flex;
        width: 100%;
        flex-direction: row;
    }

    #area_kinkyu_top .kinkyuHeader {
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 15%;
    }

    #area_kinkyu_top .kinkyuTtl .title-container .title h4 {
        font-size: 1.4em;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: center;
        padding-top: 60px;
        background: url(../images/bousai/icon_kinkyu.png) no-repeat center 5px / 50px;
    }

    #area_kinkyu_top .kinkyuTtl .syousai {
    margin: 5px 0;
    width: 100%;
}

        #area_kinkyu_top .kinkyuTtl .syousai a {
            font-size: 1.0em;
            text-align: center;
            margin-bottom: 10px;
            text-decoration: none;
            display: block;
            padding: 10px;
        }

    #area_kinkyu_top .kinkyuTtl .ichiran {
        margin: 5px 0;
        width: 100%;
    }

        #area_kinkyu_top .kinkyuTtl .ichiran a {
            font-size: 1.0em;
            font-weight: bold;
            text-align: center;
            text-decoration: none;
            display: block;
            padding: 10px 4px;
        }

    #area_kinkyu_top .kinkyuBody {
        width: 85%;
        display: flex;
        flex-direction: column;
        gap: 20px;
        max-height: 310px;
        padding-bottom: 10px;
    }

    #area_kinkyu_top .kinkyuHatsurei {
        padding: 15px 20px;
        display: flex;
        align-items: center;
        margin: 0px 0px 0px 5px;
    }

    #area_kinkyu_top .hatsurei-nav {
        font-size: 1.2em;
    }

        #area_kinkyu_top .hatsurei-nav ul li {
            margin-bottom: 5px;
        }

    #area_kinkyu_top .kinkyuTxt {
        list-style-type: none;
        padding: 0px 20px;
        margin: 0;
        max-height: 230px;
        overflow-y: auto;
    }

        #area_kinkyu_top .kinkyuTxt li {
            padding: 10px 0;
        }

            #area_kinkyu_top .kinkyuTxt li:last-child {
                border-bottom: none;
                margin-bottom: 0;
            }

            #area_kinkyu_top .kinkyuTxt li p.koshinDay {
                margin: 0 0 5px 0;
                font-size: 1.0em;
            }

            #area_kinkyu_top .kinkyuTxt li div.k_naiyo {
                padding-top: 5px;
                font-size: 1.1em;
            }
        #area_kinkyu_top .kinkyuTxt div.k_naiyo a {
            font-size: 1.1em;
        }

.clear {
    clear: both;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
    #area_kinkyu_top .kinkyuInfo {
    }

    #area_kinkyu_top .kinkyuHeader {
        width: auto;
    }

    #area_kinkyu_top .kinkyuTtl .title-container .title {
        font-weight: bold;
    }

        #area_kinkyu_top .kinkyuTtl .title-container .title h4 {
            padding-top: 50px;
            background-size: 40px;
            margin-bottom: 15px;
        }

    #area_kinkyu_top .kinkyuBody {
        width: 100%;
        gap: 5px;
    }

    #area_kinkyu_top .kinkyuTxt {
        padding: 0px 15px;
    }
}

@media screen and (max-width: 480px) {
    #area_kinkyu_top {
        padding-top: 20px;
        padding-bottom: 20px;
    }

        #area_kinkyu_top .kinkyuInfo {
            display: flex;
            flex-direction: column;
            padding: 0px;
        }

        #area_kinkyu_top .kinkyuBlock {
            margin: 10px auto;
        }

        #area_kinkyu_top .kinkyuHeader {
            padding: 10px;
        }

        #area_kinkyu_top .kinkyuTtl .title-container {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            gap: 15px;
        }

            #area_kinkyu_top .kinkyuTtl .title-container .title h4 {
                font-size: 1.1em;
                padding-top: 40px;
                background-size: 30px;
            }

        #area_kinkyu_top .kinkyuTtl .syousai a,
        #area_kinkyu_top .kinkyuTtl .ichiran a {
            padding: 8px;
            font-size: 0.9em;
        }

        #area_kinkyu_top .kinkyuHatsurei {
            padding: 10px;
            margin: 5px 0px;
        }

        #area_kinkyu_top .hatsurei-nav .header-button {
            font-size: 0.9em;
        }

        #area_kinkyu_top .kinkyuTxt li div.k_naiyo {
            font-size: 0.9em;
        }
}

/*:::::::::::::::::::::::::
 * フリーエリア
 *::::::::::::::::::::::::*/

.freearea
{
    padding:0px;
    margin:0px 0px 0px;
}

/* フリーエリア用 */

#free01
{
    max-width:1000px;
    margin:0px auto;
    padding:0px;
}

.topSide
{
    max-width:210px;
    margin-top:10px;
}
.topSide img
{
    max-width:210px;
}
.topMain img
{
    max-width:480px;
}
h2.title 
{
    padding: 0 0 4px 21px;
    margin-bottom: 16px;
    font-size: 1.2em;
    font-weight: bold;
    background: url("../images/CssColorType/h2Ttl.gif") no-repeat 7px center #f8f4e6;
}
h3.title {
    background: rgba(0, 0, 0, 0) url("../images/CssColorType/h3Ttl.gif") no-repeat scroll 7px center;
    border-bottom: 1px dashed #ba8b40;
    font-size: 1.1em;
    line-height: 24px;
    margin-bottom: 16px;
    padding: 0 0 4px 21px;
}


#transparency {
    position: absolute; 
    margin:0px;
    padding:10px 0px 0px 10px;
}


/*:::::::::::::::::::::::::
 *メニュー
 *::::::::::::::::::::::::*/


#menuArea {
    padding-top: 5px;
}

.infotitle span {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 2.5em;
    padding-left: 15px;
}


.infotitle02{

    background: url("../images/bousai/icon_circle.png") no-repeat 8px 2px;
    margin:15px 0px 0px;
}


.infotitle02 span {
    font-size: 1.3em;
    font-weight: bold;
    padding-left: 38px;
}


.infobox {
    margin: 0px auto 15px;
    width:100%;
}

.infobox_L {
    float:left;
    width:50%;
}

.infobox_R {
    float:right;
    width:50%;
}

.naiyo02{
    padding: 6px 41px 0px 11px;
}

.naiyo02 ul li {
    background: rgba(0, 0, 0, 0) url("../images/bousai/ya_red.png") no-repeat scroll 10px center;
    padding: 3px 0 2px 25px;
}

.naiyo03 {
    float: left;
    padding: 10px 0px;
    width: 95%;
    margin: 0px auto;
}
.naiyo04 {
    float: left;
    padding: 10px 10px;
}

.naiyo03 h5 {
    border-top:2px solid #CC0000;
    border-bottom:1px solid #D9D9D9;
    padding:5px;
    font-weight:bold;
    font-size:1.1em;
    }

.naiyo04 h5 {
    border-top:2px solid #FCEC63;
    border-bottom:1px solid #D9D9D9;
    padding:5px;
    font-weight:bold;
    font-size:1.1em;
    }


.naiyo03 ul li {
    background: rgba(0, 0, 0, 0) url("../images/bousai/ya_red.png") no-repeat scroll 10px center;
    padding: 6px 0 2px 28px;
}

.naiyo04 ul li {
    background: rgba(0, 0, 0, 0) url("../images/bousai/ya_pink.png") no-repeat scroll 10px center;
    padding: 3px 0 2px 25px;
}

h5 a{
}

/*:::::::::::::::::::::::::
 * 新着情報
 *::::::::::::::::::::::::*/
.newInfo {
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .newInfo .newTtl {
        width: 200px;
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }

        .newInfo .newTtl h2 {
            font-size: 1.9em;
            font-weight: bold;
            line-height: 1.5em;        
            padding-top: 100px;
            background-image: url(../images/bousai/icon_new.png);
            background-repeat: no-repeat;
            background-position: center 30px;
            background-size: 55px auto;
            letter-spacing: 0.1em;
        }

#rss {
    padding: 10px 0;
    display: inline-block;
    text-decoration: none;
    font-size: 1.0em;
}

.newInfo .listLinkArea {
    width: 170px;
    padding: 10px 0px;
    align-self: center;
}

.newInfo .listLinkArea a {
    font-size: 1.2em;
}

.newInfo .naiyo {
    padding: 20px;
    flex: 1;
    min-width: 300px;
    max-height: 260px;
    overflow-y: auto;
}

.newInfo .naiyo .nodata {
    font-size: 1.5em;
}

    .newInfo .naiyo li {
        background: rgba(0, 0, 0, 0) url("../images/bousai/ya_red.png") no-repeat scroll 8px center;
        padding: 0px 0px 0px 30px;
        margin: 5px 0;
    }

    .newInfo .naiyo article {
        display: flex;
        gap: 15px;
        padding: 13px 0px;
        font-weight: bold;
        font-size: 1.1em;
    }

    .newInfo .naiyo article .koushinDay {
        text-wrap: nowrap;
    }

        .newInfo .naiyo article a {
        }

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
    .newInfo {
        flex-direction: column;
        padding: 15px;
        padding-bottom: 50px;
    }

        .newInfo .newTtl {
            width: 100%;
            padding: 15px 0;
        }

            .newInfo .newTtl h2 {
                padding-top: 75px;
                font-size: 1.4em;
                background-position: center 10px;
                margin-bottom: 10px;
            }

        .newInfo .naiyo {
            padding: 15px 0;
            width: 100%;
        }

            .newInfo .naiyo article {
                flex-direction: column;
                gap: 5px;
                font-size: 1em;
            }
}

@media screen and (max-width: 480px) {

    .newInfo .naiyo li {
        background-position: 0 center;
        padding-left: 20px;
    }

    .listLinkArea {
        width: 120px;
        background-position: 35px center;
    }
}




/* 新着情報 */

#newInfo {
    border: 1px solid #EBEAEA;
    margin: 0px 0px 10px;
}

#newTtl {
    position: relative;
    height: 45px;
    border-top: 3px solid #CC0000;
    border-bottom: 1px solid #E5E5E5;
}

    #newTtl span {
        font-size: 1.2em;
        font-weight: bold;
        padding-left: 15px;
        line-height: 2.5em;
    }


/* 2016/12/13 アクセシビリティ対応 focus認識*/
a#rss:focus {
    border: dashed #FFF 1px;
}

.naiyo {
    padding: 10px 20px;
}

#newInfo ul {
    padding: 7px 0px;
}

    #newInfo ul li {
        line-height: 130%;
        padding: 5px;
    }

        #newInfo ul li p.koushinDay {
            width: auto;
            float: left;
            min-width: 100px;
            font-size: 0.9em;
            text-indent: 1em;
            background: url("../images/bousai/ya_red.png") no-repeat 3px center;
            padding: 0px 10px 0px 5px;
        }

        #newInfo ul li .kijiTtl {
            float: left;
            max-width: 715px;
        }

p.nodata {
    text-align: left;
    margin: 10px 0px 10px 15px;
}


/*:::::::::::::::::::::::::
 * ボタンエリア
 *::::::::::::::::::::::::*/
.area_btn {
    padding-top: 50px;
    min-height: 350px;
    padding-bottom: 30px;
}

    .area_btn .newTtl {
        font-size: 1.9em;
        margin: 15px;
        padding-left: 20px;
        padding-bottom: 20px;
        background: url('../images/bousai/グループ 8656.png') no-repeat 0px 5px;
    }

        .area_btn .newTtl h2 {
            font-weight: bold;
            padding-left: 60px;
        }


.wrap_btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0px auto;
    font-size: 90%;
    gap: 30px;
    position: relative;
    padding: 0 20px;
}

    .wrap_btn a {
        font-size: 0.9em;
    }

    .wrap_btn li {
        margin-bottom: 20px;
    }


.area_btn .btn {
    text-align: center;
    display: block;
    width: 210px;
    border-radius: 4px;
    position: relative;
    height: 210px;
}

    .area_btn .btn::before {
        content: "";
        display: block;
        width: 50px;
        height: 50px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .area_btn .btn p {
        font-size: 1.6em;
        font-weight: 500;
        position: absolute;
        bottom: 0px;
        width: 100%;
        min-height: 60px;
        align-content: center;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

#btn_01 {
    background-image: url("../images/bousai/icon_bousai01.png");
    background-repeat: no-repeat;
    background-position: center 40px;
    background-size: 95px;
}

#btn_02 {
    background-image: url("../images/bousai/icon_bousai02.png");
    background-repeat: no-repeat;
    background-position: center 40px;
    background-size: 95px;
}

#btn_03 {
    background-image: url("../images/bousai/icon_bousai03.png");
    background-repeat: no-repeat;
    background-position: center 40px;
    background-size: 95px;
}

#btn_04 {
    background-image: url("../images/bousai/icon_bousai04.png");
    background-repeat: no-repeat;
    background-position: center 40px;
    background-size: 110px;
}

 
 /*2列表示 */
@media screen and (max-width: 1020px) {
    .wrap_btn {
        max-width: 600px;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .area_btn .newTtl {
        font-size: 1.8em;
    }
}

 /*1列表示 */
@media screen and (max-width: 760px) {
    .wrap_btn {
        align-items: center;
        max-width: 300px;
    }
}

/*:::::::::::::::::::::::::
 * アイコンエリア
 *::::::::::::::::::::::::*/

#area_Icon {
    margin-top: 80px;
    margin-bottom: 80px;
}


    #area_Icon .newTtl {
        font-size: 1.9em;
        margin: 15px;
        padding-left: 20px;
        background: url('../images/bousai/グループ 8656.png') no-repeat 0px 5px;
    }

        #area_Icon .newTtl h2 {
            padding-left: 60px;
            font-weight: bold;
        }


.wrap_icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 26px;
}

.icon_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    text-align: center;
    padding-top: 70px;
    width: 20%;
    margin-bottom: 20px;    
    justify-content: center;
}

    .icon_box:hover {
        transform: scale(1.05);
        text-decoration: none !important;
    }

.fas-bousai {
    padding-right: 5px;
}

.icon_box div {
    text-align: center;
    display: flex;
    height: 40px;
    margin-bottom: 10px;
}

.icon_box span {
    margin-top: 5px;
    font-size: 1.15rem;
}

.icon_box1 {
    background: url("../images/bousai/icon_sonae01.png") no-repeat center top;
    background-size: 75px;
}

.icon_box2 {
    background: url("../images/bousai/icon_sonae02.png") no-repeat center top;
    background-size: 75px;
}

.icon_box3 {
    background: url("../images/bousai/icon_sonae03.png") no-repeat center top;
    background-size: 75px;
}

.icon_box4 {
    background: url("../images/bousai/icon_sonae04.png") no-repeat center top;
    background-size: 75px;
}

.icon_box5 {
    background: url("../images/bousai/icon_sonae05.png") no-repeat center top;
    background-size: 75px;
}

.icon_box6 {
    background: url("../images/bousai/icon_sonae06.png") no-repeat center top;
    background-size: 75px;
}

.icon_box7 {
    background: url("../images/bousai/icon_sonae07.png") no-repeat center top;
    background-size: 75px;
}

.icon_box8 {
    background: url("../images/bousai/icon_sonae08.png") no-repeat center top;
    background-size: 75px;
}

.icon_box9 {
    background: url("../images/bousai/icon_sonae09.png") no-repeat center top;
    background-size: 75px;
}


.link_midashi {
    font-size: 1.2em;
    padding-top: 12px;
    padding-left: 36px;
    font-weight: bold;
    height: 40px;
    margin: 0 auto;
    background-image: url(../images/bousai/icon_line.png);
    background-repeat: no-repeat;
    background-position: 15px;
    background-size: 6px;
}

    .link_midashi a {
        border: 1px solid #ddd0c1;
        padding: 8px;
    }

#area_link {
    margin: 0 auto;
    padding-bottom: 60px;
    padding-top: 30px;
}

.link_box ul {
    margin-top: 20px;
}

    .link_box ul li {
        padding-left: 28px;
        font-size: 1.05em;
        background-image: url("../images/bousai/ya_red.png");
        background-repeat: no-repeat;
        background-position: 12px 7px;
        margin-bottom: 20px;
        background-size: 5px;
    }

.link_list ul li a img {
    padding-left: 3px;
}

@media screen and (max-width:700px) {
    .icon_box {
        width: 20%;
        min-width: 180px;
        padding-top: 70px;
        background-size: 75px auto;
    }

        .icon_box span {
            display: block;
            font-weight: bold;
            margin-top: 5px;
            padding-bottom: 5px;
        }
}

@media screen and (max-width:768px) {
    #area_Icon .newTtl {
        font-size: 1.8em;
    }

    .wrap_icon {
        gap: 5px;
    }

    .icon_box {
        min-width: 165px;
    }

        .icon_box span {
            font-size: 1.1em;
        }
}

/* さがすパネル 検索窓 */
.siteSearchArea .searchver2-input {
    height: 45px !important;
    width: calc(90% - 40px) !important;
    max-width: 500px !important;
}

.bootstrap-scope .input {
    width: calc(100% - 36px);
    min-width: 157px;
    height: 100%;
    border: 1px solid #ccc !important;
    border-radius: 50px !important;
}

.siteSearchArea .svg-inline--fa.fa-w-16 {
    color: #0F98BB !important;
    font-size: 38px !important;
}

#mainSearch02 .input-group-append span::after {
    content: "検索";
    font-weight: 700;
    display: none !important;
}

/*:::::::::::::::::::::::::
 * レスポンシブル用
 *::::::::::::::::::::::::*/
@media screen and (max-width:1200px) {
    /* タブレット用のスタイル記述 */
    img {
        max-width: 100%;
        height: auto;
        width /***/: auto;
    }

    .left_box {
        max-width:100%;
        padding:0px;
        margin:0px auto;
    }

      .right_box {
        max-width:100%;
        padding:0px;
        margin:0px auto;
    }

    
    .naiyo02 ul li {
        float:left;
    }

    .infobox {
        float:left;
        width:100%;
    }
}

@media screen and (max-width:768px) {
    .infobox_L {
        float:none;
        width:98%;
    }

    .infobox_R {
        float:none;
        width:98%;
    }

    .naiyo03 {
        float: none;
        padding: 10px 0px;
        width: 95%;
        margin: 0px auto;
    }

}

/* 注目情報 */
#chumokuArea {
    border: none;
    margin: 0px;
    float: left;
    width: 825px;
}

ul.classUmu {
    width: 100%;
    margin: 5px auto 5px auto;
}

    ul.classUmu li {
        margin: 6px;
        width: 250px;
        display: inline-block;
    }

        ul.classUmu li.ari a {
            background: url("../images/bousai/icon_ari.png") no-repeat 3px center;
            padding: 7px 0px 7px 100px;
        }

        ul.classUmu li.nashi a {
            background: url("../images/bousai/icon_nashi.png") no-repeat 3px center;
            padding: 7px 0px 7px 100px;
        }

/* wysiwyg */
#mainShosai table.__wys_table
{
	width:auto;
}
.__wys_table td
{
	border:solid 1px #000000;
	padding:3px;
}
.__wys_table th
{
	background-color:#eeffee;
	border:1px solid #000000;
	font-weight:bold;
	padding:3px;
}

@media screen and (min-width:768px) {

    /*L-Alert内容表示用 start */
    #pcx_detail, .pcx_detail {
        width: 100%;
        border: 1px solid #F5D6D6;
    }

    #pcx_detail th, #pcx_detail td, .pcx_detail th, .pcx_detail td {
        padding: 6px;
    }

    #pcx_detail th, .pcx_detail th {
        border-top: 1px solid #DA5054;
        border-bottom: 1px solid #DA5054;
        border-right: 1px solid #DA5054;
        border-left: 1px solid #DA5054;
        width: 15%;
        text-align: center;
    }

    #pcx_detail td, .pcx_detail td {
        border-top: 1px solid #DA5054;
        border-bottom: 1px solid #DA5054;
        border-right: 1px solid #DA5054;
        border-left: 1px solid #DA5054;
        width: 85%;
    }

    .evacuation_bold {
        font-weight: bold;
    }

    /*L-Alert内容表示用 end */

    /* L-Alert内容表示用 ver2.1 避難情報 start */
    #pcx_evacuation, .pcx_evacuation {
        width: 100%;
        border: 1px solid #F5D6D6;
    }

    #pcx_evacuation th, #pcx_evacuation td, .pcx_evacuation th, .pcx_evacuation td {
        padding: 6px;
    }

    #pcx_evacuation th, .pcx_evacuation th {
        border-top: 1px solid #DA5054;
        border-bottom: 1px solid #DA5054;
        border-right: 1px solid #DA5054;
        border-left: 1px solid #DA5054;
        width: 20%;
        text-align: center;
    }

    #pcx_evacuation td, .pcx_evacuation td {
        border-top: 1px solid #DA5054;
        border-bottom: 1px solid #DA5054;
        border-right: 1px solid #DA5054;
        border-left: 1px solid #DA5054;
        width: 40%;
    }

    /* L-Alert内容表示用 ver2.1 避難情報 end */
}

@media screen and (max-width:767px) {

    /* L-Alert内容表示用 start */
    #pcx_detail, .pcx_detail {
        width: 100%;
        border: 1px solid #F5D6D6;
    }

    #pcx_detail th, #pcx_detail td, .pcx_detail th, .pcx_detail td {
        padding: 6px;
    }

    #pcx_detail th, .pcx_detail th {
        border-top: 1px solid #DA5054;
        border-bottom: 1px solid #DA5054;
        border-right: 1px solid #DA5054;
        border-left: 1px solid #DA5054;
    }

    #pcx_detail td, .pcx_detail td {
        border-top: 1px solid #DA5054;
        border-bottom: 1px solid #DA5054;
        border-right: 1px solid #DA5054;
        border-left: 1px solid #DA5054;
    }

    .evacuation_bold {
        font-weight: bold;
    }
    /* L-Alert内容表示用 end */


    /* L-Alert内容表示用 ver2.1 避難情報 start */
    #pcx_evacuation, .pcx_evacuation {
        width: 100%;
        border: 1px solid #F5D6D6;
    }

    #pcx_evacuation th, #pcx_evacuation td, .pcx_evacuation th, .pcx_evacuation td {
        padding: 6px;
    }

    #pcx_evacuation th, .pcx_evacuation th {
        border-top: 1px solid #DA5054;
        border-bottom: 1px solid #DA5054;
        border-right: 1px solid #DA5054;
        border-left: 1px solid #DA5054;
    }

    #pcx_evacuation td, .pcx_evacuation td {
        border-top: 1px solid #DA5054;
        border-bottom: 1px solid #DA5054;
        border-right: 1px solid #DA5054;
        border-left: 1px solid #DA5054;
    }

    #pcx_evacuation tr:first-child td, .pcx_evacuation tr:first-child td {
        border-top: none;
    }

    /* L-Alert内容表示用 ver2.1 避難情報 end */
}