
.step_left {
  float: left;
  width: 120px;
  font-size: 22px;
  font-weight: bold;
  color: #CC9900;
}
.step_right {
  float: left;
  width: 830px;
}
.step_title {
  font-size: 22px;
  font-weight: bold;
  padding: 0px 0px 7px 0px;
}

/* テーブル */
table.tbl_sp colgroup#col1 {
  width: 170px;
}
table.tbl_sp colgroup#col2 {
  width: 600px;
}

/* テキストボックス */
#name {
  width: 580px;
  ime-mode: active;
}
#kana {
  width: 580px;
  ime-mode: active;
}
#mail {
  width: 580px;
  ime-mode: disabled;
}
#tel {
  width: 580px;
  ime-mode: disabled;
}
#zip1 {
  width: 60px;
  ime-mode: disabled;
  margin: 0px 0px 5px 0px;
}
#zip2 {
  width: 60px;
  ime-mode: disabled;
  margin: 0px 0px 5px 0px;
}
#address {
  width: 580px;
  height: 40px;
  ime-mode: active;
}
#message {
  width: 580px;
  height: 100px;
  ime-mode: active;
}

/* ボタン */
.box_btn {
  margin: 0px 0px 30px 0px;
}
#confirm {
  width: 100px;
  height: 30px;
  margin: 20px 0px 0px 0px;
}
#clear {
  width: 100px;
  height: 30px;
  margin: 20px 0px 0px 0px;
}
#send {
  width: 100px;
  height: 30px;
}
#back {
  width: 100px;
  height: 30px;
}


