@charset "UTF-8";
/* CSS Document */






/* ==========================================  


   個別ページ指定


========================================== */


/*  =====================  システム管理／ユーザ情報検索  =====================  */

.kt-card-system-user-data-search{
	z-index: 10;
	top: -1rem;/*-16px;*/	
}



#kt-table-sytem-user-search.kt-table-header-fixd-position-search-after thead{
	top: 10.25rem;/*164px;*/
}

@media all and (min-width: 121.875rem) {/* 1950/16 = 121.875rem	 mac 1933 *//* win11 1950px*/
	#kt-table-sytem-user-search.kt-table-header-fixd-position-search-after thead{
		top: 6.25rem;/* 100px /16 = 6.25rem      164px;*/
	}
}

@media all and (max-width: 71.9375rem) {/* 1151/16 = 71.9375rem   mac 1134 *//* win11 1151*/
	#kt-table-sytem-user-search.kt-table-header-fixd-position-search-after thead{
		top: 13.625rem;/* 218px   218/16 = 13.625rem   164px;*/
	}
}

@media all and (min-width: 115.5625rem) and (max-width: 121.8125rem ) {/*  @media all and (min-width: 1849px) and (max-width: 1949px) 1849px/16=115.5625rem     1949/16=121.8125  */
	
	.kt-card-system-user-data-search .float-end{
		clear: left;
	}
}

@media all and (max-width: 71.9375rem) {/*  1151px   1151px/16=71.9375rem   */
	
	.kt-card-system-user-data-search .float-end{
		clear: left;
	}
}

.kt-user-regist-fix-footer-btn .card-body > div:first-child{
	padding-right: 1rem;
	line-height: 1.45;
	margin-top: -3px;
	margin-bottom: -3px;
}

.kt-user-regist-fix-footer-btn{
	height: 70px;
	width: 625px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 16;
}



