@charset "utf-8";
/* ===================================================================
CSS information

 file name  :contact.css
 author     :Ability Consultant
style info  :お問い合わせページ設定　ハックは最下部に記述
=================================================================== */

/* -----------------------------------------------------------
	ヘッダー
----------------------------------------------------------- */

/* ヘッダスラッシュ */
#contact #header h2 {
	margin:0;
	padding:0;
	width:100%;
	height:248px;
	top:0;
	left:0;
	position:absolute;
	z-index:1;
	text-indent:-9999px;
}

/* h2  画像タイトル */
#contact #header h2 {
	background:url(../contact/images/title.jpg) center top no-repeat;
}



/* -----------------------------------------------------------
	コンテンツ
----------------------------------------------------------- */

/* ご案内 */
#contact .txt_contact {
	width: 705px;
	margin: 0 0 40px 0;
}

#contact .txt_contact h3 {
	width: 705px;
	height: 56px;
	margin: 0 0 10px 0;
	background: url(../contact/images/tit_contact.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#contact .txt_contact p {
	margin: 0 0 10px 0;
	padding: 0 30px 0 0;
}


/* 生成フォーム部分 */
#contact .contact_main {
	width: 710px;
}
	
#contact .contact_main table {
	width: 678px;
}

#contact .contact_main .btn_kakunin,
#contact .contact_main .btn {
	padding: 10px 0;
	text-align: center;
}


/* フォーム部品 */
#contact .contact_main .middle {
	width: 150px;
}

#contact .contact_main .long {
	width: 300px;
}

#contact .contact_main textarea {
	width: 300px;
	height: 150px;
}
	
	
/*----------------------------------------------------
	テーブル BASIC
----------------------------------------------------*/
/*#contact table {
	color:#000;
	border:1px solid #A4A0BB;
}

#contact table.tbl_basic th,
#contact table.tbl_basic td {
	padding:10px 10px 10px 20px;
	border:1px solid #A4A0BB;
}

#contact table.tbl_basic th {
	text-align:left;
	font-weight:bold;
	background-color:#F4F3F9;
	color:#827A92;
}

#contact table.tbl_basic td {
	background-color:#fff;
	color:#484452;
}
*/

/*======================================

	hack - 各種cssハック - for Firefox

=======================================*/
/* firefoxで枠線非表示になるバグ対応 */
html>/**/body table th{
	border-collapse: separate;
	border-spacing: 1;
	border-left:2px solid #A4A0BB;
}

/* firefoxで枠線非表示になるバグ対応 */
html>/**/body table th {
	border-top:2px solid #A4A0BB;
}



/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}
