@charset "utf-8";

#header{
	background:url(../img/contact/main.jpg) no-repeat center top;
	padding:33px 19px 0;
	height:367px;
	_height:400px;
}

.contact-text{
	text-align:center;
	padding:22px 0 25px;
}

.confirm{
	padding-top:25px;
}
/*----------------------------------------------------
	
------------------------------------------------------*/
dl#contact-flow{
	clear:both;
	overflow:hidden;
	zoom:1;
}
dl#contact-flow dt{
	clear:both;
	float:left;
	width:100px;
	text-align:left;
	margin-bottom:25px;
}
dl#contact-flow dd{
	float:left;
	width:565px;
	text-align:left;
	margin-bottom:25px;
}

/*----------------------------------------------------
	フォーム
------------------------------------------------------*/
#contact-form{
	font-size:12px;
}
#contact-form #contact-form-text .required,
#contact-form table.form-table th .required{
	color:#b50000;
}
/* フォームテーブル
------------------------------------------*/
#contact-form table.form-table{
	width:100%;
}
#contact-form table.form-table th,
#contact-form table.form-table td{
	border:1px solid #a9a9a9;
	padding:6px 10px;
}
#contact-form table.form-table th{
	background:#edf8e6;
	width:140px;
	text-align:center;
}
#contact-form table.form-table td input[type=text],
#contact-form table.form-table td input[type=checkbo],
#contact-form table.form-table td textarea{
	border:1px solid #8bac77;
}
#contact-form table.form-table td input[type=text]{
	width:333px;
}
#contact-form table.form-table td textarea{
	width:445px;
	height:105px;
}

/* ボタン
------------------------------------------*/
#contact-form .btn-area{
	text-align:center;
	padding-top:35px;
}
#contact-form .btn-area ul{
	display:inline;
}
#contact-form .btn-area ul li{
	display:inline;
	margin:0 5px;
}
/*----------------------------------------------------
	コンプリート
------------------------------------------------------*/
#content-complete{
	clear:both;
	padding:22px 0 16px;
	text-align:center;
}
#content-complete h3{
	text-align:center;
	margin-bottom:19px;
}
#content-complete .complete-text{
	text-align:left;
	padding-left:83px;
	font-size:14px;
	line-height:157%;
}
#content-complete .complete-text p{
	padding-top:1.57em;
}


