/* WORKEXPRESS カスタムヘッダー用CSS */
/* デフォルトヘッダーラッパーをすべて透明化（display:noneは使わない） */
.l-header,.l-header--simple,#header,.fs-l-header,.c-header{padding:0!important;margin:0!important;min-height:0!important;background:transparent!important;border:none!important;box-shadow:none!important;overflow:visible!important}
/* 完全に不要な要素のみ非表示 */
.header-area,.l-globalNav,.l-spMenu,.l-breadcrumb--top{display:none!important}
/* カスタムヘッダーをページ最上部に固定 */
#wx-header{position:sticky;top:0;z-index:9000;box-shadow:0 2px 10px rgba(0,0,0,.3)}
body{padding-top:0!important;margin-top:0!important}
.l-main,.l-contents,main,#main{margin-top:0!important;padding-top:0!important}