@charset "utf-8";
h2.title{
	margin-bottom:8px;
}
#mainBox{
  width: 670px;
  margin-right: 90px;
}
.form-table input{
  color: #000!important;
}
/*----------------------------------------------------
　
------------------------------------------------------*/
#form-area{
	padding:2px;
	background:#fff;
	border:2px solid #efeee9;
}
#form{
	padding:16px;
	background:#f5f6f6;
}
#form-flow{
	overflow:hidden;
	zoom:1;
	margin-bottom:10px;
}
#form-flow li{
	float:left;
	padding-left:15px;
	background:url(../img/contact/flow_arrow.gif) no-repeat left center;
}
#form-flow li:first-child{
	padding-left:0;
	background:none;
	padding-left:0;
}
* html #form-flow li.first-child{
	background:none;
}
* html #form-flow li{
behavior: expression(
this.className += (this.previousSibling == null) ? " first-child" : "",
this.style.behavior = "none"
);
}
.required-text{
	clear:both;
	font-size:12px;
}
#form span.require{
	color:#f00;
}
#form-text{
	padding:10px 0;
}
ul.form-btn{
	clear:both;
	overflow:hidden;
	zoom:1;
	text-align:center;
}
ul.form-btn li{
	display:inline;
	margin:0 10px;
}
#complete-text{
	width:580px;
	margin:0 auto;
	padding:18px 0 30px;
	text-align:left;
}
#complete-text .title{
	text-align:center;
}
#complete-text p{
	padding-top:1.5em;
}
/*----------------------------------------------------
　
------------------------------------------------------*/
table.form-table{
	width:100%;
}
table.form-table th,
table.form-table td{
	padding:6px 6px 6px 10px;
	border:1px solid #d1d1d1;
}
table.form-table th{
	width:220px;
}
.form-table input{ 
	color:#bfbfbf;
	font:inherit;
}
.form-table input:focus,
.form-table input.focused{
	color: #000;
}
.form-table input.zip-btn{
	color: #000;
}
table.form-table .file li{
	width:210px;
	margin-bottom:1px;
	padding:4px;
	border:1px solid #d7d7d7;
	background:#fff;
}
table.form-table .affair li{
	float:left;
	margin-right:1em;
}
table.form-table input.zip{
	margin-right:10px;
}
table.form-table td .text{
	padding:3px 0;
	line-height:1.3;
}
table.form-table td .text em{
	color:#d00000;
}
.W300{
  width: 300px!important;
}
input,
textarea,
select{
  padding: 2px;
}

