@charset "utf-8";

.global {
	margin-bottom: 15px;
	padding: 0;
}

.global li {
	position: relative;
	list-style-type: none;
	width: 50%;
	height: auto;
	float: left;
	margin-bottom: 1px;
	padding: 0;
	text-align: center;
}

.global li a {
	font-size: 14px;
	color: #fff;
	padding: 10px 5px;
	margin: 0;
	display: block;
	text-decoration: none;
	border-right: 1px dotted #FFF;
}

.global li:last-child a {
	border-right: 0px;
}

.global li a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.global li ul {
	list-style: none;
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}

/*------　ドロップダウンナビ　------*/
.global li ul li {
	display: none;
}

/*------　メニュー説明（グローバルナビ）　------*/
.menu-description {
	display: none;
}

@media (min-width: 700px) {
.global li {
	width: 16.65%;
}
}

@media (min-width: 1000px) {
.global li {
	margin-bottom: 0px;
}

/*------　ドロップダウンナビ　------*/
.global li ul li {
	color: #fff;
	width: 100%;
	height: 0;
	display: inline;
	overflow: hidden;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.global li ul li a {
	font-size: 14px;
	font-weight: normal;
	border-right: 0px;
	height: auto;
	border-top: 1px dotted #FFF;
}

.global li:hover > ul > li {
	overflow: visible;
	height: auto;
}

/*------　メニュー説明（グローバルナビ）　------*/
.menu-description {
	color: #DDD;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.0;
	display: inline;
}
}