
@charset "utf-8";

/*-------------------------
  仮予約ブロック
-------------------------*/
#ttrv_box {
  margin-bottom: 20px;
}

#ttrv_box #choices {
  width: 740px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
}

#ttrv_box #choices strong {
  font-weight: bold;
}

#ttrv_box span.form_required {
  background-image: url(../img/s_required.png);
  background-size: 44px 19px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0 0;
  display: inline-block;
  height: 20px;
  text-indent: -9999px;
  width: 46px;
  float: right;
}

#ttrv_box .choice_box_label {
  background-color: #e6ffe0;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 10px;
  line-height: 140%;
  text-align: left;
  width: auto;
  font-size: 18px;
  vertical-align: middle;
}

#ttrv_box .choice_box {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  color: #444444;
  width: 489px;
  padding: 0.5em;
  font-size: 18px;
  text-align: left;
}

.input_wrapper {
  padding: 0.5em 0 0.5em;
}

.select_wrapper {
  padding: 0.5em 0 0.5em;
}

#ttrv_box p.txt08 {
  text-align: center;
}

.form-section #input_extra1,
.form-section #input_extra2,
.form-section #input_extra3,
.form-section #input_extra4 {
  display: ;
}

.form-section #input_extra5,
.form-section #input_extra6,
.form-section #input_extra7,
.form-section #input_extra8,
.form-section #input_extra9,
.form-section #input_extra10 {
  display: none;
}
