.ui-widget {
	max-width:400px;
	z-index:10000;
}

/* 各リスト項目のパディング設定 */
.ui-menu .ui-menu-item-wrapper {
	position: relative; padding: 3px 1em 3px .4em;
}
/* リスト全体の背景 */
.ui-widget-content {
	border: 1px solid #c5c5c5;
	background: #ffffff;
	color: #333333;
}
/* リスト hover 時のカラー */
.ui-state-active {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
