@charset "utf-8";
/* CSS Document */

#cont_wrap {
  background: url(../images/home/body_bg.png) top repeat-x #1E0000;
  padding-top: 50px;
}

#contents h2 {
  background: url(../images/form/main_title.png) no-repeat;
  width: 950px;
  height: 51px;
  text-indent: -9999px;
  margin-bottom: 10px;
}

#contents p.crumbs {
  margin-left: 20px;
  color: #fff;
  font-size: 12px;
  margin-bottom: 30px;
}

#contents p.crumbs a{
  color: #fff;
}






/* フォーム共通 */
#main img {
  display: block;
}


form input {
  padding: 2px;
  height: 16px;
  width: 300px;
}

form textarea {
  padding: 3px;
  height: 178px;
  width: 400px;
}

table {
  table-layout: fixed;
  width: 625px;
  margin: auto;
}

th {
  width:185px;
  color: #fff;
  padding-left: 15px;
  border: solid 3px #dedea0;
  background: #850300;
}

th.com {
  height: 26px;
}

th.cont {
  height: 188px;
}

th.no {
  background: none;
}



/* 入力画面 */
#form_input {
  background: url(../images/form/middle_bg.png) repeat-y;
  width: 705px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#form_input input.conf_btn {
  display: block;
  padding: 0;
  width: 260px;
  height: 50px;
  margin: 30px auto auto;
}



/* 確認画面 */
#form_conf {
  background: url(../images/form/middle_bg.png) repeat-y;
  width: 705px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#form_conf input.back_btn {
  padding: 0;
  width: 120px;
  height: 50px;
}

#form_conf input.send_btn {
  padding: 0;
  width: 260px;
  height: 50px;
}

#form_conf .btn_area {
  width: 420px;
  margin: 20px auto 0;
  overflow: hidden;
}

#form_conf .btn_area form {
  float: left;
  padding: 10px;
}

#form_conf td {
  background: #fff;
  border: solid 3px #dedea0;
  padding: 0 10px;
}




/* 完了画面 */
#form_send {
  background: url(../images/form/finish_bg.png) no-repeat;
  width: 705px;
  height: 110px;
  margin-bottom: 100px;
  padding-top: 340px;
}

#form_send a {
  display: block;
  width: 260px;
  margin: auto;
}
