@charset "shift_jis";

/***************************************************
	三煌産業用スタイルシート
	form.css
	お問い合わせフォームレイアウトスタイル定義
***************************************************/

/* お問い合わせフォーム
------------------------------------------------------------ */
#contents.inquiry .main {	padding-top: 18px;}
#contents.inquiry .main p.title {	padding-bottom: 16px;}
#contents.inquiry .main p.toiawase {	padding-bottom: 20px;}

/* form */
.form {	padding: 0 13px;}
.form p.text {	padding: 0 5px 8px;}
.form table {	width: 100%;	margin-top: 10px;}
.form .color {	background-color: #fef5ea;}
.form table th {
	padding: 5px 0 5px 20px;
	white-space: nowrap;
}
.form table td {
	padding: 5px 0 5px 20px;
}

.form table span {	color: #FF0000;}

#company, #post, #name, #kana, #mail, #matter {	width: 250px;}
#address {	width: 350px;}
#age {	width: 30px;}
#zip {	width: 100px;}
#tel1, #tel2, #tel3, #fax1, #fax2, #fax3 {	width: 50px;}

.form table  textarea {
	width: 500px;
	height: 100px;
	margin: 0 0 5px;
	padding: 0;
}

.form table input, .form table select, .form table textarea {
	border: 1px #e6e6e6 solid;
	padding: 2px;
/*	font-size: 100%;*/
}
.form #Q1 {	border: none;}

.form table input:focus {	border-color: #ffd09a;}
.form table textarea:focus {	border-color: #ffd09a;}
.form table select:focus {	border-color: #ffd09a;}

/*
#btn {	padding-top: 10px;	text-align: center;}
*/
#btn {
	padding: 10px 0 0;
	text-align: center;
}
#btn input {
	padding: 0;
	border: none;
}
#btn img {	vertical-align: baseline;}


