/* CSS Document */
/************************/
.H3_TT_jpn{
	background-image: url(../images/jpn.gif);
	background-repeat:no-repeat;
	background-position:5px center;
	background-color:#fff59a;
	height:42px;
	line-height:45px;
	padding:0 0 0 50px;
	font-weight:bold;
	font-size:16px;
}
.H3_TT_imp{
	background-image: url(../images/maker_icon.gif);
	background-repeat:no-repeat;
	background-position:5px center;
	background-color:#fff59a;
	height:42px;
	line-height:45px;
	padding:0 0 0 50px;
	font-weight:bold;
	font-size:16px;
}



#newcarToptxt{
	background-color:#ebebeb;
	padding:5px 10px;
	color:#4b260d;
	font-weight:bold;
}
.MakerDisp{
	margin:0px 0 10px 0;
	padding:10px 10px 15px;
	background-color:#FFF;
}

#kokusanTT{background-image:url(../images/maker/kokusan.gif) !important;}
#importTT{ background-image:url(../images/maker/import.gif) !important;}
#import{
	background-image: url(/usedcar/images/top/import.gif);
	background-repeat:no-repeat;
	background-position:10px center;
	padding:0 0 0 45px;	
}
/* 共通リスト */
.Nc_SchList{
	margin:20px 0 20px;
}
.Nc_SchList li{
	border-radius:7px;
	overflow:hidden;
	border:2px solid #c6c6c6;
	width:222px;
	height:57px;
	display:inline-block;
	margin:0 2px 10px;
}
.Nc_SchList li:hover{
	border:2px solid #46b2fe;
}
.Nc_SchList li a{
	text-align:center;
	line-height:1.2;
	display: block;
	vertical-align:middle !important;
	font-size:15px;
	text-decoration:none;
	text-align:center;
	color:#000;
	font-weight:bold;
	padding:20px 0 0;
	box-sizing:border-box;
}
