@charset "utf-8";
@import "../default.css";

/*-------------------------------------------------------------------
  ヘッダー 
---------------------------------------------------------------------*/
  /*画像置換用設定*/
  #wrapper h2.pagetitle {
    background-image: url(../../images/tour/h2_request.png);
  }
  
p.lead {
	margin:15px 5px;
}
.formFields th.title {
	padding-left:8px !important;
}
.formFields td {
	vertical-align:middle;
}
.formFields td div {
	font-size:0.9em;
	margin-top:5px;
}
.formFields p.label {
	position:relative;
	width:150px;
	height:35px;
	padding:4px;
}
img.hissu {
	position:absolute;right:0px;top:0px;
}


div.section div.image {
  width: 555px;
  height: 378px;
  background-image: url(../../images/contact/thanyou_background.jpg);
  background-repeat: no-repeat;
  margin-top: 10px;
  }
  
  
  div.section p.message {
  padding: 260px 0 0px 50px;
  }