@charset "utf-8";

div#list_div{
	position: absolute;
	background: #FFF;
	border: 1px solid;
	overflow: auto;
	text-align: center;
}
ul#list_ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#list_ul li.target{
	text-align: left;
}
ul#list_ul li.selected{
	background: #316AC5;
	color: #fff;
}

