.form_wrapper {
  position: relative;
  background:#fff;
  background-size:contain;
  padding: 0 0 40px;
  z-index: 10;
  width: 100%;
  margin: 0 auto 30px;
  border-top: 1px solid #bac0b9;
  overflow: hidden;
}
.form_container {
  background-size:contain;
  padding:10px 0;
}
.nform_title {
  display: block;
  margin:20px auto 0;
  width:320px;
  height:57px;
}
.nform_title2 {
  display: block;
  margin: 20px auto 0;
  width: 140px;
  height: auto;
}
.bold {
  font-weight: bold;
  text-shadow: 1px 1px 5px #fafbf5;
}
.formdb_table {
  background-color:#fcfbf7!important;
  min-height: 51px;
}
.left_label {
  width: 80px;
  /*border: 1px solid #bababa;*/
  border-right:none;
  height: 20px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  color: #666;
  background-color:transparent!important;
  position: relative;
}
.left_label:after {
  content:"";
  display: block;
  position: absolute;
  width: 1px;
  height: 28px;
  right: 0;
  top: 10px;
  border-right:1px solid #666;
}
.form_label {
  display: block;
  height:14px;
  margin:0 auto;
}
.form_input_cell {
  color: #3c3c3c;
  background-color:transparent!important;
  /*background-color:#fcfbf7!important;*/
  border-left:none;
  border:none!important;
}
.formdb input[type="text"], .formdb input[type="tel"] {
  position: relative;
  z-index: 10;
  height: 27px;
  border: 1px solid #bababa;
  padding: 4px;
  color:#3c3c3c;
  background-color: #fcfbf7;
  font-size:14px;
  -webkit-appearance: none;
}
.formdb input[type="checkbox"],.formdb input[type="radio"] {
  -webkit-appearance:none;
  width:14px;
  height: 14px;
  display: inline-block;
  vertical-align:text-top;
  border-radius:0!important;
  border:none!important;
  background:url(/img/dmevent/nform_chk.png) 0 0 no-repeat;
  background-size:28px 14px;
}
.formdb input[type="checkbox"]:checked, .formdb input[type="radio"]:checked {
  background-position: -14px 0!important;
}
#formdb_name {
  width:100%;
  border:none!important;
}
.formdb_select {
    border-right:none!important;
}
.select_bt {
  width: 26px;
  height: 25px;
  position: absolute;
  z-index: 100;
  top: 1px;
  right: 1px;
  border: 1px solid #bababa;
  border-left:none;
  background: url(/img/dmevent/nform_select_bt.png) 50% 50% no-repeat;
  /*background-size: 26px 26px;*/
  -webkit-tap-highlight-color: rgba(0,0,0,0.3);
}
.select_list_wrapper {
  border: 1px solid #bababa;
}
.form_table2 {
  margin-top: 20px;
}
.form_table2 td {
  text-align: center;
}
.form_button_wrapper {
  margin-top: 20px;
}
.nformsel {
  border: 1px solid #bababa;
  border-radius:0!important;
  -webkit-appearance:none!important;
  height: 27px;
  font-size:12px;
  letter-spacing: -1px;
  word-spacing: -1px;
  padding: 0 5px 0 5px;
  margin-right:0;
  position: relative;
  z-index: 10;
  display: inline-block!important;
  background: url(/img/dmevent/nform_select_bt.png) right 50% no-repeat;
}
.nformsel1 {
  width:60px;
  background-position:45px 50%;
}
.nformsel2 {
  width:40px;
  background-position:25px 50%;
}
.nformsel3 {
  width:65px;
  background-position:50px 50%;
}
.to_step_bt_ok1 {
  width: 300px;
  height: 41px;
  -webkit-appearance:none;
  border:none;
  border-radius:none;
  background: url(/img/lotte/m/form-button-1.png) no-repeat;
  background-size: 300px 41px;
}
.to_step_bt {
  width: 82px;
  height: 25px;
  -webkit-appearance:none;
  border:none;
  display: inline-block;
  vertical-align:middle;
  border-radius:none;
  background: url(/img/dmevent2/m/form-button-2.png) no-repeat;
  background-size: 164px 25px;
}
.to_step_bt_back {
  background-position: 0 0;
  margin-right:40px;
}
.to_step_bt_ok2 {
  background-position: -82px 0;
}
