/*
  過去ページの複製用CSS
  元: new.html / index.html (Freeway 5 で作成) の <style> をそのまま .past 配下に閉じ込めたもの。
  現在のサイトのスタイルとは干渉させない。リンクは無効化してあり、どこへも移動しない。
*/

.past {
  font: 16px Times, "Times New Roman", serif;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  font-style: normal;
  color: #000;
  text-align: left;
  text-transform: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  cursor: default;
  user-select: none;
  -webkit-user-select: none;
}
.past *, .past *::before, .past *::after { box-sizing: content-box; }
.past img { margin: 0; border-style: none; max-width: none; display: inline; vertical-align: baseline; }
.past table { empty-cells: hide; }
.past p:first-child { margin-top: 0; }
.past p { margin: 16px 0; letter-spacing: normal; }
.past .f-sp { font-size: 1px; visibility: hidden; }
.past .f-lp { margin-bottom: 0; }
.past .f-fp { margin-top: 0; }
.past .style1 { text-decoration: underline; }
.past .style9 { color: #fff; text-decoration: underline; }
.past .style48 { font-family: Times, "Times New Roman", serif; font-size: 68px; text-align: left; }
.past .style2 { color: #000; font-size: 14px; text-align: left; }
.past .style8 { font-size: 24px; }
.past .style3 { text-decoration: underline; font-size: 24px; }

.past .fwNav1 { float: left; width: 10em; padding: 0; margin: 0; list-style: none; }
.past .fwNav1 .fwNavItem { position: relative; float: left; width: 100%; margin: 0; padding: 0; border: 0; }
.past .fwNav1 .fwNavItem a {
  display: block; color: #000; text-decoration: none;
  margin: 0; padding: 22px 10px 3px 10px; height: 1%;
}
.past .fwNav1 .fwNavItem a:hover,
.past .fwNav1 .fwNavItem a:active { color: #fff; text-decoration: underline; }

/* 元ページの背景。<body> の色 */
.past-new { background: #5cbfff; }
.past-index { background: #fff; }

/* ページ本体（元の #PageDiv） */
.past .pg { position: relative; }
.past-index .pg { width: 1366px; margin: 0; }
