.naviinner-box {
   
    margin: 0 auto;
}
.naviinner-box:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    line-height: 1;
    z-index: 999;
    height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
}
#top-head.page{
	background-color: rgba(255,255,255,0.90);
}
#top-head a,
#top-head {

    text-decoration: none;
}
#top-head .naviinner-box {
	position: relative;
	font-size: 90%;
}
#top-head .logo {
    width: 50px;
    display: block;
    float: left;
    background-size: 50px auto;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../hc_img/logo.png);
    height: 50px;
    margin-left: 30px;
}
#global-nav ul {
    font-family: lato,'メイリオ',Meiryo,serif;
    list-style: none;
    position: absolute;
    right: 0px;
    width: 60%;
    font-size: 120%;
    display: block;
    text-align: right;
    margin-top: 16px;
}
#global-nav ul li {
	width: 16%;
	display: inline-block;
}


#global-nav li.current {
	border-bottom: thin solid #910203;
}
#global-nav a {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	text-align: center;
	width: 100%;
	float: left;
	display: block;
	border-bottom: 2px solid rgba(255,255,255,0.00);
	height: 40px;
  }
#global-nav a:link {
    text-decoration: none;
}
#global-nav a:visited {
    text-decoration: none;
}
#global-nav a:hover {
    border-bottom: 2px solid #192D7A;
    color: #2E4396;
}

 
/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 20px;
	background: #fff;
	background-color: rgba(255,255,255,0.94);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.12);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.12);
}
#top-head.fixed .logo {
    margin-top: -6px;
}
#top-head.fixed #global-nav ul{
    margin-top: 6px;
}
#top-head.fixed #global-nav a {
	margin: 0 0;
	text-align: center;
	width: 100%;
	float: left;
	display: block;
	border-bottom: 2px solid rgba(0,0,0,0.00);
	height: 40px;
  }
  #top-head.fixed #global-nav a:hover {
    color: #2E4396;
    border-bottom: 2px solid #192D7A;
}
/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 34px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: #192D7A;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
@media screen and (max-width: 979px) {
#top-head .logo {
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0px;
	width: 70%;
	font-size: 115%;
	display: block;
	text-align: right;
	margin-top: 16px;
}
#global-nav ul li {
	display: inline-block;
	width: auto;
	margin-right: 3%;
}

}
@media screen and (max-width: 736px) {
    #top-head,
    .naviinner-box {
	width: 100%;
	padding: 0;
	margin: 0px;
    }
    #top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
	height: 50px;
    }
    /* Fixed reset */
    #top-head.fixed {
	padding-top: 0;
	background: transparent;
	top: 0%;
	height: 50px;
    }
    #mobile-head {
    background-color: #FFFFFF;
    width: 100%;
    height: 50px;
    z-index: 999;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.11);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.11);
    }
    #top-head .logo {
    display: block;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 30px auto;
    }
	 #top-head.fixed .logo
	 {
    display: block;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    }
	
    #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background-color: #192D7A;
    width: 100%;
    text-align: center;
    padding: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    }
    #global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	width: 100%;
	margin-top: 0px;
    }
	#top-head.fixed #global-nav ul{
	margin-top: 0px;
}
    #global-nav ul li {
	float: none;
	position: static;
	display: block;
	width: 100%;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    padding: 0.5em 0;
    border-bottom: 1px solid rgba(255,255,255,0.21);
    height: 30px;
    margin-top: 15px;
    color: rgba(255,255,255,1.00);
    }
    #nav-toggle {
	display: block;
	margin-right: 1%;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(550px);
	-webkit-transform: translateY(550px);
	transform: translateY(550px);
    }
#global-nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#global-nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#global-nav a:hover {
	color: rgba(253,253,253,1.00);
}
#top-head.fixed #global-nav a:hover {
	color: #F6F6F6;
	border-bottom-color: rgba(255,255,255,0.21);
	border-bottom-width: thin;
}
}
