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

nav{
	width:100%;
	margin:0 auto;
	padding:0;
	background:#f3f3f3;
}

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

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

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

nav ul.menu li{
	position:relative;	
	width:20%;
	float:left;
	list-style:none;
	text-align:center;
	margin:0;
}
nav ul.menu li:first-child a{
	color:#fff;
	font-weight:600;
	background:#39c;
}
nav ul.menu li a span{padding-left:30px;}
nav ul.menu li:first-child a span{background:url(../img/nav_icon01.png) left top no-repeat;}
nav ul.menu li:nth-child(2) a span{background:url(../img/nav_icon02.png) left top no-repeat;}
nav ul.menu li:nth-child(3) a span{background:url(../img/nav_icon03.png) left top no-repeat;}
nav ul.menu li:nth-child(4) a span{background:url(../img/nav_icon04.png) left top no-repeat;}
nav ul.menu li:nth-child(5) a span{background:url(../img/nav_icon05.png) left top no-repeat;}

nav ul.menu li a{
	position:relative;
	display:block;
	color:#333;
	width:100%;
	letter-spacing:1.4pt;	
	text-decoration:none;
	margin:0;
	padding:12px 0;
	transition:0.2s;
	box-sizing:border-box;
}
nav ul.menu li:nth-child(2) a:before{
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top:-5px;
}

nav ul.menu li:nth-child(2) a:hover:before{border-color:#fff;}

nav ul.menu li:hover{background:#333;}
nav ul.menu li:hover a{color:#fff;}
nav ul.menu li ul li:first-child a{background:none;}

nav ul.menu li:nth-child(2):hover a span{background:url(../img/nav_icon02_on.png) left top no-repeat;}
nav ul.menu li:nth-child(3):hover a span{background:url(../img/nav_icon03_on.png) left top no-repeat;}
nav ul.menu li:nth-child(4):hover a span{background:url(../img/nav_icon04_on.png) left top no-repeat;}
nav ul.menu li:nth-child(5):hover a span{background:url(../img/nav_icon05_on.png) left top no-repeat;}

ul.menu li ul {
	display:none;
	width:100%;
	margin:0 auto;
	padding:0;
	position:absolute;
	left:0;
	background:rgba(0,0,0,0.7);
	z-index:9999;
}

ul.menu li ul li{
	float:none;
	display:table;
	width:100%;
	margin:0 auto;
	padding:0;
	border:none;
	border-top:1px solid #444;
	background:(0,0,0,0.75);	
	overflow:hidden;
}
ul.menu li ul li a{
	color:#fff;
	font-size:12px;
	line-height:1.2em;
}
ul.menu li ul li a:before{display:none;}
ul.menu li ul li a:hover{background:#555;}
nav ul.menu li ul li{background:none;}
nav ul.menu li ul li:first-child a{
	color:#fff;
	font-weight:200;
}

/************************************* 画面サイズが1024px以下の場合に適用 ************************************/
@media only screen and (max-width: 1024px) {
/* 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(../img/sp_menu.png) center/48px no-repeat,#39c;
}

.mean-container a.meanmenu-reveal.meanclose{background:url(../img/sp_menu_close.png) center/48px no-repeat,#39c;}


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

.mean-container .mean-nav ul {
	padding: 0;
	margin:0 auto;
	width: 100%;
	background:#39c;
	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: #333; /* 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 span,nav ul.menu li:nth-child(1):hover a span,
nav ul.menu li:nth-child(2) a span,nav ul.menu li:nth-child(2):hover a span,
nav ul.menu li:nth-child(3) a span,nav ul.menu li:nth-child(3):hover a span,
nav ul.menu li:nth-child(4) a span,nav ul.menu li:nth-child(4):hover a span,
nav ul.menu li:nth-child(5) a span,nav ul.menu li:nth-child(5):hover a span,
nav ul.menu li:nth-child(6) a span,nav ul.menu li:nth-child(6):hover a span{
	padding-left:0;
	background:none
	}
nav ul.menu li:nth-child(2) a:before{display:none;}
}

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

