@charset "UTF-8";

#tour_remarks  {
  padding: 10px;
  text-align: center;
  font-size: 13px;
  color: #ff0000;
}

#no_charge_remarks  {
  width: 580px;
  padding: 8px;
  margin-left: 10px;
  border: solid 1px #000000;
}

#no_charge_remarks .remarks_title {
  text-align: center;
  font-size: 14px;
}

#no_charge_remarks li {
  margin-top: 5px;
}

#no_charge_remarks dl {
  margin-left: 15px;
}

#no_charge_remarks dt {
  font-weight: bold;
}

#no_charge_remarks dd {
  margin-left: 10px;
}

#no_charge_remarks dd span {
  font-weight: bold;
  color: #ff0000;
}

