﻿@charset "UTF-8";

/* ************************************** _

タイトル：navi.css

概要：ナビゲーション

_ ************************************** */

/* globalNavi
---------------------------------------------------------------------------- */
.gnavi_wrap{
	width:100%;
	background-color: #0074A7;
	/*border-top:1px solid #008edc;*/
	/*border-bottom:1px solid #808080;*/
}

ul#globalNavi {
	max-width: 1000px;
	width: 100%;
	text-align:center;
	margin:0 auto;
    padding:0 0 0 0;
	height:60px;
	/*display: inline-block;*/
}

ul#globalNavi li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size:16px;
	vertical-align: middle;
	/*width:auto;*/
	width:20%;
	font-weight:bold;
	/*
	display:block;
    padding:0 30px 0 0;
	color:#000;
	text-decoration: none;
	font-size:14px;
	float:left;
	*/
}


ul#globalNavi {
  display: flex;
	justify-content: space-between;
  list-style: none;
}
ul#globalNavi li {
  /*padding: 5px;*/
	width:20%;
}
ul#globalNavi li a {
  display: block;
  position: relative;
  text-decoration: none;
	height: 60px;
	line-height: 55px;
	padding: 0;
	color: #fff;
}
/*
ul#globalNavi li a::before,
ul#globalNavi li a::after {
  border-bottom: solid 3px #fff;
  bottom: -5px;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
ul#globalNavi li a::before {
  left: 50%;
}
ul#globalNavi li a::after {
  right: 50%;
}
ul#globalNavi li a:hover::before,
ul#globalNavi li a:hover::after {
  width: 50%;
}
*/
ul#globalNavi li a:hover {
	color:#fff;
	transition: all .3s ease;
  -webkit-transition: all .3s ease;
	background-color: #004969;
}



.fixed{
    position:fixed;
    top:0;
	z-index:99999999;
}
/*
ul#globalNavi li:nth-child(6) {
    padding:0;
}
*/
/*
ul#globalNavi li:nth-child(5) {
    padding:0;
}
ul#globalNavi li:last-child {
    padding:0;
}

ul#globalNavi li a {
	display:block;
	color:#000;
	text-decoration: none;
	border-bottom: 3px solid #ffffff;
}

ul#globalNavi li a:hover {
	color:#999;
	border-bottom:3px solid #45A5D6;
}
*/

@media screen and (max-width: 1024px) {
ul#globalNavi li {
	font-size:85%!important;
}
ul#globalNavi li a {
	padding: 0 5px;
}
}
