@charset "UTF-8";
/****************************************************
	propeller_GlobalMenu
****************************************************/
/*#globalmenu {overflow: visible;margin-right: auto;margin-left: auto;display: flex!important;flex-wrap: wrap;justify-content: center;}

#globalmenu li {float: none;list-style-type: none;text-align: center;width: 12.5%;border-right: 1px solid #e2e2e2;box-sizing: border-box;}*/

#globalmenu {
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
}

#globalmenu li {
    float: left;
    list-style-type: none;
    text-align: center;
    width: 16.6666%;
    border-right: 1px solid #e2e2e2;
    box-sizing: border-box;
}

#globalmenu li:first-child{border-left: 1px solid #e2e2e2;}

#globalmenu:after
{
	/*クリアフィックス*/
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
/************* PC用 **************/
.type1 #globalmenu li a {display: block!important;height: auto!important;margin: 0;padding: 25px 0;line-height: 1!important;color: #333!important;background-color: #fff!important;font-size: 14px;font-weight: bold;width: 100%!important;}

.type1 #globalmenu li.menu-item-8 a {background-color: #fff;border-right: none!important;}

.type1 #globalmenu li.menu-item a {background-image: none!important;background-repeat: no-repeat;}

.type1 #globalmenu li a:hover {text-decoration: none;background-color: #fff;opacity: .3;}

#menu-item-13068 a{margin-right: 20px;background-color: #333;color: #fff!important;padding: 5px 15px!important;border-radius: 50px;}

#menu-item-3102 a{padding-right: 5px!important;}

.type1 #globalmenu li.active a
{
	text-decoration: none;
	background-color: #FE0C0C;
}


/************* タブレット用 **************/
/*.type2 #globalmenu li a
{
	display: block;
	height: 50px;
	margin-right: 0px;
	line-height: 50px;
	color: #FFF;
	background-color: #000000;
	font-weight: bold;
	font-size: 10px;
}
.type2 #globalmenu li.menu-item-8 a
{
	background-color: #FC0618;  
	border-right: 1px solid #000000;
}
.type2 #globalmenu li.menu-item a
{
	background-image: url(gnavi_line.png);
	background-repeat: no-repeat;
}
.type2 #globalmenu li a:hover
{
	text-decoration: none;
	background-color: #FE0C0C;
}
.type2 #globalmenu li.active a
{
	text-decoration: none;
	background-color: #FE0C0C;
}*/

.type2 #globalmenu li a {display: block!important;height: auto!important;margin: 0;padding: 25px 0;line-height: 1!important;color: #333!important;background-color: #fff!important;font-size: 14px;font-weight: bold;width: 100%!important;}

.type2 #globalmenu li.menu-item-8 a {background-color: #fff;border-right: none!important;}

.type2 #globalmenu li.menu-item a {background-image: none!important;background-repeat: no-repeat;}

.type2 #globalmenu li a:hover {text-decoration: none;background-color: #fff;opacity: .3;}

.type2 #globalmenu li.active a
{
	text-decoration: none;
	background-color: #FE0C0C;
}



/************* スマフォ用 **************/
.type3 #globalmenu
{
	display: none;
	background-color: #FFF;
}
.type3 #globalmenu li
{
	text-align: left;
	width: 100%;
	border-left: none;
}
.type3 #globalmenu li a
{
	display: block;
	height: 44px;
	margin-bottom: 1px;
	line-height: 44px;
	color: #FFF;
	font-size: 16px;
	position: relative;
	text-indent: 10px;
	background-color: #000000;
}
.type3 #globalmenu li a:hover
{
	text-decoration: none;
}
.type3 #globalmenu li.active a
{
	background-position: 0px -550px;
	text-decoration: none;
	background-color: #FE0C0C;
}
.type3 #globalmenu li a .icon02
{
	background-image: url(icon02.png);
	height: 15px;
	width: 15px;
	position: absolute;
	top: 15px;
	right: 10px;
}
