@charset "UTF-8";

/*--------------------------------------------------------------*/
/* お問い合わせ
/*--------------------------------------------------------------*/

#intro h2{
	position: absolute;
	width: 220px;
	height: 39px;
	top: 80px;
	left: 70px;
	z-index: 10;
}

#intro div{
	position: relative;
	width: 800px;
	height: 189px;
	top: 142px;
	left: 64px;
	overflow: hidden;
}

#intro div img{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
}

/*--------------------------------*/

#inquiry{
	position: relative;
	width: 710px;
	margin: 0 auto;
	padding: 30px 30px 40px 30px;
	background-image: url(../img/inquiry/inquiry_bg.png);
	background-repeat: repeat-y;
	z-index: 13;
}

#inquiry form h3{
	color: #669933;
	font-size: 140%;
	padding: 5px;
	border-bottom: solid 1px #999999;
	margin-bottom: 20px;
}

/*------------*/

#error{
	position: relative;
	width: 496px;
	margin: 0 auto 30px auto;
	background-image: url(../img/inquiry/inquiry_error_bg.png);
	background-repeat: repeat-y;
	background-position: center left;
	color: #990000;
}

#error h3{
	width: 476px;
	margin-bottom: 15px;
	padding: 15px 0 0 20px;
	background-image: url(../img/inquiry/inquiry_error_top.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
}

#error ul{
	width: 496px;
	padding-bottom: 20px;
	background-image: url(../img/inquiry/inquiry_error_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	text-align: center;
	list-style: none;
}


/*------------*/

#form dt{
	width: 10em;
	margin-bottom: 10px;
	float: left;
}

#form dd{
	padding-left: 11em;
	margin-bottom: 10px;
}

#form dd input, #form dd textarea{
	padding: 3px;
	border: solid 1px #4F4220;
}

/*------------*/

#mf_name{ width: 350px; }
#mf_mail{ width: 350px; }
#mf_tel{ width: 100px; }
#mf_message{ width: 350px; height: 180px; }

#form dt.button{
	position: absolute;
	bottom: 33px;
	right: 35px;
}

#inquiry img.mail{
	position: absolute;
	bottom: 30px;
	right: -39px;
}

#inquiry img.top{
	position: absolute;
	top: 0;
	left: 0;
}

#inquiry img.bottom{
	position: absolute;
	bottom: 0;
	left: 0;
}


/*------------*/

#conf{
	position: relative;
	width: 610px;
	min-height: 242px;
	padding: 40px 30px 50px 30px;
	margin: 0 0 20px 10px;
	background-image: url(../img/inquiry/inquiry_conf_bg.png);
	background-repeat: repeat-y;
}

#conf dl{
	margin-bottom: 50px;
}

#conf dt{
	width: 9.5em;
	margin: 12px 15px 12px 0;
	font-weight: bold;
	text-align: right;
	float: left;
	clear: both;
}

#conf dd{
	padding: 12px 0 12px 11.5em;
	background-image: url(../img/inquiry/inquiry_conf_line.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#form_cansel{
	width: 335px;
	text-align: center;
	float: left;
}

#form_send{
	text-align: center;
}

/*--------------------------------*/

#main h2.sended{
	margin: 15px 0 40px 45px;
}

#main p.thanx{
	margin-top: 150px;
	text-align: center;
}

#main div.sended{
	position: relative;
	width: 640px;
	margin: 30px auto 50px auto;
	padding: 20px;
	background-image: url(../img/request/request_sended_bg.png);
	background-repeat: repeat-y;	
}

#main div.sended p.mag{
	margin-bottom: 1em;
}

#main div.sended img.top{
	position: absolute;
	top: 0;
	left: 0;
}

#main div.sended img.bottom{
	position: absolute;
	bottom: 0;
	left: 0;
}


/*--------------------------------*/

