@charset "UTF-8";

/*form*/
h1 {
  line-height: 40px;
  font-size: 185%;
  border-left: 8px double #000;
  padding-left: 16px;
  margin-bottom: 16px;
}
strong{
  font-size: 139%;
  font-weight: normal;
  background: linear-gradient(transparent 65%, #FFFF00 60%);
}
b{
  font-size: 108%;
  font-weight: bold;
}
.m8{
  margin-bottom: 8px;
}
.m16{
  margin-bottom: 16px;
}
.m24{
  margin-bottom: 24px;
}
.font11{
  font-size: 85%;
}
.font12{
  font-size: 93%;
}
.red{
  font-size: 139%;
  color: #f00;
}
#error{
  font-size: 139%;
  background: #f00;
  color: #fff;
  line-height: 2;
  padding-left: 8px;
  margin: 8px 0;
}
.fc_red{
  color: #f00;
}
#pageMainImg{
  margin-bottom: 16px;
}
#stepNav{
  background: url(../images/form/bg_formStep.png) no-repeat 0;
  margin-bottom: 16px;
  position: relative;
  height: 36px;
}
#stepNav li{
position: absolute;
}
#stepNav li.stepNav01{
  top: 0 ; left: 0;
  z-index: 3
}
#stepNav li.stepNav02{
  top: 0; left: 161px;
  z-index: 2
}
#stepNav li.stepNav03{
  top: 0; left: 322px;
  z-index: 1
}

#form{
  margin-top: 8px;
  padding: 16px;
  background: #fff;
}

input[type="text"],
select,
textarea {
  padding: 5px;
  font-size: 1.3em;
  color: #666;
  border: solid 1px #ccc;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display:block;
}

input[type="submit"]{
  text-align: center;
  padding: 10px 30px;
  font-size: 124%;
}

#form table{
  width: 100%;
  margin-bottom: 16px;
}

#form table th,
#form table td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
  text-align: left;
}

#form table th {
  width: 220px;
  padding: 23px 20px 20px 20px;
  border-right: 1px solid #ccc;
  background: url(../images/form/bg_form.png) repeat 0 0;
  position: relative;
}

#form table td{
  padding: 20px 0 20px 25px;
}

#form table th span{
  position: absolute;
  right: 20px;
}

#submitBtn{
  text-align: center;
}
/*#submitBtn input{
  display: block;
  text-indent: -9999px;
  width: 200px;
  height: 45px;
  margin: 0 auto ;
  background-repeat: no-repeat;
  background-position: top;
  background-image:url(../images/form/btn_confirm.png);
}
#submitBtn input:hover{
  background-image: url(../images/form/btn_confirm_on.png);
}*/
#confiBtn {
  text-align: center;
}
#confiBtn li{
  display: inline-block;
}

.clearboth{
  clear: both;
}