
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.font_Oswald{
	font-family: 'Oswald', sans-serif;
}

#side-area {
  width: 370px;
  height: 587px;
}

.search-form{
  width: 100%;
  padding: 0 10px;
}

@font-face {
  font-family: 'glyphicons';
  src: url('../fonts/glyphicons-halflings-regular.woff') format('woff');
}
.font_glyphicons{
  font-family: 'glyphicons', sans-serif;
}

/* Task#19 (2026-07-21): マーキング書体 総入替に伴い、旧書体の @font-face を撤去。
   撤去したのは chalkn / cityb / DFGothicPStd-W5 / DFHSGothicStd-W9 / DFKaiShoStd-W12 /
   DFMaruGothicStd-W9 / DFSNGyoShoStd-W5 / Kanit-Bold / SerpentineICG-Bold の 9 件で、
   いずれも旧 tbl_font id 1-13 (2026-05-12 の Task #20 以降 UI から選択不能だった死蔵書体)。
   現行の選択可能書体は css/sim2.css 側に @font-face を集約している。
   直上の重複 glyphicons 定義 (Bootstrap アイコン用・L41 と同内容) も併せて撤去。 */

.Eurostile-BlaIta {
  font-family: Eurostile-BlaIta;
  font-weight: normal;
  font-style: normal;
}

#slider-handles{
  background-color: #ff00ff;
}


	/* overflow-x: scroll; *?
}


