@charset "UTF-8";
/** 問い合わせタイトル **/
#contact_title {
  padding: 0;
  margin: 0;
  width: 760px;
}

#contact_title img {
  float: left;
  position: relative;
  top: 10px;
}

#contact_title span {
  position: relative;
  top: 7px;
  margin: 0 0 0 10px;
  font-size: 14px;
  color: #202f4e;
}

#contact_title div.line {
  width: 760px;
  height: 3px;
  margin: 11px 0 0 0;
  padding: 0;
  border-top: 3px #202f4e solid;
  background-color: #ffffff;
}

/** お問合せアンケート **/
#contact tr.check_group_area {
  margin-bottom: 10px;
}

#contact tr.check_group_area input[type=checkbox] {
  position: relative;
  top: -5px;
}

#contact tr.check_group_area span {
  position: relative;
  top: -3px;
  font-size: 14px;
  color: #333333;
}

#contact tr.check_group_area label {
  cursor: pointer;
}

#contact tr.check_group_icon2 {
  margin-bottom: 30px;
}

#contact tr.check_group_icon2 img {
  position: relative;
  top: 0;
}

#contact tr.check_group_icon2 input[type=checkbox] {
  position: relative;
  top: -5px;
}

#contact tr.check_group_icon2 span {
  position: relative;
  top: -5px;
  font-size: 14px;
  color: #333333;
}

#contact tr.check_group_icon2 label {
  cursor: pointer;
}

#contact tr.check_group_movein_time {
  margin-bottom: 10px;
}

#contact tr.check_group_movein_time input[type=radio] {
  position: relative;
  top: -5px;
}

#contact tr.check_group_movein_time span {
  position: relative;
  top: -5px;
  font-size: 14px;
  color: #333333;
}

#contact tr.check_group_movein_time label {
  cursor: pointer;
}

#contact tr.check_group_budget {
  margin-bottom: 10px;
}

#contact tr.check_group_budget input[type=checkbox] {
  position: relative;
  top: -5px;
}

#contact tr.check_group_budget span {
  position: relative;
  top: -5px;
  font-size: 14px;
  color: #333333;
}

#contact tr.check_group_budget label {
  cursor: pointer;
}

/** 送信する **/
#contact_mail_button {
  position: relative;
  width: 409px;
  margin: 0;
  padding: 0;
}

#contact_mail_button a {
  cursor: pointer;
}

#contact_mail_button img.icon_absolute {
  position: absolute;
  left: 140px;
  top: -1px;
}

#contact_mail_button span.text_absolute {
  position: absolute;
  left: 187px;
  top: 15px;
  font-size: 18px;
  color: #ffffff;
}

#contact_mail_button:hover {
  opacity: 0.7;
}

/*ie (全バージョン)*/
.ie #contact_mail_button span.text_absolute {
  top: 18px;
}

#contact_back_home_button {
  position: relative;
  width: 200px;
  margin: 0 0 0 0;
  padding: 0;
}

#contact_back_home_button:hover {
  opacity: 0.7;
}

#contact_back_home_button a {
  cursor: pointer;
  border: 1px solid #000;
  display: block;
  padding: 10px 0;
  height: 15px;
}

#contact_back_home_button img.icon_absolute {
  position: absolute;
  left: 40px;
  top: -1px;
}

#contact_back_home_button span.text_absolute {
  position: absolute;
  left: 75px;
  top: 10px;
  font-size: 13px;
  color: #4d4d4d;
}/*# sourceMappingURL=contactMail.css.map */