@charset "shift_jis";

/*
/top/ekitan_suggest.cssと
/norikae/ekitan_suggest.cssは同じ内容のものです。
編集領域/開発領域から両方とも読んでいるため移動不可
*/

.ac_results {
	background-color:white;
	border:1px solid gray;
	display:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	position:absolute;
	z-index:10000;
}
.ac_results li {
	color:#101010;
	padding:2px 5px;
	text-align:left;
	white-space:nowrap;
}
.ac_over {
	background-color:#F0F0B8;
	cursor:pointer;
}
.ac_match {
	color:black;
	text-decoration:underline;
}
.ac_list {
	width :155px;
	background-color :white;
	text-align:left;
	border:1px solid black;
	z-index:10000;
}

#dfp_f {
	width: 100%;
    margin:10px;
}