/*-----------------------------------------*/
/*トップ用グローバルメニュー*/
/*-----------------------------------------*/

.blurry-menu-top {
	position: relative;
	width: 1040px;
	margin: 0 auto;
}

.blurry-menu-top ul {
	top: -600px;
	width: 1040px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: table;
	text-align: center;
	overflow: hidden;
	position: absolute;
	background: rgba(255,255,255,0.9);
}

.blurry-menu-top li {
	display: table-cell;
	vertical-align: middle;
}

.blurry-menu-top a {
	color: #000;
	display: block;
	font-size: 16px;
	height: 66px;
	line-height: 66px;
	position: relative;
	text-decoration: none;
	z-index: 2;
	font-size: 90%;
}

.blurry-menu-top a:focus {
	outline: 0;
}

.blurry-menu-top li:first-child a {
	border-left: none;
	background-color: #539c83;
	color: #FFF;
}

.blurry-menu-top li:last-child a {
	border-right: none;
}

.blurry-menu-top ul a:hover {
	background: #539c83;
	color: #FFF;
}

@media screen and (max-width: 768px) {
	
	/*-----------------------------------------*/
	/*トップ用グローバルメニュー*/
	/*-----------------------------------------*/
	.blurry-menu-top {
		display: none;
	}

}