/* メインメニュー　PC用
----------------------------------------------------------------------------------------------------------*/

div.panel{
	display:block;
}
a#menu{
	display:none;
}
#mainNav ul,
#mainNav li,
#mainNav span,
#mainNav a {
	margin: 0;
	padding: 0;
	position: relative;
}
.mainNav-box {
	display: block;
	clear: both;
	z-index: 300;
	padding: 0;
	margin-bottom: 20px;
	text-align: center;
}
#mainNav:after,
#mainNav ul:after {
  	content: '';
	display: block;
	clear: both;
}
#mainNav .pullMain li span span{
	font-size: 10px;
	line-height: 1em;
	color: rgba(255,255,255,0.40);
	letter-spacing: 1px;
	margin: 0px 0 0;
	padding: 0px;
	display: block;
	font-weight: normal;
}
#mainNav ul {
	list-style: none;
	float: left;
}
#mainNav ul li {
	float: left;
}
#mainNav ul li:hover {
	border-top: 3px solid #ff9900;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
	background: rgba(255,255,255,0.40);
	height: 71px;
}
#mainNav ul li a {
	width: 170px;
	color: #fff;
	font-size: 15px;
	line-height: 28px;
	padding: 15px 10px 15px;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
}
#mainNav ul li:hover a {
  color: #ff9900;
}
#mainNav ul li:last-child a {
	width: 174px;
}
#mainNav ul li:hover:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #ff9900;
	margin-left: -5px;
	top:63px;
}
#mainNav ul li ul li:hover:after {
	border-left: none;
	border-right: none;
	border-bottom: none;
}
#mainNav ul li.active:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
}
#mainNav .has-sub {
	z-index: 1000;
}
#mainNav .has-sub:hover ul {
	display: block;
}
#mainNav .has-sub ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	border-right: none;
	padding-top: 3px;
}
#mainNav .has-sub ul li {
	*margin-bottom: -1px;
	border-top: none;
	height: 37px;
}
#mainNav .has-sub ul li a{
	border-bottom: 1px dotted rgba(255,255,255,0.40);
	border-left: none;
	filter: none;
	font-size: 14px;
	display: block;
	line-height: 120%;
	padding: 10px 4px 10px 10px;
	color: #fff;
	width: 170px;
	text-align: left;
	*z-index: 1000;
}
#mainNav .has-sub ul li:last-child a{
	border-bottom: none;
}
#mainNav .has-sub ul li:hover {
	border-top: none;
}
#mainNav .has-sub ul li:hover a {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#mainNav .has-sub .has-sub:hover > ul {
	display: block;
}
#mainNav .has-sub .has-sub ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
}
#mainNav .has-sub .sub-menu .sub-menu a:hover {
	background: #ff6666;
}
#mainNav .has-sub .has-sub:before {
	font-family: "FontAwesome";
	content: "\f078";
	color: #475f00;
	position: absolute;
	margin-top: 8px;
	right: 10px;
	z-index: 10;
}