@charset "UTF-8";

/* select */
.select{
	padding: 5px 10px;
	border: #ddd 1px solid;
	border-radius: 4px;
	width: 100%;
	margin-top: 3%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3%;
	font-size: 12px
}
.select li{list-style:none;padding:10px 0 5px 100px;}
.select .select-list{border-bottom:#eee 1px dashed; margin-bottom: -20px;}
.select dl{zoom:1;position:relative;line-height:24px;display: inline-block;margin-left: -45px;}
.select dl:after{content:" ";display:block;clear:both;height:0;overflow:hidden}
.select dt{width:100px;margin-bottom:5px;position:absolute;top:0;left:-100px;text-align:right;color:#666;height:24px;line-height:24px;}
.select dd{
	float: left;
	display: inline;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 5px;
	margin-bottom: 5px;
}
.select a{
	display: inline-block;
	white-space: nowrap;
	height: 24px;
	padding: 0 5px;
	text-decoration: none;
	color: #039;
	border-radius: 2px;
	line-height: 24px;
}
.select a:hover{
	color: #f60;
	background-color: #f3edc2;
	text-decoration: none;
}
.select .selected a{
	color: #fff;
	background-color: #f60;
	text-decoration: none;
}
.select-result dt{font-weight:bold}
.select-no{color:#999}
.select .select-result a{
	padding-right: 20px;
	background: #f60 url("../img/close.gif") right 9px no-repeat;
	text-decoration: none;
}
.select .select-result a:hover{background-position:right -15px}/* CSS Document */
