
input#SS_searchQuery {
  ime-mode : active;
}

form#menu-search-form div.SS_suggest {
  font-weight: normal;
  z-index: 900;
  display: none;
  position: absolute;
  width: 410px;
  top: 85px;
  left: 0px;
}

div#games-suggest-area div.SS_suggest {
  font-weight: normal;
  z-index: 901;
  display: none;
  position: absolute;
  width: 410px;
  margin-top: -27px;
  margin-left: 450px;
}

div.SS_suggest div.SS_suggestHeader {
  background: url(/common/img/suggest_header.png) no-repeat;
  height: 12px;
}
div.SS_suggest div.SS_suggestFooter {
  background: url(/common/img/suggest_footer.png) no-repeat;
  height: 18px;
}

div.SS_suggest div.SS_suggestItemOff { 
  background-color: transparent;
  padding: 2px 2px 2px 15px;
  background: url(/common/img/suggest_bg_off.png) repeat-y;
}

div.SS_suggest div.SS_suggestItemOn {
  background-color: #ECF5FA;
  padding: 2px 2px 2px 15px;
  background: url(/common/img/suggest_bg_on.png) repeat-y;
}

div.SS_suggest span.SS_suggestKey {
  font-size: 100%;
}

