.ac_results { max-height: 64vh; overflow-y: auto; padding-right: 1.2em;
    border: 1px solid #ddd;
    background-color: white;
    padding:5px 0;
    margin: 0;
    list-style: none;
    position: absolute;
    z-index: 10000;
    display: none;
		max-width: 850px;
		width: 530px !important;
		top: 47px !important;;
		left: 760px !important;;
}
.ac_results li { display: flex;
    font-size: .8125rem !important;
    line-height: 1.3;
    /* white-space: normal; */
    padding: .25em .65em;
	margin-left: 0 !important;
    color: #333;
    text-align: left;
}
.ac_results li table {
    width: 460px;
}
.ac_results li:last-child{
	 border-bottom:none!important;
}
.ac_over {
    background: rgba(48,181,239,.15);
}
.ac_match {
    text-decoration: underline;
    color: #333;
}
.ac_results .by_any_chance {} .suggest_category_title {
    width: 100%;
    font-size: 14px;
    color: #fff;
    background: #1d1d1d;
    height: 21px;
    line-height: 140%;
    margin: 0;
    text-indent: 5px;
    margin-bottom: 10px;
}
.ac_results .by_any_chance_title,
.suggest_category_title {
    font-size: 9px;
    -webkit-text-size-adjust: none;
    color: gray;
    width: 50px;
    white-space: nowrap;
}
.ac_results .by_any_chance_line {
    border-bottom: 1px #ddd solid;
}
.ac_results .by_any_chance_double {
    border-bottom: 1px #ddd solid;
}
.ac_results .by_any_chance_last {
    border-bottom: 1px #ddd solid;
}
.ac_results .by_any_chance_img {
    width: 50px;
}
.ac_results .by_any_chance_price,
.suggest_price {
    font-size: 11px;
    color: #5B5B5B;
    -webkit-text-size-adjust: none;
}
.ac_results .by_any_chance_send_detail {
    font-size: 9px;
    -webkit-text-size-adjust: none;
    color: gray;
    text-align: right;
}

.last_clsSuggest {
     border-bottom: 1px #ddd solid;
	margin-bottom: .5em; 
	padding-bottom: .5em !important;
}

.click-onselect:last-child {
    border: none !important;
}

.suggest_title {
    font-size: 14px;
    padding-bottom: 5px !important;
}
.suggest_detail {
    font-size: 9px;
    -webkit-text-size-adjust: none;
    color: gray;
    line-height: 140%;
}
.suggest_category_query {
    color: #333 !important;
    font-weight: bold;
    padding-right: 15px !important;
	white-space: nowrap;
}

.last_suggest_category_item {
    border-bottom: 1px #ddd solid;
	margin-bottom: .5em;
	padding-bottom: .5em !important;
}
.suggest_price {
    font-size: 14px;
    color: #dd0000;
    font-family: 'メイリオ', Meiryo, sans-serif, FontAwesome;
    font-weight: bold;
    padding-bottom: 5px !important;
}