@charset "UTF-8";

/** Search Suggest
-------------------------------------------------------*/
div.sgstBox {
margin: -1px 0 0 0;
}

div.sgstListUnit li {
background: #transparent;
padding: 10px;
border-top: 1px solid #CCC;
-webkit-touch-callout: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}

div.sgstListUnit li.touched {
background: #E1F3FB;
}

div.sgstListUnit li.untouched {
background: transparent;
}

div.sgstListUnit li:first-of-type {
border: none;
}

div.sgstWord {
font-size: 14px;
}

div.sgstWord img.sgstIcon {
color: #000;
margin: 0 10px 0 0;
height: 18px;
vertical-align: middle;
}
div.sgstListUnit li.hideSgstRows {
display: none;
}
