.np-keyword-suggest {
	overflow: hidden;
	padding: 1px 1px;
	min-width: 450px;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #ccc;
	border-radius: 3px;
	position: relative;
	margin-top: 5px;
	margin-left: 0px;
	box-shadow: 0px 0px 11px -1px #848484;
	-moz-box-shadow: 0px 0px 11px -1px #848484;
	-webkit-box-shadow: 0px 0px 11px -1px #848484;
	cursor: pointer;
}

.np-keyword-suggest div {
	width: 446px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	height: auto;
	text-align: left;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.5;
	padding: 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.np-keyword-suggest .item {
	padding-left: 4px;
	-webkit-tap-highlight-color: #eee
}

.np-keyword-suggest .item:before {
	background: #0066cc;
	color: #fff;
	font-size: 0.8em;
	padding: 2px 5px;
	border-radius: 2px;
	margin-right: 5px;
	content: "";
	position: relative;
	top: -2px;
}

.np-keyword-suggest .item.selected {
	color: #000;
	background-color: #DFEFFF
}

.np-keyword-suggest .item .highlight {
	display: inline;
	font-weight: bold;
	text-decoration: underline
}

.np-keyword-suggest .query:before {
	content: "キーワード";
	background: #ccc;
}

.np-keyword-suggest .title:before {
	content: "商品名";
	background: #0066cc;
}

.np-keyword-suggest .path:before {
	content: "カテゴリ";
	background: red;
}

.np-keyword-suggest .keyword3:before {
	content: "キーワード";
	background: #a4a4a4;
}

/*商品詳細部分*/
.np-item-suggest {
	overflow: hidden;
	padding: 0px;
	min-width: 360px;
	font-size: 0.9em;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #cccccc;
	border-radius: 3px;
	margin-top: 5px;
	margin-left: 0px;
	box-shadow: 0px 0px 11px -1px #848484;
	-moz-box-shadow: 0px 0px 11px -1px #848484;
	-webkit-box-shadow: 0px 0px 11px -1px #848484;
}

.suggest_upper_area {
	background-color: #6e6e6e;
	padding: 3px;
	border-radius: 3px 3px 0px 0px;
}

.suggest_lower_area {
	background-color: #6e6e6e;
	padding: 3px;
}

.suggest_upper_area .suggest_title, .suggest_lower_area .suggest_title {
	padding-left: 5px;
	color: #ffffff !important;
	text-align: left;
}

.suggest_upper_area .suggest_search {
	padding-right: 5px;
	text-align: right;
}

.suggest_upper_area .suggest_search a {
	color: #ffffff !important;
	text-decoration: none;
}

.suggest_upper_content, .suggest_lower_content {
	padding: 5px;
}

.suggest_upper_content .suggest_detail_image, .suggest_lower_content .suggest_detail_image
	{
	text-align: center;
	width: 100px;
	height: 100px;
}

.suggest_upper_content .image, .suggest_lower_content .image {
	max-width: 100px;
	max-height: 100px;
	height: auto;
	width: auto;
}

.suggest_upper_content a, .suggest_lower_content a {
	text-decoration: none;
}

.suggest_upper_content ul, .suggest_lower_content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.suggest_upper_content li, .suggest_lower_content li {
	display:inline-block;
	padding: 5px;
	width: 103px;
	vertical-align:top;
}

.suggest_upper_content li:hover, .suggest_lower_content li:hover {
	background-color: #eeeeee;
}

.suggest_upper_content .suggest_detail_title, .suggest_lower_content .suggest_detail_title
	{
	font-size: 0.7em;
	font-weight: normal;
	text-align: center;
	display: block !important;
}

.suggest_upper_content .suggest_detail_price, .suggest_lower_content .suggest_detail_price
	{
	font-size: 1.1em;
	text-align: center;
	color: red;
	font-weight: bold;
	line-height:1;
}
.suggest_upper_content .suggest_detail_price > span, .suggest_lower_content .suggest_detail_price > span {
	display:inline-block;
	font-size:0.65em;
	color:#666;
	font-weight:normal;
	line-height:0.7;
}
