@charset "utf-8";

/**********************************************/
#header2 {
	position: relative;
}
#seo {
	text-align: right;
	padding-right: 335px;
	padding-top: 11px;
}
#seo h1{
	color: #343434;
	font-size: 11px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
}
#header2 .hnav {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
}
#header2 .hnav ul{
	color: #fff;
}
#header2 .hnav li {
	float: left;
	font-size: 13px;
}
#header2 .hnav li a{
	position: relative;
	display: block;
	background: #0c71bf;
	color: #fff;
	line-height: 35px;
	padding: 0 23px;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
}
#header2 .hnav li:nth-child(1) a{
	border-radius: 0px 0px 0 3px;
}
#header2 .hnav li:nth-child(3) a{
	border-radius: 0px 0px 3px 0;
}
#header2 .hnav li:nth-child(2) a::before,
#header2 .hnav li:nth-child(2) a::after{
	position: absolute;
	content: '';
	display: block;
	top: 11px;
	width: 1px;
	height: 10px;
	background: #fff;
}
#header2 .hnav li:nth-child(2) a::before {
	left: 0;
}
#header2 .hnav li:nth-child(2) a::after {
	right: 0;
}
#header2 .hnav li a:hover{
	background: #26b9eb;
}
#header2 .inner {
	min-height: 100px;
}
#header2 #h_logo {
	position: absolute;
	bottom: 0;
	top: 30px;
}

/*グローバルナビ
**********************************************/
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.fixed2 {
    position: fixed;
    top: 100px;
    width: 100%;
    z-index: 10000;
}

#gnav {
    position: relative;
	background: #0491cc url(../common_img/bg_nav.png);
}

#gnav ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}
#gnav .gnav > li {
	position: relative;
	display: table-cell;
    text-align: center;
	font-weight: bold;
	vertical-align: middle;
	height: 70px;
}
/*
#gnav .gnav > li a {
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 70px;
	font-size: 1.6rem;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}
*/
#gnav .gnav > li a {
    display: table-cell;
    color: #fff;
    text-decoration: none;
    /* line-height: 70px; */
    font-size: 1.6rem;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    height: 70px;
    vertical-align: middle;
    width: -webkit-calc(100% / 6);
}

#gnav .gnav > li a:hover {
    text-decoration: none;
    opacity: 0.7;
}

#gnav .gnav > li.nav01 a {
	background: url(../common_img/bg_nav01.png);
}
#gnav .gnav > li.nav02 a {
	background: url(../common_img/bg_nav02.png);
}
#gnav .gnav > li.nav03 a {
	background: url(../common_img/bg_nav03.png);
}
#gnav .gnav > li.nav04 a {
	background: url(../common_img/bg_nav04.png);
}
#gnav .gnav > li.nav05 a {
	background: url(../common_img/bg_nav05.png);
}
#gnav .gnav > li.nav06 a {
	background: url(../common_img/bg_nav06.png);
	letter-spacing: -0.05em;
	font-size: 1.5rem;
}
