﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.B_GNavi
{
    background: linear-gradient(#fff,#f2fafd);
    margin: 0px 0px 0px 0px;
    padding: 0;
    position: relative;
    width: 100%;
    height: 60px;
    border-top: 2px solid #E6E6E4;
    border-bottom: 2px solid #E6E6E4;
}

.B_GNavi .MenuListDiv
{
    margin: auto;
    position: relative;
    width: 990px;
    height: 60px;
}

.B_GNavi .MenuListDiv ul
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 990px;
	display: inline-block;
/*    height: 60px; */
}

.B_GNavi .MenuListDiv ul li
{
    margin: 0;
    padding: 0;
    width: 196px;
/*    height: 60px; */
}

.B_GNavi .MenuListDiv ul .firstnav
{
    background: none;
}

.B_GNavi .MenuListDiv ul .num1
{
    background-image: url("/images/2020renew/gnavi_bk_1_blue.png");
}

.B_GNavi .MenuListDiv ul .num2,
.B_GNavi .MenuListDiv ul .num3,
.B_GNavi .MenuListDiv ul .num4,
.B_GNavi .MenuListDiv ul .num5
{
    background-image: url("/images/2020renew/gnavi_bk_2_blue.png");
}

.B_GNavi .MenuListDiv ul li a.Title
{
    display: block;
    color: #0867A7;
    font-size: medium;
    font-weight: bold;
    height: auto !important;
    padding: 25px 5px 10px 5px;
    text-align: center;
    text-decoration: none;
    width: auto;
    margin: 0px 10px;
}

.B_GNavi .layer0 > div
{
    display: none;

}

.B_GNavi .layer0
{
    display: inline-block;
}

.B_GNavi .layer2
{
}


/* == 背景処理 == */
.GNaviFrame,
.GNaviFrame ul,
.GNaviFrame li
{
    background: none #ffffff !important;
}

.B_GNavi .num1 a:first-of-type
{
/*    background: url(../../../Images/2020renew/gnavi_select_blue.png) no-repeat center 90%; */
/*    background-image: url("/images/2020renew/gnavi_select_blue.png"); */
}

.B_GNavi .num2 a:first-of-type
{
/*    background: url(../../../Images/2020renew/gnavi_select_blue.png) no-repeat center 90%; */
/*    background-image: url("/images/2020renew/gnavi_select_blue.png"); */
}

.B_GNavi .num3 a:first-of-type
{
/*    background: url(../../../Images/2020renew/gnavi_select_blue.png) no-repeat center 90%; */
/*    background-image: url("/images/2020renew/gnavi_select_blue.png"); */
}

.B_GNavi .num4 a:first-of-type
{
/*    background: url(../../../Images/2020renew/gnavi_select_blue.png) no-repeat center 90%; */
/*    background-image: url("/images/2020renew/gnavi_select_blue.png"); */
}

.B_GNavi .num5 a:first-of-type
{
/*    background: url(../../../Images/2020renew/gnavi_select_blue.png) no-repeat center 90%; */
/*    background-image: url("/images/2020renew/gnavi_select_blue.png"); */
}




/* == 展開メニュー調整 == */
.GNaviFrame
{
    z-index: 1000;
    position: absolute;
    width: 960px;
    left: 0px;
}

.B_GNavi .GNaviFrame ul
{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0px 0px 5px 5px;
    left: 0;
    list-style: outside none none;
    padding: 15px;
    top: -5px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    border: 2px solid #009CE6;
    width: 957px;
    position: absolute;
}

.B_GNavi .GNaviFrame ul .layer1
{
    width: 24%;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
}

.B_GNavi .GNaviFrame ul .layer1 a.Sub_Title
{
	background: url("../../../Images/list_icon_blue.png") no-repeat left 6px !important;
	display: block;
	font-size: 100%;
	height: auto;
	min-height: 20px;
	padding: 5px 20px;
	text-align: left;
	color: #000000 !important;
}

/* == 選択時表示 == */
#glnv #Gmenu1000 ul:first-of-type
{
    background-image: url("../../../Images/glnv_line.png") !important;
    background-position: 4px 2px !important;
    background-repeat: no-repeat !important;
}

.B_GNavi .MenuListDiv ul li.GNaviSelected a
{
    background: #005E26;
    color: #000000;
    border-radius: 7px;
}

.B_GNavi .GNaviSelected[class~="num1"] a:first-of-type
{
    background: url(../../../Images/glnv_1s.png) no-repeat center 90% #005E26;
}

.B_GNavi .GNaviSelected[class~="num2"] a:first-of-type
{
    background: url(../../../Images/glnv_2s.png) no-repeat center 90% #005E26;
}

.B_GNavi .GNaviSelected[class~="num3"] a:first-of-type
{
    background: url(../../../Images/glnv_3s.png) no-repeat center 90% #005E26;
}

.B_GNavi .GNaviSelected[class~="num4"] a:first-of-type
{
    background: url(../../../Images/glnv_4s.png) no-repeat center 90% #005E26;
}

.B_GNavi .GNaviSelected[class~="num5"] a:first-of-type
{
    background: url(../../../Images/glnv_5s.png) no-repeat center 90% #005E26;
}


/* == リンクカラー == */
.B_GNavi li a:link,
.B_GNavi li a:visited,
.B_GNavi li a:hover,
.B_GNavi li a:active
{
}

.B_GNavi .GNaviFrame li a:link,
.B_GNavi .GNaviFrame li a:visited,
.B_GNavi .GNaviFrame li a:hover,
.B_GNavi .GNaviFrame li a:active
{
}

.B_GNavi .GNaviFrame li a:hover
{
    text-decoration: underline;
}

.B_GNavi .GNaviFrame .layer1 a:hover
{
    text-decoration: underline;
}

.GNaviFrame
{
}

.B_GNavi .MenuListDiv ul li
{
	margin: 0;
	padding: 0;
	width: 196px;
	float: left;
/*    height: 60px; */
}

/*   ナビ項目の画像表示 */
.B_GNavi .num1 a
{
/*    background: url(../../../Images/glnv_icon_01.png) no-repeat center 12px !important;  */
}

.B_GNavi .num2 a
{
/*    background: url(../../../Images/glnv_icon_02.png) no-repeat center 12px !important;  */
}

.B_GNavi .num3 a
{
/*    background: url(../../../Images/glnv_icon_03.png) no-repeat center 12px !important;  */
}

.B_GNavi .num4 a
{
/*    background: url(../../../Images/glnv_icon_04.png) no-repeat center 12px !important;  */
}

.B_GNavi .num5 a
{
/*    background: url(../../../Images/glnv_icon_05.png) no-repeat center 12px !important;  */
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.B_GNavi
{
	background: #B3E1F7;
	margin: 0px 0px 10px 0px;
	padding: 0;
	position: relative;
	width: 320px;
}

.B_GNavi .MenuListDiv
{
	margin: auto;
	position: relative;
	width: 320px;
}

.B_GNavi .MenuListDiv ul
{
	margin: 0px;
	padding: 15px 0px 0px 0px;
	width: 320px;
}

.B_GNavi .MenuListDiv ul li
{
    margin: 0;
    padding: 0;
    width: 165px;
    position: relative;
}

.B_GNavi .MenuListDiv ul .firstnav
{
    background: none;
}

.B_GNavi .MenuListDiv ul li a.Title
{
	display: block;
	font-size: small;
	font-weight: bold;
	height: auto !important;
	padding: 5px 5px 5px 5px;
	text-align: center;
	text-decoration: none;
	width: auto;
	margin: 0px 5px;
}

.B_GNavi .layer0 > div
{
    display: none;

}

.B_GNavi .layer0
{
    display: inline-block;
}

.B_GNavi .layer2
{
}


/* == 背景処理 == */
.GNaviFrame,
.GNaviFrame ul,
.GNaviFrame li
{
    background: none #ffffff !important;
}

.B_GNavi .num1 a:first-of-type
{
/*    background: url(../../../Images/glnv_1.png) no-repeat center 90%;  */
}

.B_GNavi .num2 a:first-of-type
{
/*    background: url(../../../Images/glnv_2.png) no-repeat center 90%;  */
}

.B_GNavi .num3 a:first-of-type
{
/*    background: url(../../../Images/glnv_3.png) no-repeat center 90%;  */
}

.B_GNavi .num4 a:first-of-type
{
/*    background: url(../../../Images/glnv_4.png) no-repeat center 90%;  */
}

.B_GNavi .num5 a:first-of-type
{
/*    background: url(../../../Images/glnv_5.png) no-repeat center 90%;  */
}




/* == 展開メニュー調整 == */
.GNaviFrame
{
    z-index: 1000;
    position: absolute;
    width: 860px;
    left: 0px;
}

.GNaviFrame
{
    display: none !important;
}

.B_GNavi .GNaviFrame ul
{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0px 0px 5px 5px;
    left: 0;
    list-style: outside none none;
    padding: 15px;
    top: -5px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    border: 2px solid #005E26;
    width: 826px;
    position: absolute;
}

.B_GNavi .GNaviFrame ul .layer1
{
    width: 24%;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
}

.B_GNavi .GNaviFrame ul .layer1 a.Sub_Title
{
	background: url("../../../Images/icon.png") no-repeat left 6px !important;
	display: block;
	font-size: 100%;
	height: auto;
	min-height: 20px;
	padding: 5px 20px;
	text-align: left;
	color: #000000 !important;
}

/* == 選択時表示 == */
#glnv #Gmenu1000 ul:first-of-type
{
    background-image: url("../../../Images/glnv_line.png") !important;
    background-position: 4px 2px !important;
    background-repeat: no-repeat !important;
}

.B_GNavi .MenuListDiv ul li.GNaviSelected a
{
    background: #005E26;
    color: #000000;
    border-radius: 7px;
}

.B_GNavi .GNaviSelected[class~="num1"] a:first-of-type
{
    background: url(../../../Images/glnv_1s.png) no-repeat center 90% #005E26;
}

.B_GNavi .GNaviSelected[class~="num2"] a:first-of-type
{
    background: url(../../../Images/glnv_2s.png) no-repeat center 90% #005E26;
}

.B_GNavi .GNaviSelected[class~="num3"] a:first-of-type
{
    background: url(../../../Images/glnv_3s.png) no-repeat center 90% #005E26;
}

.B_GNavi .GNaviSelected[class~="num4"] a:first-of-type
{
    background: url(../../../Images/glnv_4s.png) no-repeat center 90% #005E26;
}

.B_GNavi .GNaviSelected[class~="num5"] a:first-of-type
{
    background: url(../../../Images/glnv_5s.png) no-repeat center 90% #005E26;
}


/* == リンクカラー == */
.B_GNavi li a:link,
.B_GNavi li a:visited,
.B_GNavi li a:hover,
.B_GNavi li a:active
{
}

.B_GNavi .GNaviFrame li a:link,
.B_GNavi .GNaviFrame li a:visited,
.B_GNavi .GNaviFrame li a:hover,
.B_GNavi .GNaviFrame li a:active
{
}

.B_GNavi .GNaviFrame li a:hover
{
    text-decoration: underline;
}

.B_GNavi .GNaviFrame .layer1 a:hover
{
    text-decoration: underline;
}

.GNaviFrame
{
}

.B_GNavi .MenuListDiv ul li
{
	margin: 0;
	padding: 0;
	width: 157px;
/*	background: url(../../../Images/glnv_point.png) no-repeat 6px center;  */
	vertical-align: top;
}

.B_GNavi .MenuListDiv ul .lastnav
{
	width: 320px;
}

/*   ナビ項目の画像表示 */
.B_GNavi .num1 a
{
/*    background: url(../../../Images/glnv_icon_01.png) no-repeat center 12px !important;  */
}

.B_GNavi .num2 a
{
/*    background: url(../../../Images/glnv_icon_02.png) no-repeat center 12px !important;  */
}

.B_GNavi .num3 a
{
/*    background: url(../../../Images/glnv_icon_03.png) no-repeat center 12px !important;  */
}

.B_GNavi .num4 a
{
/*    background: url(../../../Images/glnv_icon_04.png) no-repeat center 12px !important;  */
}

.B_GNavi .num5 a
{
/*    background: url(../../../Images/glnv_icon_05.png) no-repeat center 12px !important;  */
}
}
