﻿@charset "utf-8";

/* メインビジュアル */
.g_nav{
	width: 100%;
	border-top: 4px solid #003567;
	position: relative;
	z-index: 10;
}
.g_nav ul{
	width: 960px;
	height: 72px;
	margin: 0 auto -13px auto;
	position: relative;
}
.g_nav ul li{
	height: 72px;
	position: absolute;
}
.g_nav ul li:nth-child(1){
	left: 0;
}
.g_nav ul li:nth-child(2){
	left: 120px;
}
.g_nav ul li:nth-child(3){
	left: 400px;
}
.g_nav ul li:nth-child(4){
	left: 680px;
}