@charset "utf-8";

@media(max-width: 768px){
/* common
------------------------------------------------ */
#header { border-bottom: none; }
#logo { padding-top: 8px; width: 72px; }

/* top_brand_list
------------------------------------------------ */
#top_brand_list {
}

	#top_brand_list ul {
	}

		#top_brand_list ul li {
			float: left;
			width: 50%;
		}
		#top_brand_list ul li:nth-of-type(2n+1) { clear: both; }

			#top_brand_list ul li a { display: block; }

/* top_news_feature
------------------------------------------------ */
#top_news_feature {
	margin-top: 40px;
}

/* top_ranking
------------------------------------------------ */
#top_ranking {
	margin-top: 40px;
}

/* top_styling
------------------------------------------------ */
#top_styling {
	margin-top: 40px;
}
#top_styling .item_list2 li .photo { position: relative; width: 100%; height: 178px; overflow: hidden; }

}