@charset "utf-8";
/* CSS Document */
/* ************************************************ 
 *  Search Top
 * ************************************************ */
#search_top {
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px 3px;
	border-bottom: rgb(213,213,213) 1px solid;
	margin-bottom: 10px;
}
#search_top h2 {
	padding-bottom: 10px;
}
.search_volume {
	width: 657px;
	float: left;
	padding-left: 5px;
}
.search_sort {
	width: 285px;
	color: rgb(68, 68, 68);
	font-size: 10px;
	float: left;
	padding-right: 30px;
	text-align: right;
}
span.serch_word {
	font-size: 10px;
	padding-right: 15px;
}
span.search_number {
	font-size: 10px;
}
.pagenavi_search {
	width: 100%;
	padding: 0 30px 25px 0;
	overflow: hidden;
	color: rgb(68, 68, 68);
	text-align: right;
	font-size: 10px;
}
.pagenavi_search span.nextpage {
	font-size: 10px !important;
	letter-spacing: 0.1em;
}
/* ************************************************ 
 *  item_box
 * ************************************************ */
#item_search_container {
	width: 100%;
	overflow: hidden;
}
.item_box {
	width: 202px;
	margin: 0 16px 20px 20px;
	text-align: center;
	display: inline-block;
/display:inline;
/zoom:1;
	vertical-align: top;
}
.item_box .item_photo {
	margin: 0px;
}
.item_box .item_photo img.item {
	max-width: 100%;
}
.item_box .item_detail {
	margin: 10px;
}
.item_box .item_detail p {
	font-size: 0.8em;
}
.item_box .item_detail p.item_name {
	margin-bottom: 10px;
}
.item_box .item_detail p.item_regular_price {
	margin-bottom: 10px;
}
.item_box .item_detail p.item_price {
	margin-bottom: 10px;
}
.item_box .item_detail p.item_discount {
	margin-bottom: 10px;
}
/****************************************
  Seller
*****************************************/
#seller_box_serch {
	width: 920px;
	overflow: hidden;
	padding: 20px 15px 0 15px;
	margin: 20px 15px 0 15px;
	border-top: dotted #D5D5D5 1px;
}
.seller_img_06_serch {
	float: left;
	margin: 0 15px 30px 15px;
}
.seller_img_06_serch img {
	width: 120px;
}
.seller_img_06_serch img.sold_img_serch {
	cursor: pointer;
	filter: alpha(opacity=50);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=50)";  /* ie 8 */
	-moz-opacity: 0.5;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.5;              /* Safari 1.x */
	opacity: 0.5;
	zoom: 1;
}