@charset "utf-8";
/* CSS Document */

/*/////////////////////////////////////////////////////////
file name: contact.css
description: お問い合わせ用スタイルシート

1.ステップ
2.form
3.tel


///////////////////////////////////////////////////////// */

/* ===========  1.ステップ  =========== */
#step ol {
	clear: both;
	margin: 0;
	margin-top: 20px;
	padding: 0;
	width: 630px;
	height: 30px;
	list-style: none;
	text-indent: -9999px;
}

#step ol li {
	display: inline;
}

#step ol.step1 {
	background: url(../images/step.gif) 0 0;
}
	
#step ol.step2 {
	background: url(../images/step.gif) 0 -30px;
}

#step ol.step3 {
	background: url(../images/step.gif) 0 -60px;
}


/* ===========  2.form  =========== */
dl.list-contactForm {
	width: 610px;
}

dl.list-contactForm dt {
	width: 13em;
	float: left;
	font-weight: bold;
}

dl.list-contactForm dd {
	padding-left: 13em;

}

/*ボックス2列*/
.contBox01 {
	float: left;
	width: 160px;
	margin-right: 20px;
}



.formBtn01 {
	width: 315px;
	margin-right: 10px;
	float: left;
	text-align: right;
}

.formBtn02 {
	margin-left: 10px;
	float: left;
	text-align: left;
}

/* ===========  3.tel  =========== */
.tel01 {
	float: left;
	width: 260px;
}

.tel02 {
	float: left;
	width: 370px;
}
