

/*** for PC Browser ***/
@media (min-width:401px)
{
/* ===== フォント ===== */
* {
/*    font-family: 'BIZ UDGothic', 'メイリオ', Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3' , Verdana, Arial, 'ＭＳ Ｐゴシック', Osaka, sans-serif !important;*/
}

/* ===== ツールバー ===== */
#display_controller
{
    background: #ffffff !important;
    border-bottom: 2px solid #77D9A8;
    display: flex !important;
}

#display_controller dl,
ul#hide_switch
{
    float: none !important;
}


/*  メインナビ  */
#main_navi
{
}

#main_navi ul
{
    width: 1080px;
    margin: 0 auto 10px;
    padding: 0;
    display: flex;
    box-sizing: border-box;
}

#main_navi ul li
{
    width: 100%;
    display: inline-block;
    margin: 10px;
    border: 4px solid #77D9A8;
    text-align: center;
    padding: 0;
    border-radius: 8px 8px / 8px 8px;
}

#main_navi ul li a
{
    font-size: 130%;
    text-decoration: none;
    color: #000000;
    background-color: #77D9A8;
    border-radius: 5px 5px / 5px 5px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
}

#main_navi ul li a:hover
{
    background-color: #F3F3F3;
}


/* ===== ページの先頭へ ===== */
.page_top {
    font-size: 120%;
    font-weight: bold;
    text-decoration: none !important;
    background-color: rgba(255,255,255,0.5);
    color: #D54200 !important;
    padding: 15px 5px;
    min-height: 50px;
    min-width: 150px;
    text-align: center;
    display: block;
    box-sizing: border-box;
    border-radius: 10px 0 10px 10px;
    border: 2px solid #D54200;
    position: fixed;
    bottom: 100px;
    right: -200px;
    z-index: 10;
}

.page_top::before
{
    content: "";
    width: 0;
    display: inline-block;
    height: 0;
    margin: 0 3px;
    padding: 0 !important;
    border-style: solid;
    border-width: 0 10px 17px;
    border-color: transparent transparent #d54300 transparent;
}

/* ===== ページの先頭へ ===== */
.page_top {
    font-size: 120%;
    font-weight: bold;
    text-decoration: none !important;
    background-color: rgba(255,255,255,0.8);
    color: #385723 !important;
    padding: 15px 5px;
    min-height: 50px;
    min-width: 150px;
    text-align: center;
    display: block;
    box-sizing: border-box;
    border-radius: 10px 0 10px 10px;
    border: 2px solid #385723;
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 1000;
}

.page_top::before
{
    content: "";
    width: 0;
    display: inline-block;
    height: 0;
    margin: 0 3px;
    padding: 0 !important;
    border-style: solid;
    border-width: 0 10px 17px;
    border-color: transparent transparent #d54300 transparent;
}


/* ===== 各タイトルアイコン ===== */
/* 緊急情報 */
.Llist_649984 h2
{
    background: url(/Images/2023/kinkyu2_b.png) no-repeat left center;
}

/* 注目情報 */
.Llist_650105 h2
{
    background: url(/Images/2023/pickup_b.png) no-repeat left center;
}

/* 防災・危機管理情報 */
.Item_634003 h2
{
    background: url(/Images/2023/bousai_b.png) no-repeat left center;
}

/* サイト内検索 */
.search_box h2.site_search_title
{
    background: url(/Images/2023/search_b.png) no-repeat left center;
}

/* よく検索されているキーワード */
h2.keywordArea_title
{
    background: url(/Images/2023/data_b.png) no-repeat left center;
}

/* メニューから探す */
.main_glnv h2
{
/*    background: url(/Images/2023/bousai_b.png) no-repeat left center;*/
}
/*auto generated region*/

#BaseTable
{

}
#SystemMenu
{

}
#HeaderPane
{

}
#Middle
{

}
#LeftPane
{

}
#ContentPane
{

}
#RightPane
{

}
#FooterPane
{

}

}


/*** for Smart Phone ***/
@media (max-width:400px)
{
/* ===== フォント ===== */
* {
/*    font-family: 'BIZ UDGothic', 'メイリオ', Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3' , Verdana, Arial, 'ＭＳ Ｐゴシック', Osaka, sans-serif !important;*/
}

/* ===== ツールバー ===== */
#display_controller {
    background: #ffffff !important;
    border-bottom: 2px solid #77D9A8;
}

/*  メインナビ  */
#main_navi
{
}

#main_navi ul
{
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    display: inline-block;
    box-sizing: border-box;
}

#main_navi ul li
{
    width: 44%;
    display: inline-block;
    margin: 5px;
    box-sizing: border-box;
    border: 4px solid #77D9A8;
    text-align: center;
    padding: 0;
    border-radius: 8px 8px / 8px 8px;
}

#main_navi ul li a
{
    font-size: 130%;
    text-decoration: none;
    color: #000000;
    background-color: #77D9A8;
    border-radius: 5px 5px / 5px 5px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
}

#main_navi ul li a:hover
{
    background-color: #F3F3F3;
}


/* ===== ページの先頭へ ===== */
.page_top {
    font-size: 120%;
    font-weight: bold;
    text-decoration: none !important;
    background-color: rgba(255,255,255,0.8);
    color: #385723 !important;
    padding: 15px 5px;
    min-height: 50px;
    min-width: 150px;
    text-align: center;
    display: block;
    box-sizing: border-box;
    border-radius: 10px 0 10px 10px;
    border: 2px solid #385723;
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 1000;
}

.page_top::before
{
    content: "";
    width: 0;
    display: inline-block;
    height: 0;
    margin: 0 3px;
    padding: 0 !important;
    border-style: solid;
    border-width: 0 10px 17px;
    border-color: transparent transparent #d54300 transparent;
}

/* ===== 各タイトルアイコン ===== */
/* 緊急情報 */
.Llist_649984 h2
{
    background: url(/Images/2023/kinkyu2_b.png) no-repeat left center;
}

/* 注目情報 */
.Llist_650105 h2
{
    background: url(/Images/2023/pickup_b.png) no-repeat left center;
}

/* 防災・危機管理情報 */
.Item_634003 h2
{
    background: url(/Images/2023/bousai_b.png) no-repeat left center;
}

/* サイト内検索 */
.search_box h2.site_search_title
{
    background: url(/Images/2023/search_b.png) no-repeat left center;
}

/* よく検索されているキーワード */
h2.keywordArea_title
{
    background: url(/Images/2023/data_b.png) no-repeat left center;
}

/* メニューから探す */
.main_glnv h2
{
/*    background: url(/Images/2023/bousai_b.png) no-repeat left center;*/
}
}
