﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.B_Gmenu
{
}

.B_Gmenu .MenuListDiv
{
}

.B_Gmenu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.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: 110%;
    margin: 0;
    padding: 11px 15% 10px 5%;
    width: 80%;
}

.B_Gmenu .layer0 > div
{
    display: none;
}

.B_Gmenu .layer0 {
    background: #EAF7ED;
    display: inline-block;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 0;
    width: 340px;
    vertical-align: top;
    cursor: pointer;
}

.B_Gmenu .layer_right {
    margin: 0 0 20px 14px;
}

.B_Gmenu .layer1
{
    font-weight: normal;
}

.GmenuFrame {
    background-color: #ffffff;
    border: 0px solid #cccccc;
    color: black;
    left: 0px;
    margin: 0;
    position: absolute;
    top: 41px;
    width: 340px;
    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_001.png") no-repeat left 10px;
    border: medium none;
    display: block;
    font-size: 100%;
    padding: 10px 10px 10px 20px;
    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: #0E5921;
}

.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: 2px 2px 2px 0px #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;
}

.toggle_accordion span {
    overflow: hidden;
    text-indent: -999px;
    display: block;
    background: url("/Images/gmenu_open.gif") no-repeat center center;
    height: 30px;
    width: 29px;
    position: absolute;
    right: 10px;
    top: 3px;
}

.ma_on span {
    background: url("/Images/gmenu_close.gif") no-repeat center center;
}


/* == メニュー排他処理 == */
#ContentPane .LMenuV_Standard2,
#ContentPane .LMenuV_Standard
{
    display: none !important;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.B_Gmenu
{
}

.B_Gmenu .ModuleReference {
    width: 300px;
}

.B_Gmenu .MenuListDiv
{
}

.B_Gmenu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.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: 11px 15% 10px 5%;
    width: 80%;
}

.B_Gmenu .layer0 > div
{
    display: none;
}

.B_Gmenu .layer0 {
    background: #EAF7ED;
    display: block;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 0;
    width: 300px;
    vertical-align: top;
}

.B_Gmenu .layer_right {
}

.B_Gmenu .layer1
{
    font-weight: normal;
}

.GmenuFrame {
    background-color: #ffffff;
    color: black;
    margin: 0;
    width: 100%;
}


/* == 背景処理 == */
.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_001.png") no-repeat left 10px;
    display: block;
    font-size: small;
    padding: 10px 10px 10px 20px;
    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: #0E5921;
}

.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: 3px 4px 6px -6px #777;
       -moz-box-shadow: 3px 4px 6px -6px #777;
            box-shadow: 3px 4px 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;
}

.toggle_accordion span {
    overflow: hidden;
    text-indent: -999px;
    display: block;
    background: url("/Images/gmenu_open.gif") no-repeat center center;
    height: 30px;
    width: 29px;
    position: absolute;
    right: 10px;
    top: 3px;
}

.ma_on span {
    background: url("/Images/gmenu_close.gif") no-repeat center center;
}


/* == メニュー排他処理 == */
#ContentPane .LMenuV_Standard2,
#ContentPane .LMenuV_Standard
{
    display: none !important;
}
}
