@charset "utf-8";
/* CSS Document */


.SearchTT{
	background: url(/sp/newcar/images/icon1.png),-moz-linear-gradient(left top , #e1b68a 0% , #d39d60 100%);
	background: url(/sp/newcar/images/icon1.png),-webkit-gradient(linear, left top, left bottom, color-stop(0, #e1b68a), color-stop(1, #d39d60));
	background-repeat:no-repeat, repeat;
	background-size:20px , 100%;
	background-position:8px center, left top;
	height:43px;
	border-top:1px solid #8b592f;
	line-height:43px;
	font-size:14px;
}
.SearchTT a{
	display:block;
	background-image:url(../../common/images/gray_arrow.png);
	background-repeat:no-repeat;
	background-position:96% center;
	background-size:14px;
	color:#6b4125;
	padding:0 0 0 35px;
	text-shadow:1px 0px 0 #f6e1b8;
	text-decoration:none;
	border-top:1px solid #f9e5bd;

}
/********************************/

.NewcarSrc{
	padding:0;
	margin:0px 0 0 0;
}
.NewcarSrc li{
	height:40px;
	font-size:14px;
	line-height:40px;
	font-weight:normal;
	border-bottom:1px solid #f86383;
}
.NewcarSrc li a{
	padding:0 0 0 10px;
	background-image: url(../../common/images/Arrow.gif);
	background-repeat:no-repeat;
	background-position:96% center;
	display:block;
	color:#0b0b0b;
	position:relative;
}
.NewcarSrc li a img{
	position:absolute;
	top:5px;
	left:10px;
}



/* メーカーアイコンリスト */
#Maker{
	padding:10px 0 0px 0;
	margin:0;
	list-style:none;
	width:100%;
}
#Maker li{
	width:25%;
	float:left;
	margin:0 0% 10px 0;
	color:#4c4c4c;
}
#Maker li a{
	width:65px;
	margin:auto;
	display:block;
}

.m_NM{
	text-align:center;
	width:65px;
	margin:auto;
}
.m_NM a{
	text-align:center;
	color:#4c4c4c;
	font-size:11px;
}
#AllMakerBt{
	margin:5px auto 15px;
	width:95%;
	display:block;
	background: url(/sp/index/images/whiteB.png),-moz-linear-gradient(left top , #dadada 0% , #cdcdcd 100%);
	background: url(/sp/index/images/whiteB.png),-webkit-gradient(linear, left top, left bottom, color-stop(0, #dadada), color-stop(1, #cdcdcd));
	background-repeat: repeat-x, repeat;
	background-position: left top, left top;
	background-size: 1px,100%;
	height:40px;
	border:1px solid #cdcdcd;
	line-height:40px;
	font-size:15px;
	border-radius:5px 5px;
	text-shadow:1px 1px 0 #FFF;
	font-weight:bold;
	color:#545454;
	text-align:center;
}
