
@CHARSET "Shift_JIS";

#srSuggest {
	font-size: 14px;
	text-align: left;
	z-index: 6000;
	position: absolute;
	border: 1px solid #D6DFE2;
	background-color: white;
	border-radius:6px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	margin-top:10px;
}
#srSuggest:before {
border:10px solid transparent;
border-bottom-color:#fff;
border-top-width:0;
top:-9px;
content:"";
display:block;
left:30px;
position:absolute;
width:0;
z-index:1;
}
 
#srSuggest:after {
border:10px solid transparent;
border-bottom-color:#D6DFE2;
border-top-width:0;
top:-10px;
content:"";
display:block;
left:30px;
position:absolute;
width:0;
}
#srSuggest div {
	padding: 10px 14px;
	color: #000000;
	border-bottom:1px solid #e6e6e6;
}
#srSuggest div:last-child {
	border-bottom:none;
}
#srSuggest div.segCurrent {
	background-color: #f2fcff;
	cursor: pointer;
}

.SuggestAPI {
	text-align: left;

}
.SuggestAPI.seghl {
	font-weight:bold;
}



