@charset "Shift_JIS";



/* Sub Category */
/* -------------------------------------------- */

#content h2 {
	margin: 40px 0 15px 0;
}

h2.normal {
	width: 640px;
	height: 23px;
	background: url(/ec/image/hl/bg_hl_normal.gif) 0 0 no-repeat;
}
h2.normal span {
	display: block;
	margin: 4px 0 0 10px;
	padding: 0 0 0 0;
	font-size: 85%;
	font-weight: bold;
	line-height: 1.1;
	color: #907082;
}


#content .pager {
	width: 730px;
	height: 27px;
	margin: 15px 0 0 0;
	padding: 14px 0 0 0;
	background: url(../image/bg_sortnav.gif) left top repeat-x;
}
#content .bottomP {
	margin: 5px 0 0 0;
	background: url(../image/bg_sortnav_b.gif) left top repeat-x;
}
#content .pager p.results {
	float: left;
	margin: 0 0 0 10px;
	line-height: 1.2;
}
#content .pager ul {
	float: right;
	padding: 2px 0 0 0;
}
#content .pager ul li {
	float: left;
	display: block;
	border-left: 1px solid #444;
	font-size: 65%;
	line-height: 1.2;
}
#content .pager ul li a {
	display: block;
	width: 30px;
	padding: 0 0;
	text-align: center;
}
#content .pager ul li a span {
	display: block;
}
#content .pager ul li.prev a,
#content .pager ul li.next a,
#content .pager ul li.current {
	width: auto !important;
	padding: 0 8px;
}
#content .pager ul li.prev {
	border-left: none;
}
#content .pager ul li.current span {
	display: block;
	padding: 0 2px;
	color: #888;
}


#content .itemList {
	margin: 15px 0 0 0 !important;
}

.bannerLNav li {
	display: inline;
}




/* clearfix */
/* -------------------------------------------- */

.pager:after,
.sortNav:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 1px;
	line-height: 0;
}

/* (for IE7 and Mac IE5) */
.pager,
.sortNav,
.clearfix {
	display: inline-block;
}

/* (for IE5-6) */
/* Hides from IE-mac \*/
* html .pager,
* html .sortNav,
* html .clearfix {
	height: 1%;
}
.pager,
.sortNav,
.clearfix {
	display: block;
}
/* End hide from IE-mac */
