@charset "utf-8";
/* ===================================================================
CSS information

 file name  :contact.css
 author     :Ability Consultant
style info  :お問い合わせページ設定　ハックは最下部に記述
=================================================================== */


/*----------------------------------------------------
	index.html お問い合わせTOP
----------------------------------------------------*/

/* お問い合わせフォームなど基本設定
----------------------------------------------------*/
#contact .con_contact {
	width: 690px;
}

#contact .con_contact p {
	margin: 0 0 15px 0;
}

#contact .con_contact span {
	color: #840306;
	font-weight: bold;
}

#contact .con_contact h2 {
	margin: 40px 0 20px 0;
}

#contact .con_contact .box_contact table {
	width: 690px;
	margin: 0 0 25px 0;
	border-top: 2px #ccc8a0 solid;
	border-collapse: separate;
}

#contact .con_contact .box_contact table th {
	width: 25%;
	padding: 10px;
	background-color: #f9f8e7;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px #ccc8a0 dotted;
}

#contact .con_contact .box_contact table td {
	padding: 10px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px #ccc8a0 dotted;
}

#contact .con_contact .box_contact p {
	text-align: center;
}

#contact .con_contact .box_contact p.msg {
	text-align: left;
}


/* フォーム部品 */
#contact .con_contact .box_contact .long {
	width: 70%;
}

#contact .con_contact .box_contact textarea {
	width: 70%;
	height: 150px;
}




/*----------------------------------------------------
	thanks.html 完了画面
----------------------------------------------------*/

/* リンク設定
----------------------------------------------------*/
#contact .con_contact .home {
	padding: 0 0 0 10px;
	background: url(../images/ic_main.gif) no-repeat left 5px;
}





/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}