/* CSS Document */
main section #sec02 dl dd {
  margin-bottom: 1.5em;
}
main section #sec02 dl dd strong {
  color: #D2154F;
}
main section #sec02 dl dd table {
  table-layout: fixed;
  width: 100%;
}
main section #sec02 dl dd table .cancel_title, main section #sec02 dl dd table .cancel_day, main section #sec02 dl dd table .cancel_price {
  text-align: center;
}
main section #sec02 dl dd:nth-of-type(1) strong {
  color: #f00 !important;
  font-weight: normal;
}
