@charset "UTF-8";

.colorRed {
	color:#e40002;
}
.font16 {
	font-size:16px;
}

/* matrix検索全体
------------------------------------------*/
#matrix_search {
	width:935px;
	margin:0 auto;
}

/* 地域・販売会社検索、更新情報
------------------------------------------*/
#search_update {
	width:935px;
	padding:0 0 10px 0;
}
/* 地域・販売会社検索
------------------------------------*/
.seachBox {
	float:left;
	width:500px;
	background-color:#f5f5f5;
}
.seachBox table {
	border-collapse:collapse;
	margin:0 0 0 20px;
}
.seachBox table th {
	padding:10px 0 6px 10px;
}
.seachBox table td {
	padding:0 0 15px 18px;
}
.selecter select {
	font-size:12px;
	height:23px;
	line-height:100%;
}
.searchBtn input {
	height:23px;
	font-size:12px;}

/* 更新情報（スキャット）
------------------------------------*/
.update {
	float:right;
	width:244px;
}
.updateTxtBox {
	float:left;
	width:186px;
	background-image:url(../images/matrix/bgi-fkds_002.jpg);
	background-repeat:repeat-y;
	background-position:left top;
}
.updateTxtBoxIn {
	background-image:url(../images/matrix/bgi-fkds_001.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top:17px;
}
.updateTxtBoxIn2 {
	background-image:url(../images/matrix/bgi-fkds_003.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:8px;
}
.updateTxtBoxIn2 strong {/*吹き出しのテキスト*/
	font-size:1em;
	line-height:150%;
	padding:0 10px 0 6px;
	display:block;
}
.scat {
	float:right;
	width:58px;
}
/* 
------------------------------------*/
p.caution01 {
	font-size:0.9em;
	line-height:150%;
	padding:0 0 2px 0;
}

/*-----------======matrix検索、一覧表======-------------*/
table.matrix {
	border-collapse:collapse;
	width:935px;
}

table.matrix th, table.matrix td {
	border:1px solid #999999;
	color:#000000;
	_letter-spacing:1px;
	text-align:center;
	line-height:150%;
}
table.matrix th.upper {/*価格帯*/
	background-color:#0064ba;
	text-align:center;
	line-height:150%;
	font-size:0.9em;
	padding:5px 0;
	background-image:url(../images/list/bgi-color_000.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	color:#FFFFFF;
	font-weight:bold;
}

table.matrix td.carType {/*車種*/
	background-image:url(../images/list/bgi-color_001.jpg);
	background-position:right top;
	background-repeat:repeat-y;
	background-color:#cef3ff;
	width:160px;
	font-size:1em;
	font-weight:bold;
	padding:8px 0;
}
table.matrix .yen {/*価格*/
	width:64px;
	padding:8px 0;
}

table.matrix td.total {/*合計*/
	background-color:#fffda8;
	font-size:1em;
	padding:8px 0;
}

table.matrix a {
	text-decoration:underline;
	font-size:1em;
	font-weight:bold;
}
table.matrix a:hover {
	text-decoration:none;
}



/* 下部補足説明
------------------------------------*/
ul.explain {
	list-style-type:none;
	margin:8px 0 0 0;
}
ul.explain li {
	line-height:150&;
	font-size:0.9em;
}








