@charset "shift-jis";
.ui-autocomplete {
  font-size:0.9em;
  overflow-y: visible;
  /* prevent horizontal scrollbar */
  overflow-x: visible;

  /* add padding to account for vertical scrollbar */
  padding-right: 0px;
  width:400px;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
  height: 100px;
}


/*$B8!:w%\%C%/%9MQ(J*/
#id_search{
  width:250px;
}