
/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	/*position: relative;*/
	position: absolute;
	padding: 4px 0;
	z-index:5000;
}

.mean-container a.meanmenu-reveal { /* CLOSEボタン */
	width:40px;
	height:43px;
	padding: 12px 13px 11px 13px;
	position: absolute;
	top: 4px; /* ボタン位置 */
	right: 5;
	cursor: pointer;
	/*color:#f05a5a;
	text-decoration: none;
	font-size: 22px;
	line-height: 22px;
	font-size: 1px;*/
	display: block;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span { /* OPEN画像ボタン */
	width:40px;
	height:43px;
	text-indent: -9999px;
	background-image:url(../images/btn_menu.png);
	background-repeat:no-repeat;
	background-size:contain;
	display:block;
	margin-top:1px;
}
.mean-container a.meanmenu-reveal div { /* CLOSE画像ボタン */
	width:40px;
	height:43px;
	text-indent: -9999px;
	background: url(../images/btn_menu_close.png) no-repeat;
	background-size:contain;
	display:block;
	margin-top:1px;
}

.mean-container .mean-nav { /* OPNE時のメニューの背景色・位置 */
	float: left;
	width: 100%;
	/*background: #fff;*/
	margin-top:138px; /* レイヤーメニュー表示位置 */
	background-color:#2f7435;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	/*border-bottom:#666 solid 1px;*/
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
	font-size:15px;
	font-weight:bold;
	color: #595757;
}

.mean-container .mean-nav ul li a { /* 階層OPENボタン(文字） */
	display: block;
	float: left;
	width: 92%;
	padding: 10px 4% 10px 4%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
}
.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover { /* メニューマウスオン色 */
	/*background: #fff;*/
}

.mean-container .mean-nav ul li a.mean-expand { /* 階層OPENボタン */
	margin-top: 0px;
	width: 26px;
	height: 20px;
	padding: 9px 12px 14px 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	color:#2f7435 !important;
	background-color:#eff4ef; /* 開閉前 */
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background-color:#eff4ef; /* 開閉前 */
}

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

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


/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.mean-remove {
	display: none !important;
}