@charset "utf-8";

.GNavi {
  display:flex;
  flex-wrap:wrap;
  align-content: flex-start;
  justify-content:space-between;
  overflow-y: auto;
}
.GNavi__item {
  flex-basis:48%;
}

.menuNavi section ul li img {
	width:50px;
	height:50px;
}
.menuNavi section ul li a {
  width:50px;
  height:50px;
}
.menuNavi section ul {
  margin:0px 0px 0px 0px;
}
.menuNavi section ul li {
  margin:0px 3px 0px 3px;
}