.search_modal .modaal-container {

	background: initial !important;
	color: #fff !important;

}

.search_modal #s_word {

}



/* ------------------------------
    サジェストボックス
  ------------------------------ */

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