@charset "utf-8";
/* ///////////////////////////////////////////////////////////////////
CSS Information
File name: top.css

=top_brand_list 
=item_search

/////////////////////////////////////////////////////////////////// */

/* =========================================================
=top_brand_list
========================================================= */
div.top_brand_list {
	position:relative;
	clear:both;
	margin-bottom:15px;
}

div.top_brand_list p.show_all {
	position:absolute;
	top:2px;
	right:2px;
	padding-left:7px;
	background:url(/common/images/share/arrow01.gif) no-repeat left 55%;
	font-size:93%;
}

div.top_brand_list ul li {
	float:left;
	width:184px;
	margin:0 11px 10px 0;
}

div.top_brand_list ul li.edge{
	margin-right:0;
}


/* =========================================================
=season_item
========================================================= */
div.season_item {
	position:relative;
	margin-bottom:15px;
}

div.season_item p.show_all {
	position:absolute;
	top:2px;
	right:2px;
	padding-left:7px;
	background:url(/common/images/share/arrow01.gif) no-repeat left 55%;
	font-size:93%;
}

div.season_item dl {
	clear:both;
	margin-top:-5px;
}

div.season_item dl dt{
	margin-bottom:5px;
}

div.season_item dl dd {
	float:left;
	width:184px;
	margin:0 11px 10px 0;
}

div.season_item dl dd.edge {
	margin-right:0;
}

div.season_item dl dd p {
	display:table-cell;
	vertical-align: middle;
}

* html div.season_item dl dd p { /* IE 6 */
	display:inline;
	zoom:1;
}

*:first-child+html div.season_item dl dd p { /* IE 7 */
	display:inline;
	zoom:1;
}

div.season_item dl dd p.pic {
	padding-right:10px;
}

div.season_item dl dd p.txt {
	width:100px;
}
