@charset "utf-8";
/* ===================================================================
CSS information

 file name  :contact.css
 author     :Ability Consultant
style info  :お問合せページ用設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/* お問合せ
----------------------------------------------------------- */
#contact .con_contact {
	width: 700px;
	margin: 0 auto;
}

#contact .con_contact h3 {
	margin: 0 0 10px 0;
}

/* フォーム */
#contact .con_contact table {
	width: 700px;
	border: none;
}

#contact .con_contact table th {
	width: 20%;
	padding: 8px 10px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dashed #ccc;
	background-color: #fff;
}

#contact .con_contact table td {
	padding: 8px 10px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dashed #ccc;
}

#contact .con_contact table td input,
#contact .con_contact table td textarea {
	border: 1px #ddd solid;
}

#contact .con_contact table td .middle {
	width: 150px;
}

#contact .con_contact table td .long {
	width: 300px;
}

#contact .con_contact table td textarea {
	width: 300px;
	height: 150px;
}


#contact .con_contact .msg {
	color: #cc3366;
	font-weight: bold;
	text-decoration: underline;
}

#contact .con_contact .comfirm {
	margin: 10px auto;
	text-align: center;
}

#contact .con_contact .error,
#contact .con_contact span {
	color: #7d0000;
}






/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}
