﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.B_Gmenu
{
}

.B_Gmenu .MenuListDiv
{
}

.B_Gmenu ul
{
    list-style: outside none none;
    margin: 0;
    padding: 0px;
}

.B_Gmenu li
{
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}

.B_Gmenu li a
{
    color: #000000;
    display: block;
    font-size: 100%;
    margin: 0;
    padding: 15px 15% 15px 5%;
    width: 80%;
}

.B_Gmenu .layer0 > div
{
    display: none;
}

.B_Gmenu .layer0
{
    background: url("../../../Images/bg_h2.png") no-repeat right top #FFDFEF;
    display: inline-block;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0;
    width: 49%;
    border-radius: 4px 4px 0px 0px;
}

.B_Gmenu .layer_right
{
    margin: 0 0 10px 5px;
}

.B_Gmenu .layer1
{
    font-weight: normal;
}

.GmenuFrame
{
    background-color: #ffffff;
    border: 1px solid #cccccc;
    color: black;
    left: -1px;
    margin: 0;
    position: absolute;
    top: 37px;
    width: 100%;
    z-index: 10000;
}


/* == 背景処理 == */
.GmenuFrame,
.GmenuFrame ul,
.GmenuFrame li
{
    background: none #ffffff !important;
}


/* == 展開メニュー調整 == */
.B_Gmenu .GmenuFrame ul
{
    background-image: none;
    padding: 10px;
    width: auto;
}

.B_Gmenu .GmenuFrame ul li
{
    margin: 0;
    padding: 0;
    width: 100%;
}

.B_Gmenu .GmenuFrame ul li a
{
    background: url("../../../Images/icon.gif") no-repeat left 11px;
    border: medium none;
    display: block;
    font-size: 100%;
    padding: 5px 20px 5px 10px;
    text-align: left;
    width: auto;
}

/* == リンクカラー == */
.B_Gmenu li a:link,
.B_Gmenu li a:visited,
.B_Gmenu li a:hover,
.B_Gmenu li a:active
{
    color: #000000;
}

.B_Gmenu .GmenuFrame li a:link,
.B_Gmenu .GmenuFrame li a:visited,
.B_Gmenu .GmenuFrame li a:hover,
.B_Gmenu .GmenuFrame li a:active
{
    color: #000000;
    text-shadow: none;
}

.B_Gmenu .GmenuFrame li a:hover
{
    text-decoration: underline;
}

.GmenuFrame
{
    -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}

.B_Gmenu .toggle_accordion,
.B_Gmenu .MenuListDiv .menu_accordion
{
    display: block !important;
}

.B_Gmenu .MenuListDiv .toggle_accordion a
{
    background: none;
    border: medium none;
    display: block !important;
    float: left;
    height: 23px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 32px;
}

#LeftPane .B_Gmenu .layer0,
#RightPane .B_Gmenu .layer0
{
    width: 100%;
}

#LeftPane .B_Gmenu .layer_right,
#RightPane .B_Gmenu .layer_right
{
    margin: 0 0 10px 0px;
}


/* == メニュー排他処理 == */
#ContentPane .LMenuV_Standard2
{
    display: none !important;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.B_Gmenu
{
}

.B_Gmenu .MenuListDiv
{
}

.B_Gmenu ul
{
    list-style: outside none none;
    margin: 0;
    padding: 5px;
}

.B_Gmenu li
{
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}

.B_Gmenu li a
{
    color: #000000;
    display: block;
    font-size: 100%;
    margin: 0;
    padding: 15px 15% 15px 5%;
    width: 80%;
}

.B_Gmenu .layer0 > div
{
    display: none;
}

.B_Gmenu .layer0
{
    background: url(../../../Images/bg_h2.png) no-repeat right top #FFDFEF;
    display: inline-block;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0;
    width: 310px;
    border-radius: 4px 4px 0px 0px;
}

.B_Gmenu .layer_right
{
}

.B_Gmenu .layer1
{
    font-weight: normal;
}

.GmenuFrame
{
    background-color: #ffffff;
    border: 1px solid #cccccc;
    color: black;
    left: -1px;
    margin: 0;
    position: absolute;
    top: 37px;
    width: 100%;
    z-index: 10000;
}


/* == 背景処理 == */
.GmenuFrame,
.GmenuFrame ul,
.GmenuFrame li
{
    background: none #ffffff !important;
}


/* == 展開メニュー調整 == */
.B_Gmenu .GmenuFrame ul
{
    background-image: none;
    padding: 10px;
    width: auto;
}

.B_Gmenu .GmenuFrame ul li
{
    margin: 0;
    padding: 0;
    width: 100%;
}

.B_Gmenu .GmenuFrame ul li a
{
    background: url("../../../Images/icon.gif") no-repeat left 11px;
    border: medium none;
    display: block;
    font-size: 100%;
    padding: 5px 20px 5px 10px;
    text-align: left;
    width: auto;
}

/* == リンクカラー == */
.B_Gmenu li a:link,
.B_Gmenu li a:visited,
.B_Gmenu li a:hover,
.B_Gmenu li a:active
{
    color: #000000;
}

.B_Gmenu .GmenuFrame li a:link,
.B_Gmenu .GmenuFrame li a:visited,
.B_Gmenu .GmenuFrame li a:hover,
.B_Gmenu .GmenuFrame li a:active
{
    color: #000000;
    text-shadow: none;
}

.B_Gmenu .GmenuFrame li a:hover
{
    text-decoration: underline;
}

.GmenuFrame
{
    -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}

.B_Gmenu .toggle_accordion,
.B_Gmenu .MenuListDiv .menu_accordion
{
    display: block !important;
}

.B_Gmenu .MenuListDiv .toggle_accordion a
{
    background: none;
    border: medium none;
    display: block !important;
    float: left;
    height: 23px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 32px;
}

#LeftPane .B_Gmenu .layer0,
#RightPane .B_Gmenu .layer0
{
    width: 100%;
}

#LeftPane .B_Gmenu .layer_right,
#RightPane .B_Gmenu .layer_right
{
    margin: 0 0 10px 0px;
}


/* == メニュー排他処理 == */
#ContentPane .LMenuV_Standard2
{
    display: none !important;
}
}
