/* リストのマージン ライブラリで-1pxしているため0pxで上書きする */
.ui-menu .ui-state-active {
  margin: 0px!important;
}

/* リスト hover 時のカラー */
.ui-state-active {
  background: #eaeaea!important;
  color: #333333!important;
  border-top: 1px none #c5c5c5!important;
  border-bottom: 1px none #c5c5c5!important;
  border-left: 1px none #c5c5c5!important;
  border-right: 1px none #c5c5c5!important;
}
