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

.head_title h1, .head_title_blog h1{
	color: #fff;
	font-size: 190%;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	margin-top: 80px !important;
	display: inline-block;
}
div.panel{
	display:block !important;
}
a#menu{
	display:none !important;
}
#mainNav ul,
#mainNav li,
#mainNav span,
#mainNav a {
	margin: 0;
	padding: 0;
	position: relative;
}
#mainNav{
	float: right;
	margin-top: -50px;
	
}
.mainNav_box {
	clear: both;
	width: 1024px;
	z-index: 300;
	padding: 0;
	
	border-bottom: 3px solid #ff9191;
	text-align: center;
	margin-top: -49px;
}
#mainNav:after,
#mainNav ul:after {
  	content: '';
	display: block;
	clear: both;
}
#mainNav .pullMain li span span{
	font-size: 10px;
	line-height: 1em;
	color: #ccc;
	letter-spacing: 1px;
	margin: 0px 0 0;
	padding: 0px;
	display: block;
}
#mainNav ul {
	list-style: none;
	float: left;
}
#mainNav ul li {
	float: left;
}
#mainNav ul li:hover {
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}
#mainNav ul li a {
	color: #fff ;
	font-size: 18px;
	line-height: 28px;
	padding: 12px 12px 15px;
	text-decoration: none;
	display: block;
	text-align: center;
}
#mainNav ul li:hover a {
  color: #ff9191;
}
#mainNav ul li.menu_last a {
	padding-right: 0px;
}
#mainNav ul li.menu_last .sub-menu a {
	border-right: none;
}
#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 #ff9191;
	margin-left: -5px;
	top:50px;
}
#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;
}
#mainNav .has-sub ul li {
	border-top: none;
	height: 37px;
}
#mainNav .has-sub ul li a{
	background: #ff9191;
	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: 10;
	margin-top: 0px;
	border-bottom: 1px dotted #fff !important;
}
#mainNav .has-sub ul li a:hover {
	background: #2456a7;
	border-top: none;
	height: 37px;
}
#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{
	width: 200px;
	background: #ff9191;
}
#mainNav .has-sub .sub-menu .sub-menu a:hover {
	background: #2456a7;
}
#mainNav .has-sub .has-sub:before {
	font-family: "FontAwesome";
	content: "\f054";
	color: #fff;
	position: absolute;
	margin-top: 8px;
	right: 10px;
	z-index: 10;
}