@charset "UTF-8";
/* CSS Document */

#wrapper{
	background-color: #000;
	color: #fff;
}

.brand_model_list img{
            height: 320px;
            width: 60px;
        }
#archive_top .feature_area{
	width: 400px;
	margin: 0 auto;
}

.brand_side_banner img{
	width: 100%;
}


.footer_toparea{
	margin: 20px auto 0;
	padding: 20px ;
	background-color: #777;
}


@media only screen and (max-width:545px) {

#archive_top .feature_area{
	width: 100%;
	margin: 0 auto;
}


#side_brandlist, #side_brandlist .brand_side_banner {
		display: block;
	}	
 #side_brandlist #brand_description,
#side_brandlist .brand_description_up{
	 display: none;
	}
	
}