﻿/*:::::::::::::::::::::::::
 * 枠組 
 *::::::::::::::::::::::::*/

/* 全体枠 */
#stract {
    width:100%;
}
/* 左枠（サイドメニュー領域） */
#menu_area {
    position: fixed;
    z-index:1000;
    top: 0px;
    float:left;
    /*background-color:#ffffff;*/ /* uiW.css */
    height:100%;
    width:250px;
    /*border-right: 1px solid #cccccc;*/ /* uiW.css */
}
/* 左枠（コンテンツ領域） */
#contentArea {
    margin:0px 0px 0px 250px;
}


/*:::::::::::::::::::::::::
 * サイドメニュー 
 *::::::::::::::::::::::::*/
#sideMenuHeaderImg
{
    width:248px;
    padding:0px;
    margin:0px auto;
    background-color:#ffffff;
    text-align:center;
}
div#sideMenuContainer {
    width: 100%;
    padding: 0px;
    margin: 1px 0px 0px 0px;
}

div#sideMenuArea {
    position: relative;
    max-width: 250px;
    margin: 0px auto;
    overflow: hidden;
    padding: 10px 1px;
}

    div#sideMenuArea a {
        text-decoration: none;
        font-size: 1.0em;
        font-weight: bold;
        margin: 0px 0px 0px 30px;
    }

    div#sideMenuArea ul#sideMenu_list {
        width: 100%;
    }

        div#sideMenuArea ul#sideMenu_list li {
            vertical-align: middle;
            min-height: 35px;
            font-size: 1em;
            /*border-left:solid 1px #B4D766;*/
            /*border-right:solid 1px #B4D766;*/
        }

            div#sideMenuArea ul#sideMenu_list li div {
                vertical-align: middle;
                padding: 4px 0px 2px 0px;
            }

            div#sideMenuArea ul#sideMenu_list li a {
                display: block;
            }

            div#sideMenuArea ul#sideMenu_list li img {
                display: block;
                position: relative;
                margin: 0px auto;
                z-index: 99;
                padding: 0px 0px 0px 0px;
            }

            div#sideMenuArea ul#sideMenu_list li p {
                display: inline-block;
                line-height: 30px;
            }


            /* ホームのボタン */
            div#sideMenuArea ul#sideMenu_list li#sidemenu_tab_0 div {
                vertical-align: middle;
            }

div#popSideMenuArea {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    z-index: 99999;
    padding: 0px;
}

    /* 展開メニュー */
    div#popSideMenuArea div.g_navi,
    div#popSideMenuArea ul.g_navi {
        position: absolute;
        max-width: 1200px;
        width: 100%;
        padding-top: 10px;
        margin: 1px auto 0px auto;
        border: 1px solid #B4D766;
    }

    div#popSideMenuArea div#g_navi_0 {
        border: none;
        padding: 0px;
    }

    div#popSideMenuArea div.sideMenu_child,
    div#popSideMenuArea li.sideMenu_child {
        width: 78%;
        display: inline-block;
        vertical-align: top;
        padding-bottom: 5px;
        padding-left: 5px;
    }

    div#popSideMenuArea p.sideMenu_child_name {
        margin: 0px 5px;
        padding: 4px 2px 4px 15px;
        font-size: 0.95em;
        font-weight: bold;
        background-image: url("../../images/top1/ya.png");
        background-repeat: no-repeat;
        background-position: 1px center;
    }

    div#popSideMenuArea div.sideMenu_child ul,
    div#popSideMenuArea li.sideMenu_child ul {
        padding: 0px 8px;
        margin-top: -5px;
    }

    div#popSideMenuArea div.sideMenu_child li,
    div#popSideMenuArea li.sideMenu_child li {
        font-size: 0.8em;
        line-height: 1.3em;
        padding: 0px 2px 0px 8px;
        margin-top: 8px;
        background-image: url("../../images/ya_red.png");
        background-repeat: no-repeat;
        background-position: 1px 0.5em;
    }

        div#popSideMenuArea div.sideMenu_child li.exsistpic,
        div#popSideMenuArea li.sideMenu_child li.exsistpic {
            background-image: none;
        }

    div#popSideMenuArea div.sideMenu_child img,
    div#popSideMenuArea li.sideMenu_child img {
        margin-right: 3px;
    }

    div#popSideMenuArea div.sideMenu_child a,
    div#popSideMenuArea li.sideMenu_child a {
        display: table-cell;
        vertical-align: middle;
    }

    div#popSideMenuArea div.navi_type_2 {
        width: auto;
        display: block;
    }

        div#popSideMenuArea div.navi_type_2 li {
            display: inline-block;
            /display:inline;
            /zoom:1;
            width: 23%;
            vertical-align: middle;
        }
    /* 親メニュー（大分類） */
    div#popSideMenuArea .parentMenu {
        width: 100%;
        float: left;
        margin: 8px auto;
    }

        div#popSideMenuArea .parentMenu .parentlink {
            margin: 0px 0px 0px 20px;
            float: left;
            font-weight: bold;
        }

        div#popSideMenuArea .parentMenu .closelink {
            margin: 0px 20px 0px 0px;
            float: right;
        }
    /* 親メニュー（中分類） */
    div#popSideMenuArea .sideMenu_child .childSideMenu {
    }

    div#popSideMenuArea .sideMenu_child .close {
        display: none;
    }

    div#popSideMenuArea .sideMenu_child .childlink {
        background: none;
        padding: 0px 2px 0px 0px;
    }




/* サイドメニュー（大分類） */
#sideMenu_tab_11 {
    background: url("../images/top1/icon_navi01.png") no-repeat 5px center;
}

#sideMenu_tab_13 {
    background: url("../images/top1/icon_navi02.png") no-repeat 5px center;
}

#sideMenu_tab_3 {
    background: url("../images/top1/icon_navi03.png") no-repeat 5px center;
}

#sideMenu_tab_4 {
    background: url("../images/top1/icon_navi04.png") no-repeat 5px center;
}

#sideMenu_tab_5 {
    background: url("../images/top1/icon_navi05.png") no-repeat 5px center;
}

#sideMenu_tab_6 {
    background: url("../images/top1/icon_navi06.png") no-repeat 5px center;
}

#sideMenu_tab_7 {
    background: url("../images/top1/icon_navi07.png") no-repeat 5px center;
}

#sideMenu_tab_8 {
    background: url("../images/top1/icon_navi08.png") no-repeat 5px center;
}

#sideMenu_tab_14 {
    background: url("../images/top1/icon_navi14.png") no-repeat 5px center;
}

#sideMenu_tab_9 {
    background: url("../images/top1/icon_navi09.png") no-repeat 5px center;
}

#sideMenu_tab_103 {
    background: url("../images/top1/icon_navi10.png") no-repeat 5px center;
}

#sideMenu_tab_111 {
    background: url("../images/top1/icon_navi111.png") no-repeat 5px center;
}


div#sideMenuContainer .g_sideMenu {
    /*background-color: #ffffff;*/ /* uiW.css */
    z-index: 999999;
    width: 250px;
    /*border: solid 1px #cccccc;*/ /* uiW.css */
}

div#sideMenuContainer #popSideMenuArea .noChild {
    background: none !important;
    border: none !important;
}

div#sideMenuContainer .sideMenu_child {
    width: 99%;
    white-space: nowrap;
}

/* スマホ表示用メニューボタン */
#sideMenuSpImg
{
}

/*:::::::::::::::::::::::::
 * その他 の要素
 *::::::::::::::::::::::::*/
.iconmenubox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.iconmenubox .item img {
    margin: 5px 10px 15px 0px;
}
.iconmenubox .icon_item img {
    margin: 5px 8px 15px 8px;
}



/*:::::::::::::::::::::::::
 * レスポンシブ対応
 *::::::::::::::::::::::::*/
/* PC用 */
@media screen and (min-width:768px) {
    #sideMenuSp
    {
        display: none;
    }
    #sideMenuBlock {
        display: block;
    }

    #pankuzu, #footerPankuzu
    {
        width:95% !important;
    }
        #sideMenuHeaderImgSP {
    display:none;}

}
/* スマホ用 */
@media screen and (max-width:767px) {
    /* スマホ用メニューボタン表示 */
    #sideMenuSp
    {
        float:right;
        display: block;
    }
    #sideMenuSpImg
    {
        width:90px;
        height:90px;
    }

    #sideMenuHeaderImg {
    display:none;}

        #sideMenuHeaderImgSP {
    display:block;}

    #sideMenuBlock {
        float:left;
        text-align:center;
        background-color:#DA3715;
        width:98%;
        margin:0px 0px 5px 0px;
        padding:5px;
        display: none;
    }
    #sideMenuArea {
        width:100%;
    }
    #sideMenuArea ul li {
        text-align:left;
        margin:5px 0px;
    }

    #sideMenuContainer
    {
        width:98%;
        margin:5px auto;
        background-color:#ffffff;
    }

}
@media screen and (max-width:500px) {

    #sideMenuSpImg
    {
        width:60px;
        height:60px;
    }
    #sideMenuBlock
    {
        width:95%;
    }
}
@media screen and (max-width:380px) {
    #sideMenuHeaderImg img
    {
        max-width:248px;
        width:80%;
    }
}