
ul.ui-autocomplete {
  width         : 430px!important;
  border        : 1px solid #c5dbec!important;
  z-index       : 1;
}

li.free-dropdown-item {
  display       : inline-block;
  height        : 20px;
  border-bottom : 1px solid #ccc!important;
}

/** 列サイズが1つ用のスタイル */
li.free-dropdown-item-col1 {
  width         : 98%!important;
}

/** 列サイズが4つ用のスタイル */
li.free-dropdown-item-col4 {
  width         : 100px!important;
}

/* 行全体の背景 */
ul.ui-autocomplete li.free-dropdown-item {
  background    : #fff!important;
  font-family   : inherit!important;
  font-size     : 100%!important;
  color         : #000000!important;
  padding       : 4px .1em 3px .4em!important
}

/* 行全体の背景（hover時） */
ul.ui-autocomplete li.free-dropdown-item:hover {
  background    : #ccc!important;
  font-weight   : 400!important;
  color         : #000000!important;
}