
/*li class*/
.ui-menu-item {
  	padding-left: 0px;
  	height: 70px;
  	width: 100%;

}
.ui-menu-item a{
  	display: block;
  	height: 100%;
  	padding: 0px;

}
.ui-widget-content .ui-state-active {
	color:#1d1d1d; background:#f4f4f4;
	border-color: #b4b4b4;
} 

.ui-menu-title {
  	padding-left: 25px;
    width: 100%;
 	height: 70px;
	font-size: medium;
	font-weight: 600;
}
.ui-menu-subtitle {
  	padding-left: 50px;
    width: 100%;
	font-size: small;
 /* height: 40px;*/

}

.place {
	display: inline-block;
	height: 20px;
	width: 20px;
	margin-left: 6px;
	margin-top: 10px;
	background: url("../../image/svg/address_icon.svg") no-repeat left 0px;
	background-size: 20px 20px;
	background-position: 50% 50%;
}
.pref {
	display: inline-block;
	height: 20px;
	width: 20px;
	margin-left: 6px;
	margin-top: 10px;
	background: url("../../image/svg/japan_icon.svg") no-repeat left 0px;
	background-size: 20px 20px;
	background-position: 50% 50%;
}
.ui-autocomplete{
  	max-height: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.ui-menu-item-wrapper {


}
::placeholder {
  color: #85B200;
  
}

