body { font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif; }

table { border-color: #e5e7eb; }

/* スケジュール表：横スクロール時のスティッキー列に影を付けて境界を分かりやすくする */
td.sticky, th.sticky {
  box-shadow: 2px 0 3px -2px rgba(0,0,0,0.08);
}

::-webkit-scrollbar { height: 10px; width: 10px; }
::-webkit-scrollbar-thumb { background: #d1d5db; border-radius: 9999px; }
::-webkit-scrollbar-track { background: transparent; }
