@charset "utf-8";

.submitSection {
	background-color: #F0F0F0;
	text-align: center;
	padding: 15px 0;
}

.submitSection .button_text {
	cursor: pointer;
}

.optionalSection {
	text-align: right;
}

.form_description {
	
}

.err_msg {
	color: #C40000;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

.tableArea {
	background: #F5F5F5;
	padding: 4px;
	margin-bottom: 15px;
}

.tableHeader {
	background: #F5F5F5;
	padding: 4px;
	margin-bottom: 15px;
}

img.iconPosition {
	float: right;
	height: 18px;
}

img.btnList {
	margin-right: 6px;
}

p.carTitle {
	float: left;
}

table.resultTable01,
table.resultTable01 th,
table.resultTable01 td {
	border: 0 solid #CCCCCC;
}

table.resultTable01 {
	border-collapse: separate;
	border-width: 1px 0 0 1px;
	border-spacing: 0;
	width: 854px;
	font-family: /*"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",*/"メイリオ",Meiryo,Verdana,Helvetica,Arial,"ＭＳ Ｐゴシック",sans-serif;
}

table.resultTable01 th {
	width: 147px;
	text-align: left;
	background: #FFFFFF;
	font-weight: bold;
}

table.resultTable01 td {
	text-align: center;
	background: #FFFFFF;
}

table.resultTable01 th,
table.resultTable01 td {
	border-width: 0 1px 1px 0;
	padding: 6px;
	vertical-align: middle;
}

table.resultTable01 .textArea {
	width: 340px;
}

table.resultTable01 td.carName {
	text-align: left;
	background: #F7FAED;
}

table.resultTable01 td.carPrice {
	width: 130px;
}

table.resultTable01 td.carNumber {
	width: 110px;
}

table.resultTable01 td.carYear {
	width: 94px;
}

table.resultTable01 td.carDistance {
	width: 94px;
}

table.resultTable01 td.carRoadage {
	width: 94px;
}

table.resultTable01 td.carArea {
	width: 93px;
}

table.resultTable01 td.btnArea {
	text-align: right;
}




table.categoryTable01,
table.categoryTable01 th,
table.categoryTable01 td {
	border: 0 solid #FFFFFF;
}

table.categoryTable01 {
	border-collapse: separate;
	border-width: 1px 0 0 1px;
	border-spacing: 0;
	width: 854px;
	font-family: /*"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",*/"メイリオ",Meiryo,Verdana,Helvetica,Arial,"ＭＳ Ｐゴシック",sans-serif;
}

table.categoryTable01 th {
	width: 147px;
	text-align: center;
	background: #149600;
}

table.categoryTable01 td {
	text-align: center;
	background: #149600;
}

table.categoryTable01 th,
table.categoryTable01 td {
	border-width: 0 1px 1px 0;
	padding: 6px;
	vertical-align: middle;
	color: #FFFFFF;
	font-weight: bold;
}

table.categoryTable01 td.carPriceList {
	width: 115px;
}
table.categoryTable01 td.contactCheck {
	width: 15px;
}

table.categoryTable01 td.carNumber {
	width: 110px;
}

table.categoryTable01 td.carYear {
	width: 94px;
}

table.categoryTable01 td.carDistance {
	width: 94px;
}

table.categoryTable01 td.carRoadage {
	width: 94px;
}

table.categoryTable01 td.carArea {
	width: 93px;
}


.accent {
	font-size: 18px;
	font-weight: bold;
	color: #C40000;
}

.page {
	text-align: right;
}

div.searchArea {
	width: 860px;
	position: relative;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

div.searchArea img {
	vertical-align: bottom;
}

div.btnSection {
	width: 800px;
	height: 35px;
	position: relative;
	text-align: right;
	padding-right: 60px;
	padding-top: 20px;
}

dl.section01 {
	top: 10px;
	left: 10px;
	position: relative;
	width: 842px;
	height: 242px;
}

dl.section01 dt {
	width: 842px;
	height: 40px;
	/*background: url(../carsearch/media/tit_carsearch.gif) no-repeat 0 0 #FFFFFF;*/
}

dl.section01 dd {
	width: 842px;
	height: 202px;
	background: url(../carsearch/media/bg_carsearch.gif) no-repeat 0 0 #FFFFFF;
}

ul {
	list-style: none;
}

ul.desList li {
	clear: both;
	height: 25px;
}

ul#desList01 {
	position: absolute;
	top: 50px;
	left: 0;
	width: 421px;
}

ul#desList02 {
	position: absolute;
	top: 50px;
	left: 421px;
	width: 421px;
	
}

span.listTitle {
	float: left;
	width: 120px;
	height: 25px;
	text-align: right;
	padding-right: 5px;
}

select.selectType01 {
	width: 235px;
}

select.selectType02 {
	width: 105px;
}

input.textType01 {
	width: 231px;
}

.resultText {
	margin: 0 0 21px;
}

.resultText p {
	color: #C40000;
	font-weight: bold;
	text-align: center;
}

