#inquiry {
	width: 540px; /* ボックスの幅を指定 */
}
#inquiry table {
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 100%;
	width: 540px;
}
#inquiry td {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: none;
	padding: 10px;
	text-align: left;
}
#inquiry th {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: 6px solid #CCCCCC;
	border-right: none;
	background-color: #F3F3F3; /* 項目背景色 */
	font-weight: normal;
	padding: 10px;	
	width: 170px;
}
#inquiry th.must {
	border-left-color: #4186fa; /* 必須項目の左バー背景色 */
}
#inquiry th em {
	font-style: normal;
	color: #FF0000;
	padding-left: 5px;
}

#inquiry select {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
}
#inquiry .submit {
	text-align: left;
	margin-top: 20px;
}

/* お問い合わせ内容 */
.coment {
	width: 98%;
	line-height:1.2;
}
/* お名前 */
.name{
	width: 98%;
	line-height:1.2;
}
/* メールアドレス */
.mailaddress{
	width: 98%;
	line-height:1.2;
}

/* メールアドレス */
.address{
	width: 98%;
	line-height:1.2;
}

/* ご連絡先 */
.tel{
	width: 98%;
	line-height:1.2;
}

/* メーカー */
.maker{
	width: 98%;
	line-height:1.2;
}

/* 車名 */
.model{
	width: 98%;
	line-height:1.2;
}

/* グレード */
.gread{
	width: 98%;
	line-height:1.2;
}

/* 年式 */
.age{
	width: 98%;
	line-height:1.2;
}

/* 年式 */
.age2{
	width: 98%;
	line-height:1.2;
}

/* 色 */
.color{
	width: 98%;
	line-height:1.2;
}

/* 走行距離 */
.mileage{
	width: 98%;
	line-height:1.2;
}

/* 希望価格 */
.price{
	width: 30%;
	line-height:1.2;
}

/* 希望価格 */
.price2{
	width: 30%;
	line-height:1.2;
}

.coment,.name,.mailaddress,.address,.tel,.maker,.model,.gread,.age,.color,.mileage,.price,.price2 {
	border: 1px solid #CCCCCC; /* デフォルト時のボーダーの色 */
	background-color: #F3F3F3;　/* デフォルト時の背景色 */
	padding: 2px;
}

.coment:focus,.name:focus,.mailaddress:focus,.address:focus,.tel:focus,.maker:focus,.model:focus,.gread:focus,.color:focus,.price:focus,.price2:focus {
	border-color: #4186fa; /* フォーカス時のボーダーの色を指定 　変更しても変わらないjsファイルへ*/
	background-color: #FFFFFF; /* フォーカス時の背景色を指定 　変更しても変わらないjsファイルへ*/
}
