/* ENTER LEAVEの日本語テキスト削除 */
#entrance .more_btn span {
    display: none !important;
}

/* 本日出勤アイコン非表示 */
.list_today {
    display: none;
}

/* 認証ページのh2削除 */
#op h2 {
    display: none;
}

/* 下層ページのCopyright2削除 */
#footer .copyright2 {
display: none;
}

/* h2見出しのサブ見出しを非表示 */
.subcont>.subtitle>span {
    display: none;
}
#todayssche>.subtitle>span {
    display: none;
}
.subcont>.subtitle>.more {
    display: inline-block;
}

/* パンくずを非表示 */
ol.breadcrumb {
    display: none;
}

/* 出勤情報[次週]ボタンを非表示 */
#week-next {
    display: none;
}

/* プロフィールページ右下[次の女性]等アイコン非表示 */
#navmenu {
    display: none;
}
