@charset "utf-8";

/* お問い合わせ　ここから 
**************************************************　*/
.contactContents .contactTel02 {
	float: left;
	margin: 10px;
	width: 295px;
}
.contactContents .contactFax02 {
	float: left;
	margin: 10px;
	width: 215px;
}
.contactContents ul {
	margin: 10px 0 10px 0;
}
.contactContents ul li {
	background-image: url(img_cont/icon_smallSquare.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
.contactContents ul li span, .contactForm form dl dt span {
	color: #FF0000;
}
/* form ここから */
.contactForm form dl dt {
	float: left;
	width: 155px;
	margin: 5px 0 5px 0;
}
.contactForm form dl dt label {
	margin: 5px 0 5px 0;
}
/* input area set */
.contactForm form dl dd {
	float: left;
}
.contactForm form dl dt dd{
	float: left;
	width: 440px;
	margin-left: 10px;
}
.contactForm form dl dd input, .contactForm form dl dd ul li input {
	height: 15px;
	width: 275px;
	margin: 10px 0 10px 0;
}
.contactForm form dl dd ul {
	margin: 0;
}
.contactForm form dl dd ul li {
	background-image: none;
	padding-left: 0;
}
.contactForm form dl dd ul li .ad {
	height: 15px;
	width: 400px;
}
.contactForm form dl dd ul li input, .contactForm form dl dd .smallInput {
	height: 15px;
	width: 70px;
}
.contactForm form dl dd .subject {
	margin: 10px 0 10px 0;
}
.contactForm form dl dd .contactText {
	margin: 10px 0 10px 0; 
	height: 200px;
	width: 400px;
}
.contactForm form .contact_txt {
  clear: both;
  margin-top: 20px;
}
.privacyLink {
	margin-left: 15px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img_cont/icon_link.gif);
}
.agreement {
  text-align: center;
	margin: 10px 0 10px 0;
}
.contactSubmit {
	display: block;
	text-indent: -9999px;
	border: none;
	height:41px;
	width: 201px;
	margin: 0 auto;
	background: url(img_cont/btn_contact02.png) no-repeat;
}
.contactForm form dl {
	clear: both;
	border-bottom: 1px dotted #C8934E;
	overflow: hidden;
}
.contactContents .goFaq {
	margin: 10px 0 30px 0;
	display: block;
	width: 170px;
}
