﻿@charset "UTF-8";

/**
 * jquery-ui.autocomplete > fs_autocomplete
 */
.ui-autocomplete.ui-widget-content{
    padding: 10px 20px 15px;
    border: 1px solid #DEDEDE;
    border-radius: 3px;
    box-shadow: 0 10px 10px 2px rgba(0, 0, 0, 0.1);
    z-index: 100000;
}
.fs_auto-cate {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
}   
.fs_auto-item {
    vertical-align:middle;
    line-height: 40px;
    padding: 5px 10px;
}
.fs_auto-item img{
    margin-right:10px;
}
.fs_auto-item .fs_auto-kwd{
    color:#006400;
    font-weight:bold;
}
/* リスト hover 時のカラー */
.ui-menu-item-wrapper.ui-state-active {
  border: 1px solid #4B8519;
  background: #3cb371;
  font-weight: normal;
  color: #ffffff;
}
