@charset "UTF-8";
/* CSS Document */

nav{
	width:100%;
	margin:0 auto;
	padding:0;
	background: url(images/navi02bk.gif) repeat-x left top;
}

nav ul.menu:before,
nav ul.menu:after {
  content: "";
  display: table;
}

nav ul.menu:after {clear: both;}

nav ul.menu{
	position:relative;
	max-width:1000px;
	width:100%;
	margin:0 auto;
	padding:0;
	z-index:8888;
}

nav ul.menu li{
	position:relative;	
	width:16.6%;
	float:left;
	list-style:none;
	text-align:center;
	margin:0;
}
nav ul.menu li a{
	position:relative;
	display:block;
	color:#333;
	width:100%;
	letter-spacing:1.4pt;	
	text-decoration:none;
	margin:0;
	height:70px;
	padding:0;
	transition:0.2s;
	box-sizing:border-box;
	text-indent:-9999px;
}
nav ul.menu li a:hover{
	opacity:0.6;
	filter:"alpha(opacity=0.6)";
}
nav ul.menu li:nth-child(1) a{background:url(images/nv_01.gif) center right no-repeat;}
nav ul.menu li:nth-child(2) a{background:url(images/nv_02.gif) center right no-repeat;}
nav ul.menu li:nth-child(3) a{background:url(images/nv_03.gif) center right no-repeat;}
nav ul.menu li:nth-child(4) a{background:url(images/nv_05.gif) center right no-repeat;}
nav ul.menu li:nth-child(5) a{background:url(images/nv_06.gif) center right no-repeat;}
nav ul.menu li:nth-child(6) a{background:url(images/nv_07.gif) center no-repeat;}

/************************************* 画面サイズが1024px以下の場合に適用 ************************************/
@media only screen and (max-width: 1024px) {
header{min-height:56px;}
/* hide the link until viewport size is reached */
a.meanmenu-reveal{
	display: none;
}

nav{
	width:100%;
	background:none;
	}

nav ul.menu{
	max-width:100%;
	background:none;	
}

nav ul.menu li{
	width:100%;
	min-width:auto;
	float:none;
	background:none;
}
	
/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	width: 100%;
	position: absolute;
	margin:25px 10px 0 0;
	z-index: 9999 !important;
}

.mean-container a.meanmenu-reveal {
	width: 56px;
	height: 56px;
	padding: 0;
	position: absolute;
	top: -25px;
	line-height:40px;
	font-size:48px !important;
	right: 0;
	cursor: pointer;
	color:#134186;
	text-decoration: none;
	text-indent: -9999em;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	background:url(images/sp_menu.png) center/48px no-repeat,#a6a128;
	z-index:9999;
}

.mean-container a.meanmenu-reveal.meanclose{background:url(images/sp_menu.png) center/48px no-repeat,#a6a128;}

.mean-container a.meanmenu-reveal span {
	display: block;
	width:40px;
	height:40px;
	background:url(../img/sp_menu.png) center no-repeat;
	background-size:40px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	margin-top: 31px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin:0 auto;
	width: 100%;
	background:#a6a128;
	position:relative;
	z-index: 9999;
	list-style-type: none;
	border:none;
}

.mean-container .mean-nav ul li{
	position: relative;
	float: left;
	width: 100%;
	margin:0 !important;
	padding:0;
	background:none;
	border:none;
}

.mean-container .mean-nav ul li a{
	display: block;
	font-size:14px;
	font-weight:400;
	color:#fff;
	text-indent:0;
	position:relative;
	width: 90%;
	height:46px;
	line-height:46px;
	padding: 0 5%;
	margin: 0;
	text-align: left;
  	border-bottom: 1px solid #fff;	
	text-decoration: none;
	font-weight:400;
	text-transform: uppercase;
	z-index:9999;	
	background:none;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}
.mean-container .mean-nav ul li a:hover,
.mean-container .mean-nav ul li a.current:hover{
	background: #22487e; /* Old browsers */
    text-decoration: none;
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 20px;
	height:45px;
	line-height:46px;
	padding: 0 5%;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-size:14px;
	font-weight:bold !important;
	z-index:9999;
	border-left:1px solid #fff;
}

.mean-container .mean-push {
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

.mean-container .mean-bar, .mean-container .mean-bar * {
	z-index:1;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

nav ul.menu{background:none;}

nav ul.menu li:first-child a{
	color:#fff;
	font-weight:200;
}	
nav ul.menu li a{
	position:relative;
	display:block;
	color:#333;
	width:100%;
	letter-spacing:1.4pt;	
	text-decoration:none;
	margin:0;
	padding:14px 0;
	transition:0.2s;
	box-sizing:border-box;
}
nav ul.menu li:nth-child(1) a,nav ul.menu li:nth-child(2) a,
nav ul.menu li:nth-child(3) a,nav ul.menu li:nth-child(4) a,
nav ul.menu li:nth-child(5) a,nav ul.menu li:nth-child(6) a{background:none;}

}

/*----------------------------------------------------
	メガメニューここまで
----------------------------------------------------*/

