/* インクリメンタル検索用 */
.compare_ac_results {
	border: 1px solid gray;
	background-color: white;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
	width: 300px;
	height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.compare_ac_results li {
	padding: 2px 5px;
	white-space: nowrap;
	color: #101010;
	text-align: left;
}

.comparison #submit_left,
.comparison #submit_right {
	max-width:45px;
}

