.main_box{
  padding: 0 0 10px 10px;
}

.main_box table.main{
  width: 590px;
  border: 1px lightpink solid;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: linen;
}

.main_box table.main th{
  width: 120px;
  padding: 5px;
  border: lightpink solid;
  border-width: 0 0 1px 1px;
  text-align: center;
  white-space: nowrap;
  font-weight: normal;
  background-color: mistyrose;
}

.main_box table.main td{
  padding: 5px;
  border: 1px lightpink solid;
  border-width: 0 0 1px 1px;
  text-align: left;
}

.main_box table.main td, th{
  font-size: 14px;
  vertical-align: middle;
  line-height: 140%;
}

span.required{
  color: red;
  font-weight: bold;
}

p.button{
  text-align: center;
}

p.button_twin{
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

p.attention{
  color: green;
  margin-top: 5px;
  margin-bottom: 20px;
}

span.attention2{
  color: navy;
  font-size: 12px;
}

span.space_l5{
  padding-left: 5px;
}

span.space_l5r5{
  padding-left: 5px;
  padding-right: 5px;
}

span.space_r5{
  padding-right: 5px;
}

span.space_r10{
  padding-right: 10px;
}

span.space_r20{
  padding-right: 20px;
}

span.space_l5r20{
  padding-left: 5px;
  padding-right: 20px;
}

span.kakunin_jikou{
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: sienna;
}

p.kakunin_jikou{
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: sienna;
}

.item_waku{
  border: 1px orange solid;
  padding: 2px 5px;
  background-color: moccasin;
  margin-right: 10px;
}

.item_waku_zero{
  border: 1px orange solid;
  padding: 2px 5px;
  background-color: moccasin;
}

.main_box table.item_option{
  border: none;
  background-color: transparent;
  margin-bottom: 5px;
}

.main_box div.item_area{
  margin-top: 10px;
  margin-bottom: 10px;
}

.main_box table.item_option td{
  padding: 0;
  border: none;
  text-align: left;
  font-size: 14px;
  vertical-align: middle;
}

.main_box table.item_option td.checkbox{
  width: 20px;
}

.main_box table.item_option td.name{
  font-size: 12px;
  width: 350px;
}

.main_box table.item_option td.price{
  font-size: 12px;
  width: 150px;
}

.main_box table.item_option td.bus_option02{
  font-size: 12px;
  width: 150px;
}

.main_box table.item_option td.bus_option03{
  font-size: 12px;
  width: 94px;
}

.main_box table.item_option td.bus_option04{
  font-size: 12px;
  width: 320px;
}

.main_box table.item_option td.right_area{
  padding-left: 10px;
}

p.item_option1{
  background-color: moccasin;
  border: 1px orange solid;
  padding: 1px 5px;
  font-size: 12px;
}
p.item_option1 span{
  width: 85px;
}

p.item_option2{
  margin-left: 3px;
  font-size: 12px;
  border: 1px orange solid;
  padding: 1px 5px;
  background-color: moccasin;
}

p.item_option2 span{
  width: 80px;
}

p.item_option3{
  border: 1px orange solid;
  padding: 1px 5px;
  background-color: moccasin;
}

p.item_option4{
  margin-left: 3px;
  border: 1px orange solid;
  padding: 1px 5px;
  background-color: moccasin;
}

div.omitusmori_title{
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 2px;
  text-align: left;
}

/* ------------------------------
 step_0
------------------------------ */
.step0 td{
  width: 500px;
}

/* ------------------------------
 step_1
------------------------------ */
.step1 td{
}

.step1 input.textbox{
  width: 100%;
}

.step1 table th{
  text-align: right;
}

.step1 table td div.zipcode{
  margin-bottom: 5px;
}

/* ------------------------------
 step_2
------------------------------ */
.step2 td{
}

.step2 input.textbox{
  width: 100%;
}

.step2 table td div.zipcode{
  margin-bottom: 5px;
}

.step2 table th{
  text-align: right;
}

.step2 table td{
  margin-bottom: 5px;
  line-height: 2;
}

div.attention_waku{
  margin-top: 5px;
  padding:5px;
  background-color: bisque;
}

/* ------------------------------
 step_3
------------------------------ */
.step3 table th{
  text-align: right;
}

.step3 table td{
  margin-bottom: 5px;
  line-height: 2;
}

/* ------------------------------
 step_4
------------------------------ */
.step4 div.finish_image{
  text-align: center;
}

.step4 p.finish_title{
  margin-top: 20px;
  margin-bottom: 30px;
  color: blue;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.step4 p.finish_contents{
  line-height: 1.4;
}

