@charset "shift_jis";

/* -----------------------------------------------------------
CSS Information

 File name:      search.css
 Author:         nishida kyoko
 Style Info:     中古車を探す 他
----------------------------------------------------------- */

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.btn {
	text-align: center;
}

/*clearFix*/
#contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/*----------------------------------------------------
	#メーカー・車種検索
----------------------------------------------------*/

div#main .search {
	clear: both;
	width : 800px ;
	margin : 30px auto ;
	padding : 12px ;
    /*background : #FFFF99 ;*/	
    background : #FFEB99 ;		
}

div#main .search img {
	float : right ;	
	/*margin-right : 15px ;*/
}

