/* X(Twitter)アイコン色変更 */
.sns .sns02 {
    background-color: #000000; /* ←背景の色 */
}

/* TOPページ出勤情報3サイズ非表示の空白調整 
#todayssche li article {
    height: 45px;
}
*/





/* バナー画像用：元のサイズで表示 */
.banner-wrap img,
#btn-eyoyaku-4 img {
  width: auto !important;      /* グローバルの width:100% を打ち消す */
  height: auto !important;     /* 必要なら 40px / 60px 固定でもOK */
  max-width: none !important;
}


.banner-wrap img,
#btn-eyoyaku-4 img {
  width: auto;
  height: auto;
  max-width: 100%;   /* 画面が狭い時だけ縮む */
}
