@charset "UTF-8";

legend {
	display:none;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
.wtn_copyright {
	text-align: center;
	margin: auto;
	color: #CCCCCC;
	font-size: 10px;
}
.wtn_copyright a {
	color: #CCCCCC;
}

/* 問い合わせ・注文 */
/** ヘッダ **/
#hd_inquiry {
	background-image: url(../img/hd_c_inquiry.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 620px;
	text-indent: -9999px;
}

/* 査定フォーム */
/** ヘッダ **/
#hd_assess {
	background-image: url(../img/hd_c_assess.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 620px;
	text-indent: -9999px;
}

/** 問い合わせフォーム **/
.tbl_form {
	width: 614px;
	margin: 10px 0 0 1px;
	padding: 0px;
	border-collapse: collapse;
	border: 1px solid #EEDDAA;
}
	.tbl_form td {
		border: 1px dotted #EEE0CC;
		padding: 3px;
		font-size: 12px;
	}
	.tbl_form th {
		border-top: 1px dotted #EEE0CC;
		border-bottom: 1px dotted #EEE0CC;
		color: #887766;
		padding: 3px;
		font-size: 10px;
		font-weight: normal;
		text-align: right;
	}
.tbl_form .fnt_10px {
	font-size: 10px;
}
#name {
	width: 200px;
	font-size: 12px;
}
#furigana {
	width: 200px;
	font-size: 12px;
}
#zip {
	width: 70px;
	font-size: 12px;
}
#address1 {
	width: 370px;
	font-size: 12px;
}
#address2 {
	width: 370px;
	font-size: 12px;
}
#phone {
	width: 200px;
	font-size: 12px;
}
#email {
	width: 200px;
	font-size: 12px;
}
#text {
	width: 370px;
	font-size: 12px;
	height: 120px;
}
#submit {
	text-align: center;
	padding: 3px;
	width: 120px;
	margin: 10px 10px 10px 140px;
}
#reset {
	font-size: 10px;
	margin: 10px;
}
#mailform {
	margin: 0px auto;
	padding: 5px;
	width: 620px;
	overflow: auto;
	height: auto;
	background-color: #FFFFFF;
	border: 1px solid #333333;
}
#windowclose input {
	text-align: center;
	margin: 15px;
	padding: 0px;
}
#rules {
	margin: auto;
	padding: 15px;
	height: 380px;
	width: 580px;
	overflow: scroll;
	border: 1px solid #666666;
}
#rules h3 {
	font-size: 16px;
	color: #333333;
	background-color: #CCCCCC;
	display: block;
	margin: 0px;
	padding: 3px;
}
#rules h4 {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #003366;
	display: block;
	margin: 0px;
	padding: 3px;
}
#rules p {
	font-size: 12px;
	color: #333333;
}
#rules ol {
	font-size: 12px;
	color: #333333;
}

/* フォームを開くボタン */
#accept {
	font-size: 12px;
	margin: 20px auto 0 auto;
	padding: 14px;
	text-align: center;
}
#accept a {
	padding: 10px;
	color: #FFF0F0;
	border-top: 2px solid #EE0000;
	border-right: 2px solid #990000;
	border-bottom: 2px solid #990000;
	border-left: 2px solid #EE0000;
	background: #BB0000;
	text-decoration:none;
	font-weight: bold;
}
#accept a:hover {
	text-decoration:underline;
	background: #DD0000;
}
#accept a:active {
	color: #990000;
	border-top: 2px solid #990000;
	border-right: 2px solid #EE0000;
	border-bottom: 2px solid #EE0000;
	border-left: 2px solid #990000;
	background: #FFF0F0;
}

.btn_usedstock a {
	background-image: url(../img/btn_usedstock.png);
	background-repeat: no-repeat;
	display: block;
	height: 60px;
	width: 304px;
	text-indent: -9999px;
}
	.btn_usedstock a:hover {
		background-position: 0 -60px;
	}
.tbl_form .h4 {
	background-color: #AA9999;
	color: #FFFFFF;
}
.tbl_form .h4 h4 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 3px;
}
