
#wrapper{
	height: 100%;
}

#footer{
	bottom: 100px;
}



.form_error{
	font-size: 14px;
	line-height: 2em;
	color: #ff0000;
	margin: 20px 0;
	display: block;
}

.contents_head img{
	width: 100%;
	height: auto;
	overflow: hidden;
}


.contents_img img{
	width: 100%;
	height: auto;
	overflow: hidden;
}

	.contact{
		background-position: 0 0;
	}




.contact_title_area{
	width: 1024px;
	height: auto;
	margin: 80px auto 0;
	text-align: center;
  position: relative;
  z-index: 1000;
}



.contact_title_area p{
	font-size: 14px;
	line-height: 25px;
	margin-top: 35px;
}

.contact_form .form_table {
  margin: 30px 0;
  text-align: left;
  width: 1024px;
  }


.contact_form .form_table .left {
  background-color: #FAFBF6;
  line-height: 30px;
  width: 200px;
  vertical-align: top;

}
.contact_form .form_table tr {
  width: 1024px;
}

.contact_form .form_table td {
  border: 1px solid #ccc;
  font-size: 15px;
  padding: 15px;
}

.contact_form .form_table td p {
  margin: 5px 0;
}

.contact_bar{
	width: 400px;
	height: 4px;
	margin: 30px auto;
	display: block;
	text-align: center;
}
.contact_tex,
textarea{
  width: 400px;
  height: 24px;
  font-size: 14px;
}
textarea{
	height: 80px;
}



.thank_text{
	font-size: 18px;
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
}
.submit{
	background-image: url("../images/contact/submit_btn.png");
	width: 197px;
	height: 57px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	border: none;
	background-color: rgba(256,256,256,0);
}

.form_send{
	width: 422px;
	margin:0 auto;
}

.form_send.submit{
	background-image: url("../images/contact/submit_btn.png");
	width: 197px;
	height: 57px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	border: none;
	background-color: rgba(256,256,256,0);
	float: left;
	margin-left: 28px;
}

.back{
	background-image: url("../images/contact/back_btn.png");
	width: 197px;
	height: 57px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	border: none;
	background-color: rgba(256,256,256,0);
	float: left;
}
.company_info{
	font-size: 14px;
	line-height: 1.5em;
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
}

.confirm {
  margin: 30px 0;
  text-align: left;
  width: 1024px;
  }

.confirm .title {
  background-color: #FAFBF6;
  line-height: 30px;
  width: 200px;
  vertical-align: middle;
}

.confirm .item {
  /*background-color: #FAFBF6;*/
  line-height: 30px;
  vertical-align: middle;
}
.confirm tr {
  width: 1024px;
}

.confirm td {
  border: 1px solid #ccc;
  font-size: 15px;
  padding: 15px;
}

.confirm td p {
  margin: 5px 0;
}

