/*プリローダー*/
.OverlayPreLoader
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	display: -webkit-box;
	display: flex;

	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;

	z-index: 2000;

	/* background-color: #fff; */
	background-color: #555555;
}


/*サイドバー*/
.OverlaySidebar
{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;

	width: 300px;

	/* background-color: #3f4a59; */
	white-space: nowrap;

	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.08);

	display: -webkit-box;
	display: flex;

	overflow: hidden;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;

	flex-direction: column;

	z-index: 997;
}

/**/
.OverlaySidebar
{
	/*サイドメニュー非表示時*/
	display: none;

	
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: .3s ease;
	transition: .3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
	will-change: transform;
}
.OverlaySidebarFrostedGlass
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	

	background-image: url('../../../res/image/000000_192.png');

	z-index: 996;

	display: block;
}




/*----------------------------------------*/
/*ラッパー*/
.WrapperContents
{
	/* position: relative; */
	
	/*Bootstrapヘッダー用*/
	padding-top: 56px;
	/* padding-top: 64px; */
	/* padding-top: 80px; */

	/* padding-left: 260px; */
	
	/*Bootstrapフッター用*/
	/* padding-bottom: 64px; */
	/* padding-bottom: 80px; */
}
/* .OverlaySidebar ~ .WrapperContents */
.HeaderMenu,
.WrapperContents,
.FooterMenu
{
	/*サイドメニュー非表示時*/
	/* margin-left: 260px; */

	-webkit-transition: .4s;
	transition: .4s;
}


/*メニュー*/
.HeaderMenu
{
	/* min-height: 64px; */
	padding: 2px;
}
@media (max-width:576px),
@media (max-width:768px),
@media (max-width:992px)
/* @media (max-width:1200px) */
{
	.HeaderMenu
	{
		padding: 12px !important;
	}
}


/*ルートコンテンツ*/
.RootContents
{
}

/*▼サイドメニュー*/
.SideMenu
{
	height: 100%;
}

/*▼ドキュメントコンテンツ*/
.DocumentContents
{
}

/*ドキュメントヘッダー*/
.DocumentHeader
{
}
/*ドキュメントフッター*/
.DocumentFooter
{
}


/*▼ページコンテンツ*/
.PageContents
{
}

/*ページヘッダー*/
.PageHeader
{
	margin-bottom: 1rem;
}
/*ページフッター*/
.PageFooter
{
	margin-bottom: 1rem;
}


/*メイン*/
.MainContents
{
	margin-bottom: 1rem;
}


/*メニュー*/
.FooterMenu
{
	height: 64px;
	height: 32px;
}




/*----------------------------------------*/
/**/
#idPgBar
{
	position: fixed;
	bottom: 0px;

	width: 100%;
	height: 4px;

	z-index: 1003;

	display: none;
}
#idPgBarContents
{
	height: 100%;
}



/*----------------------------------------*/
/*ページタイトル*/
.PageTitle
{
	font-size: 1.25rem;
}


/*----------------------------------------*/
/*一覧検索*/
.ConditionBox
{
	margin-bottom: 1rem;
}


/*----------------------------------------*/
/*一覧検索向け水平配置余白*/
.VerticalSeparation
{
	padding-left: 1rem;
}
/*一覧検索向け水平配置余白*/
.input-group-prepend > label
{
	padding-right: 0.5rem;
}
/*一覧検索向け垂直配置余白*/
.HorizontalSeparation
{
	padding-top: 0.5rem;
}

/*----------------------------------------*/
/*一覧検索*/
.ConditionBox
{
	margin-bottom: 1rem;
}


/*----------------------------------------*/
/*詳細*/
.DetailBox
{
	margin-bottom: 1rem;
}

/**/
.DetailBox > div
{
	/* margin-bottom: 0.6rem; */
}

/**/
/*
.DetailBox > div .radio,
.DetailBox > div .check
{
	margin-bottom: 0.4rem;
}
*/

/**/
.DetailBox > div .row
{
	/* padding-top: 0rem; */
}
/**/
.DetailBox > div .row .bmd-form-group
{
	padding-top: 0rem;
}

/**/
.DetailBox > div .row .radio-inline,
.DetailBox > div .row .checkbox-inline
{
	margin-right: 1rem;
}


/* .DetailBox > div .row > .FormDescription */
/* .DetailBox > div .row > div
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: left;
} */


/*----------------------------------------*/
/*下部ボタン*/
.CommandBox
{
	margin-bottom: 1rem;
}

/**/
.CommandBox .bmd-form-group
{
	/* padding-top: 0.5rem; */
	padding-top: 0rem;
}


/*----------------------------------------*/
/*地図*/
.MapBox
{
}




/*----------------------------------------*/
/*水平配置*/
.InlineBox
{
}

/**/
.InlineBox > div
{
	margin-right: 0.2rem;
}
/**/
.InlineBox-Right > div
{
	margin-left: 0.2rem;
}

/*----------------------------------------*/
/*段*/
.StepBox > div label
{
	padding-left: 1em;
}


/*----------------------------------------*/
/**/
.ButtonDefault
{
	/* min-width: 80px; */
	min-width: 120px;
	border-radius: 0px !important;
}
/**/
.input-group .ButtonDefault
{
	/* margin-left: 0.5rem; */
}
/**/
.input-group .ButtonDefault:last-of-type
{
	/* margin-right: 0.5rem; */
}


/**/
.ButtonAlert
{
	/* min-width: 80px; */
	/* min-width: 120px; */

	background-image: url('../../../res/image/FF0000_128.png');
}




/*----------------------------------------*/
/*詳細画面の段組*/
/**/
.DetailSection
{
}
/**/
.DetailSection .DetailSectionTitle
{
}
/**/
.DetailSection > div > label
{
}
/**/
.DetailSection > div > .row
{
	padding-left: 16px;
}



/*----------------------------------------*/
/*パンくずリスト*/
/**/
/*
#idBreadCrumb
{
	position: absolute;
	top: 0px;
	left: 0px;

	height: 32px;
	width: 100%;
	
	font-size: 80%;
}
*/
#idBreadCrumb a
{
	cursor: pointer;
}




/*----------------------------------------*/
/*戻る*/
/**/
#idBackList
{
	position: absolute;
	top: 0px;
	right: 0px;

	height: 64px;
	width: 64px;
	height: 128px;
	width: 128px;

	overflow: hidden;

	/*
	background-color: #FF0000;
	*/
}

.BackList
{
	position: absolute;
	top: -15px;
	left: -20px;

	padding: 35px;
	padding-bottom: 5px;
	width: 200%;
	/*
	width: 100%;
	height: 100%;
	*/

	/*
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	*/
	transition: all 0.25s;
	transform: rotate(45deg) translate(2px, -5px);

	/*
	*/
	color: #EEEEEE;
	background-color: transparent;
	background-image: url('../../../res/image/000000_128.png');
}
.BackList:hover
{
	color: #fcc800;
	color: #EEEEEE;
	transform: rotate(45deg);
	/*
	animation: BackListMove 3s linear infinite;
	*/
	background-image: url('../../../res/image/000000_192.png');
	
	cursor: pointer;
}
@keyframes BackListMove
{
	0% { transform: translate(2px, -5px); }
	50% { transform: translate(1px, -2.5px); }
	100% { transform: translate(0px, 0px); }
}




/*----------------------------------------*/
/*検索条件*/
/**/
#idCondition
{
	margin-bottom: 0.5rem;
}




/*----------------------------------------*/
/*アップロード関連*/
/**/
#idDragArea
{
	width: 100%;
	height: 260px;
	
	background-color: #EEEEEE;
	border: 5px dashed #808080;

	display: table;
}
#idDragArea > *
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

/**/
#idFileInput
{
	display: none;
}

#idFileList
{
	height: 160px;

	border: 1px solid #808080;

	padding-right: 15px;
	padding-left: 15px;

	overflow-y: scroll;
}
#idFileList > *:nth-child(even)
{
	background: #DDDDDD;
}




.FileData
{
}
.FileData > div
{
	padding: 5px;
}
.FileData > .FileId
{
}
.FileData > .FileName
{
}
.FileData > .FileSize
{
}
.FileData > .FilePg
{
	/*
	padding: 1px 0px;
	*/
}
.FileData > .FilePg > *,
.FileData > .FilePg > * > *
{
	height: 100%;
}
.FileData > .FileResult
{
}
.FileData > .FileResult a
{
	cursor: pointer;
}




