@charset "UTF-8";
/* CSS Document */
.gblnv_box{background-image:url(../img/cont_head_sp.jpg); background-color: #001E3C; width: 100%; margin-left:-2%; height: 74px; position:absolute;}
.gblnv_box a {margin: 16px;}
.gblnv_box a.menu-trigger {margin: 10px; padding:5px; background-color:#001E3C; border-radius:4px;}
.gblnv_block{background-color: #001E3C; color: #ffffff; height: auto; display: none;}
.gblnv_block ul{padding: 10px; clear:both;}
.gblnv_block ul li{background-color: #001E3C;line-height: 180%; border-top:#eee solid 1px;}
.gblnv_block ul li a{color: #ffffff !important ;font-size: 20px; line-height: 260%; text-decoration:none;}
.onanimation{display: block;}

.gblnv_block a.active {
	background:none !important;
}


.menu-trigger,
.menu-trigger span {display: inline-block; transition: all .4s; box-sizing: border-box;}
.menu-trigger {position: relative; width: 40px; height: 40px;float:right;text-decoration:none;}
.menu-trigger span {
	position: absolute;
	left: 5px;
	width: 30px;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 6px;
}
.menu-trigger span:nth-of-type(2) {
	top: 17px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 8px;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(-45deg);
	transform: translateY(12px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}


.head_logo_svg {
	width:calc( 100% - 80px);
	margin:10px 0;
}
.menu_txt {
	color:#FFF;
	position:relative;
	bottom:-20px;
	font-size:12px;
}

@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}

.nav {
	float:left;
	width:100%;
    background: none repeat scroll 0 0 #001E3C;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px; 
    font-weight: bold;
    margin-top: 3px;
   	padding: 0;
	color:#fff;
	line-height:33px;
	font-size:13px;
}

.nav p{
	float:left;
	width:200px;
	font-size:12px;
	margin:0;
}


.nav ul {
	float:left;
	width:100%;
	margin: 0;
	padding:0;
    text-align: center;
}

.nav ul li{
	width:24%;
	height:45px;
	display:block;
	font-size:20px;
	margin-top:3px;
	margin-bottom: 4px;
	text-decoration: none;
	color:#001E3B !important;
	border-radius: 5px 5px 5px 5px;
    background: -moz-linear-gradient(#FFFFFF, #CECECE 50%, #999);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #CECECE), to(#999));
	
}

/*
nav li {
    float: left;
	width:166px;
	height:32px;
    list-style: none outside none;
	border-radius: 5px 5px 5px 5px;
	text-shadow: 1px 1px 0 #969696;
	text-align:center;
	font-size:15px;
}
nav li img{
	line-height:30px;
	vertical-align: middle;
	margin-right:10px;
	padding-bottom: 3px;
	border:none;
}


*/

.nav ul li a{
	text-decoration: none;
	line-height: 45px;
	display: block;
}



.nav li a.nav_link {
	height:45px;
	display:block;
    display: block;
	text-decoration: none;
	color:#333333 !important;
	border-radius: 5px 5px 5px 5px;
    background: -moz-linear-gradient(#FFFFFF, #CECECE 50%, #999);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #CECECE), to(#999));
}	/*グラデ*/


.nav li a:hover,.nav_link_active {
    display: block;
	height:45px;
	text-decoration: none;
	color:#333333 !important;
	border-radius: 5px 5px 5px 5px;
    background: -moz-linear-gradient(#FFFFFF, #7FB2CC 50%, #006699);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #7FB2CC), to(#006699));
	text-shadow: 1px 1px 0 #bbbbbb;
}	/*グラデ*/


.nav li .active {
    display: block;
	height:45px;
	text-decoration: none;
	color:#333333 !important;
	border-radius: 5px 5px 5px 5px;
    background: -moz-linear-gradient(#FFFFFF, #7FB2CC 50%, #006699);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #7FB2CC), to(#006699));
	text-shadow: 1px 1px 0 #bbbbbb;
}	/*グラデ*/




#nav1{
	margin-left:5px;
	color:#333333 !important;
}

#nav1 a,a:link{
	color:#001E3B !important;
}

#nav2{
	/*margin-right:5px;*/
}

#nav2 a,a:link{
	color:#001E3B !important;
}

#nav3{
	/*margin-right:5px;*/
}

#nav3 a,a:link{
	color:#001E3B !important;
}

#nav4 a,a:link{
	color:#001E3B !important;
}



/*
nav li.nav1{
	background:url(../img/ico_nav1.png);
	background-repeat:no-repeat;
	background-position:15px 5px;
}

nav li.nav2{
	background:url(../img/ico_nav2.png);
	background-repeat:no-repeat;
	background-position:15px 5px;
}
*/


/* Desktop Layout: 640px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media print, only screen and (min-width: 640px) {

.nav {
	float:left;
	height:36px;
	width:98%;
    font-weight: bold;
    margin-top: 3px;
   	padding: 3px 1%;
	color:#fff;
	line-height:33px;
	font-size:13px;
}

.nav p{
	float:left;
	width:20%;
	font-size:12px;
	margin:0;
}


.nav ul {
	float:right;
	width:79%;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.nav ul li{
	float:left;
	width:24%;
	height:32px;
	display:block;
    list-style: none outside none;
    margin: 0 2px;
	padding:2px 0;
}
.nav ul li img{
	max-width:100%;
}
#nav1 a, #nav2 a,#nav3 a,#nav4 a{
	height:32px;
	display:block;
	background-repeat:no-repeat;
	outline: medium none;
	padding-right:0; /*2012.02.10追加*/
	border-right:none;/*2012.02.10追加*/
}

#nav1 a:hover,#nav2 a:hover,#nav3 a:hover,#nav4 a:hover{
	height:32px;
	display:block;
	background-repeat:no-repeat;
	outline: medium none;
	padding:0 0 2px 0;
}

#nav1 a.active,#nav2 a.active,#nav3 a.active,#nav4 a.active {
	height:32px;
	display:block;
	background-repeat:no-repeat;
	outline: medium none;
	padding:0 0 2px 0;
}

}