@charset "UTF-8";

/* ***************************************************
* CSS file For taisokyo.com
	FileName: inquiry.css
	data:2007/09/14 koyama
**************************************************** */


/*-----------------------------------------------------------
■見出し
------------------------------------------------------------*/
h2 {margin: 20px 0 0;}


/*-----------------------------------------------------------
■メールでのお問い合わせ
------------------------------------------------------------*/

/* テーブル設定 */
table#MailInq {
	width: 390px;
	border: 1px solid #E7E2CB;
}

table#MailInq th {
	width: 150px;
	padding: 10px 0 3px 10px;
	text-align: left;
	vertical-align: top;
}

table#MailInq td {
	width: 240px;
	padding: 10px 0 3px 20px;
	background: url(/img/inquiry/input_bg.gif) no-repeat left 10px;
}


table#MailInq span {
	color: #CC0000;
	font-size: 10px;
}

/* 入力エリア設定 */

table#MailInq input,
table#MailInq select,
table#MailInq textarea {
	width: 210px;
	border: 1px solid #E7E2CB;
}

table#MailInq input.Zip {width: 70px;}

/* 問い合わせ内容 */
table#MailInq td.Detail {background: url(/img/inquiry/detail_bg.gif) no-repeat left 10px}

table#MailInq textarea {
	height: 100px;
	margin: 0 0 10px;
	font-size: 12px;
	font-family:'Osaka','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
}


/* 送信ボタン */
table#MailInq td.None {
	width: 100%;
	background: none;
	text-align: center;
	padding: 10px 0 ;
}

table#MailInq input.Submit {
	width: 50px;
	height: 24px;
	background: #DFB13F;
	color: #FFF;
	line-height: 20px;
	margin: 0 0 10px;
}

/* 入力エラー */
div#FormError {
	width: 100%;
	margin: 15px 0 0 ;
	font-size: 10px;
	line-height: 15px;
}
div#FormError p {color: #CC0000;}
div#FormError span {
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

/*-----------------------------------------------------------
■お電話でのお問い合わせ
------------------------------------------------------------*/
table#TelInq {
	width: 390px;
	border: 1px solid #E7E2CB;
}

table#TelInq td {padding: 10px;}

table#TelInq span {
	color: #CC6600;
	font-weight: bold;
	font-size: 14px;
}

table#TelInq td p {font-size: 10px;}
