@charset "UTF-8";
/* CSS Document */
main #sec01 strong {
  color: #f00;
  font-weight: normal;
}
main #sec01 table {
  table-layout: fixed;
  width: 100%;
}
main #sec01 table .cancel_title, main #sec01 table .cancel_day, main #sec01 table .cancel_price {
  text-align: center;
}
main #sec01 table .cancel_title {
  /*white-space: nowrap;*/
  vertical-align: middle;
}
main #sec02 strong, main #sec03 strong, main #sec04 strong, main #sec05 strong {
  color: #D2154D !important;
  font-weight: normal !important;
}
main #sec02 h3, main #sec03 h3, main #sec04 h3, main #sec05 h3 {
  font-size: 1.4rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
main #sec05 h3 strong {
  color: #F00 !important;
}
main #sec07 li,
main #sec02 ul,
main #sec08 li {
  list-style: none;
  padding: 0;
  margin: 0;
}
main #sec07 li,
main #sec02 li,
main #sec08 li {
  padding-left: 1em;
  text-indent: -.7em;
  margin-bottom: 1em;
}
main #sec07 li:before,
main #sec02 li:before,
main #sec08 li:before {
  content: "• ";
  color: #5480BC;
}
span.danraku {
  display: inline-block;
  text-indent: 0;
}