/* メインメニュー　PC用
----------------------------------------------------------------------------------------------------------*/
div.panel{
	display:block;
	width: 100%;
    height: 35px;
	margin: 0 auto 120px;
}
a#menu{
	display:none;
}
#mainNav ul,
#mainNav li,
#mainNav span,
#mainNav a {
	margin: 0;
	padding: 0;
	position: relative;
}
.mainNav-box {
	display: block;
	z-index: 300;
	width: 100%;
	text-align: center;
	padding: 0;
	transition: all 0.5s;
}
#mainNav:after,
#mainNav ul:after {
  	content: '';
	display: block;
	clear: both;
}
#mainNav ul {
	list-style: none;
}
#mainNav ul li a {
	display: block;
    font-size: 18px;
	line-height: 35px;
    padding: 4px 20px;
    border-left: 1px dotted #ccc;
}
#mainNav ul li:last-child {
    border-right: 1px dotted #ccc;
}
#mainNav ul li {
	font-size: 1.6rem;
	text-align: center;
	transition: all 0.5s;
}
#mainNav ul li:hover a {
	color: #fff;
}
#mainNav ul li:hover:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
    top: 38px;
	left: 50%;
	bottom: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	margin-left: -5px;
}
#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;
	width: 100%;
	top: 100%;
	border-right: none;
}
#mainNav .has-sub ul li {
    border-top: none;
    border-left: none;
}
#mainNav .has-sub ul li:last-child {
	border-right: none;
}
#mainNav .has-sub ul li a{
	filter: none;
	display: block;
    width: 150px;
	color: #fff;
	text-align: left;
	padding: 4px 4px 4px 10px;
    margin: 0;
    border-left: none;
    border-bottom: 1px dotted rgba(255,255,255,0.30);
	transition: all 0.5s;
    *z-index: 10;
}
#mainNav .has-sub ul li:last-child a{
	border-bottom: none;
}
#mainNav .has-sub ul li a:hover {
	border-top: none;
}
#mainNav .has-sub ul li :last-child a {
	border-right: none;
}
#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 .has-sub ul li a {
	margin-left: 0;
}
#mainNav .has-sub .sub-menu .sub-menu a:hover {
	background: #06F;
}
#mainNav .has-sub .has-sub:before {
	font-family: "FontAwesome";
	content: "\f054";
	color: #fff;
	position: absolute;
	margin-top: 8px;
	right: 10px;
	z-index: 10;
}

.side-b01,
.side-b02,
#page-top,
.fixed {
    display: none;
}
.top-box {
    left: 0 !important;
    width: 100% !important;
    transform: translateX(0%) !important;
    padding: 50px 20px 60px;
}
