#NAVI a, #NAVI a:visited {
	color: #000000;
	font-weight: 400;
	font-size: 12pt;
	text-decoration: none;
}

/*
#NAVI ul.Menu li {
	list-style: none;
	display: inline-block;
	padding: 0 20px;
	line-height: 12pt;
}
*/
/* 240725 - search in TOP */
#NAVI ul.Menu li {
	list-style: none;
	display: inline-block;
	/* padding: 0 20px; */
	line-height: 12pt;
	text-align: center;
}
#NAVI ul.Menu li:nth-child(1) {
	border-left: none;
}



#NAVI a:hover {
  color: #006;
}
#NAVI a.currentpg {
  color: #006;
  font-weight: 700;
}

#NAVImobile {
	display: block;
	position: relative;
	width: 100%;
	top: -5px;
}
#NAVI .Menu li ul li a.currentpg {
  font-weight: bold;
  background-color: rgba(0,0,0,0.5);
}

#NAVImobile.NAVIenabled {
display: block;
}
#NAVImobile.NAVIdisabled {
display: none;
}

#NAVImobile ul {
margin: 0;
padding: 0;
}
#NAVImobile li {
	list-style: none;
	margin-bottom: 0;
}
#NAVImobile a {
	display: block;
	padding: 9px;
	font-size: 12pt;
	text-decoration: none;
	color: #ffffff;
	background-color: #006C;
	border-bottom: solid 1px #666;
	text-align: center;
	font-weight: bold;
}
#NAVImobile a:hover {
  background-color: #006;
  color: #ffffff;
}
#NAVImobile ul ul li a {
  font-size: 10pt;
  font-weight: normal;
}
