/* uksuggest.css */

.sg_results,
.stSuggest,
.stSearchDetail {
	position:absolute;
	top:56px;
	left:256px;
	z-index:10;
	width:526px;
	margin:0px;
	font-family:"Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.23),0px 1px 4px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.23),0px 1px 4px 0px rgba(0,0,0,0.16);
	-webkit-border-radius:2px;
	border-radius:2px
}

.stSuggest {
	left:276px;
}

.stSearchDetail {
	top:14px;
	left: 276px;
	width:462px;
	background: #fafafa;
}
.stSearchDetail .modEnterBtn01 {
	width: 248px;
	margin: auto;
}

.sg_results {
	left:260px;
}

.qsg_results {
	padding:0px;
	overflow:hidden;
	background:#fafafa;
	-webkit-border-radius:2px;
	border-radius:2px
}

.qsg_results ul {
	width:100%;
	margin:0;
	padding:8px 0;
	list-style-position:outside;
	list-style:none;
}

.qsg_results ul li {
	position:relative;
	display:block;
	width:100%;
	margin:0px;
	overflow:hidden;
	cursor:pointer;
}

.qsg_results ul li.qsg_over {
	background:#eee;
}

.qsg_results ul li span {
	display:block;
	width:auto;
	padding-left:56px;
	line-height:48px;
	overflow:hidden;
	font-size:14px;
	white-space: nowrap;
	text-overflow:ellipsis;
}

.qsg_results ul li .stIconMd-search:before,
.qsg_results ul li .stIconMd-history:before,
.qsg_results ul li .stIconMd-apps:before {
	position:absolute;
	top:0;
	bottom:0;
	left:14px;
	width:24px;
	height:24px;
	margin:auto;
	line-height:1;
	font-size:24px;
	color:rgba(0,0,0,0.26);
}

.qsg_results iframe {
	position:absolute;
	top:0;
	left:0;
	display:none;
	display:block;
	z-index:-1;
	width:3000px;
	height:3000px;
	filter:mask();
}

.ptc .sg_reset {
	display: block;
	padding: 0;
	margin: 28px 24px -28px;
	font-size: 13px;
	font-weight: bold;
	color: $hexB87;
	background: none;
	border: none;
	-webkit-appearance: none;
}

.ptc .stSuggest.modLinkList01 li {
	padding:0;
}

.ptc .stSuggest.modLinkList01 li.categoryHover,
.ptc .stSuggest.modLinkList01 li.categoryHover:hover {
	background:#eee;
	}

.stSuggest.modLinkList01 li:hover a {
	text-decoration:none;
}

.ptc .modLinkList01 ul li a[class*="stIcon"] {
	display:block;
	width:auto;
	padding-left:54px;
	line-height:48px;
	overflow:hidden;
	font-size:14px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ptc .modLinkList01 ul li a[class*="stIcon"]:before {
	left:16px;
}

