@charset "Shift_JIS";

#search_suggest_area_ {
	position:absolute;
	display:block;
	width: 500px;
	text-align:left;
	background-color:#ffffff;
	box-sizing: border-box;
	z-index: 1000;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
}

.suggest_keyword_ {
	padding: 0 10px;
	border-bottom: 1px solid #ddd;
}
.suggest_keyword_:hover {
	background-color: #f5f5f5;
}
.suggest_keyword_ a {
	display: block;
	padding: 10px 10px 10px 0;
	color: #0075c1;
	text-decoration: none;
	background: url(../img/usr/sb/common/link_arrow_r.png) 470px center no-repeat;
	background-size: 5px 8px;
}
.suggest_goods_ {
	cursor: pointer;
	position: relative;
	display: table;
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}
.suggest_goods_:hover {
	background-color: #f5f5f5;
}

.suggest_goods_:last-child {
	border-bottom: none;
}
.suggest_goods_img_ {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	width:70px;
}
.suggest_goods_img_ img {
	width: 100%;
	border: 1px solid #ddd;
	box-sizing: border-box;
	display: block;
}
.suggest_goods_desc_ {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	padding-left: 10px;
}
.suggest_goods_name_ {
	color: #0075c1;
	margin: 0 0 5px;
}
.suggest_goods_name_ a {
	color: #0075c1;
	text-decoration: underline;
}
.suggest_goods_price_ .price_ {
	text-align: right;
	color: #444444;
	font-weight: normal;
}
.suggest_goods_price_ .price_ small {
	font-size: 11px;
	font-weight: normal;
}
