.FooterMenu.navbar
{
	
}
.FooterMenu.navbar .navbar-nav .nav-link
{
	padding: .2rem .5rem;
	text-transform: none;
}






/*----------------------------------------*/
/*プリローダー*/
.PreLoaderProgress,
.PreLoaderProgress:after
{
	border-radius: 50%;
	width: 10em;
	height: 10em;
}
.PreLoaderProgress
{
	margin: 60px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(255, 255, 255, 0.2);
	border-right: 1.1em solid rgba(255, 255, 255, 0.2);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
	border-left: 1.1em solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8
{
  0%
	{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100%
	{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8
{
  0%
	{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100%
	{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}




/*----------------------------------------*/
.OverlaySidebarFolded .OverlaySidebar .Title,
.OverlaySidebarFolded .OverlaySidebar .LogoText
{
	-webkit-transition: .4s;
	transition: .4s;
}
.OverlaySidebarFolded .OverlaySidebar:not(.SidebarIconsRight) .Title,
.OverlaySidebarFolded .OverlaySidebar:not(.SidebarIconsRight) .LogoText
{
	margin-left: 20px;
}
.OverlaySidebarFolded .OverlaySidebar .Title,
.OverlaySidebarFolded .OverlaySidebar .LogoText
{
	margin-left: 8px;
}
.OverlaySidebarFolded .OverlaySidebar:not(.SidebarIconsBoxed):not(.SidebarIconsRight) .SidebarHeader,
.OverlaySidebarFolded .OverlaySidebar:not(.SidebarIconsBoxed):not(.SidebarIconsRight) .MenuLink
{
	padding-left: 17px;
}

/**/
.OverlaySidebarFolded .OverlaySidebar:not(.SidebarIconsRight)
{
	width: 80px;
}
.OverlaySidebarFolded .OverlaySidebar:not(.SidebarIconsRight):hover
{
	width: 260px;
	-webkit-box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
}
/**/
.OverlaySidebarFolded .fa-toggle-on
{
	color: #FF0000;
}
/* .OverlaySidebarFolded .WrapperContents */
/*
.OverlaySidebarFolded .HeaderMenu,
.OverlaySidebarFolded .WrapperContents
{
	margin-left: 80px;
}
*/
/*
.HeaderMenu
{
	margin-left: 80px;
}
.OverlaySidebarFolded .HeaderMenu
{
	margin-left: 80px;
}
body
{
	padding-left: 80px;
}
*/



/**/
.OverlaySidebar a
{
	color: #EEEEEE;
	text-decoration: none;
	
}
/**/
.OverlaySidebar a:hover
{
	color: #FFFFFF;
}




/**/
.SidebarHeader
{
	padding: 0 12px;

	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;

	background-color: #926dde;
	color: #fff;
}

/**/
.SidebarHeader
{
	height: 64px;
	/* min-height: 64px; */
}

/**/
.SidebarHeader > *
{
	margin-left: 8px;
	margin-right: 8px;
}

/**/
.SidebarHeader .LogoIcon
{
	text-align: center;
	/* flex-basis: 30px; */
	flex-basis: 40px;
	font-size: 1.25rem;
	flex-shrink: 0;
}

/**/
.SidebarHeader .LogoIcon img
{
	height: 32px;
	width: 32px;
}

/**/
.SidebarHeader .LogoText
{
	font-size: 1rem;
	font-weight: 500;
	-webkit-box-flex: 1;
	flex-grow: 1;
}

/**/
.SidebarHeader .LogoText img
{
	height: 32px;
	/* width: 128px; */
	width: 96px;
}

/**/
.SidebarHeader .SidebarFold
{
	margin: 0;
	padding: 12px 8px;
	cursor: pointer;
}




/**/
.SidebarNavigation
{
	position: relative;
	overflow: hidden;
	-webkit-box-flex: 1;
	flex: 1 1;
}

/**/
.Menu
{
	list-style: none;
	padding-left: 0;
	margin-bottom: 30px;
}


/**/
.MenuCategory
{
	position: relative;
	padding: 1rem 20px 0.5rem;
	display: block;
	overflow: hidden;

	font-family: Roboto,sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.6875rem;
	font-weight: 500;
	line-height: 32px;
	color: #fff;
	opacity: 0.7;
	white-space: nowrap;
	text-overflow: ellipsis;

	color: #888888;
}

/**/
.MenuCategory::after
{
	content: '';

	position: absolute;
	top: 50%;
	width: 100%;
	height: 0;
	margin-top: 3px;
	margin-left: 1.5rem;
	vertical-align: middle;

	opacity: 0.3;

	border-top: 1px dashed #fff;
}

/**/
.MenuItem
{
	/* height: 32px; */
	
	vertical-align: top;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.OverlaySidebar .Menu > .MenuItem:hover > .MenuLink
{
	background-color: rgba(0,0,0,0.1);
}
.OverlaySidebar .MenuItem:hover > .MenuLink
{
	color: #fff;
}

/**/
.SidebarNavigation .MenuSubMenu
{
	/* display: none; */
	
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 0;
	margin-bottom: 0;

	list-style-type: none;

	background-color: #455160;
}

/**/
.MenuSubMenu .MenuLink
{
	height: 32px;
	font-size: .875rem;
	font-weight: 300;
	letter-spacing: 0;
	color: #fff;
	opacity: 0.8;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
}

/**/
.MenuSubMenu .MenuLink .Title
{
	font-size: 13px;
}


/**/
.MenuLink
{
	position: relative;
	height: 56px;
	padding: 0 12px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;

	font-weight: 400;

	-webkit-transition: .2s linear;
	transition: .2s linear;
}

/**/
.OverlaySidebar .MenuLink
{
	position: relative;
}

/**/
.MenuLink > *
{
	margin-left: 8px;
	margin-right: 8px;
}

/**/
.MenuLink .Icon
{
	text-align: center;
	flex-basis: 30px;
	flex-shrink: 0;

	font-size: 18px;
	/*
	font-weight: 500;
	*/
	letter-spacing: 1px;
}

/**/
.MenuLink .Icon::before
{
	letter-spacing: 0;
}

/**/
.SidebarIconsBoxed .MenuLink .Icon
{
	flex-basis: 40px;
	line-height: 40px;
	border-radius: 2px;

	font-size: 16px;
	background-color: rgba(0,0,0,0.07);
	/*
	*/
}

/**/
.SidebarIconsBoxed .Menu .active > .MenuLink .Icon
{
	background-color: rgba(255,255,255,0.15);
}

/**/
.MenuLink .Dot
{
	position: relative;
	flex-basis: 30px;
	flex-shrink: 0;
}

/**/
.MenuLink .Dot::after
{
	content: '';
	position: absolute;
	top: -4px;
	left: 50%;
	margin-left: -4px;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	border-radius: 100%;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}

/**/
.OverlaySidebar .MenuSubMenu .MenuItem.active > .MenuLink .Dot::after,
.OverlaySidebar .MenuSubMenu .MenuItem:hover > .MenuLink .Dot::after
{
    background-color: #33cabb;
    border-color: #33cabb;
}

/**/
.SidebarIconsBoxed .MenuSubMenu .Icon,
.SidebarIconsBoxed .MenuSubMenu .Dot
{
    margin-left: 13px;
    margin-right: 13px;
}


/**/
.MenuLink .Title
{
	-webkit-box-flex: 1;
	flex-grow: 1;
	flex-shrink: 0;
	flex-direction: column;

	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	line-height: 1;
	/*
	font-size: 14px;
	*/
	font-size: 13pt;
}


/**/
.SidebarNavigation .MenuLink .Arrow
{
	
}

/**/
.MenuLink .Arrow::before
{
	/* content: "\e649"; */
	content: "\2b9e";

	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s linear;
	transition: -webkit-transform 0.3s linear;
	transition: transform 0.3s linear;
	transition: transform 0.3s linear, -webkit-transform 0.3s linear;

	font-family: themify;
	font-size: 8px;

	cursor: pointer;
}
.OverlaySidebar .open .Arrow::before
{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/**/
.MenuDivider
{
	
}






/* .OverlaySidebar .Menu:not(.menu-bordery) > .MenuItem.active > .MenuLink */
.OverlaySidebar .Menu:not(.MenuDivider) > .MenuItem.active > .MenuLink
{
	background-color: #33cabb;
}




/*----------------------------------------*/

/**/
.AreaConditionResult
{
}


/**/
.ConditionTitle
{
	padding: 7px;
}


/**/
.ConditionValue
{
	padding: 7px;
}


/**/
.ConditionSeparator
{
	padding: 7px;
}




/*----------------------------------------*/




/*----------------------------------------*/




/*----------------------------------------*/




