/* 各リスト項目のパディング設定 */
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 0px 1em 0px .4em !important;
  /*margin-bottom: -3px !important;*/
}
/* リスト全体の背景 */
.ui-widget-content {
/*  border: 1px solid #666!important;
  background: #eee!important;
  color: #393!important;*/

  font-size: 0.8rem !important;
}
/* リスト hover 時のカラー */
.ui-state-active {
  /*border: 1px solid #67969c!important;*/
  /*background: #3cbfd3!important;*/
  font-weight: bold!important;
  /*color: #ffffff;*/
}