@charset "Shift_JIS";

#search_suggest_area_ {

	text-align:left;
}

.suggest_keyword_ {
    padding: 10px 10px 8px 10px;
}

.suggest_keyword_entry_ {
    display: block;
    color: #000;
    text-decoration: none;
}

.suggest_goods_ {
	min-height:60px;
	padding: 5px 0px;
	margin: 0 10px;
	display:block;
	clear:both;
}

.suggest_goods_img_ {
	display: table-cell;
	width:60px;
}
.suggest_goods_img_ img {
	width:60px;
	height:60px;
}
div.suggest_goods_desc_{
	display: table-cell;
	vertical-align: middle;
}
.suggest_goods_comment_,
.suggest_goods_price_ {
	display:inline-block;
	float:left;
	width:210px;
	margin-left:10px;
}
.suggest_goods_name_ {
	display:inline-block;
	float:left;
	margin-left:10px;
}

.suggest_keyword_:hover, .suggest_goods_:hover  {
    background-color:#dedede;
    cursor:pointer;
    cursor:hand;
}

