/* 予約会ページ専用CSS */

/* ページ全体 */
#yoyakukai1220 {
  max-width: 1220px;
  margin: 0 auto;
  padding: 1em;
}

/* 比較表ブロック */
#hikaku.contents_block {
  margin: 2em 0;
}

/* 画像 */
#hikaku img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 1em;
}

/* テーブル横スクロール */
.table_scroll {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 1em 0;
  padding-bottom: 0.5em;
}

/* テーブル本体 */
.table_scroll table {
  border-collapse: collapse;
  min-width: 700px;
  width: 100%;
}

.table_scroll th,
.table_scroll td {
  padding: 0.5em;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #ccc;
}

/* 背景色 */
.table_scroll .book {
/*  background: #c5e2ff;*/
  background: #e7e0d5;
}

.table_scroll .note {
/*  background: #ffd4d3;*/
  background: #c2b391;
}

/* ガイドセル */
.table_scroll td.guide {
  background: #f9f9f9;
}

/* テキスト */
#yoyakukai1220 p {
  margin: 1em 0;
  line-height: 1.6;
}
