.easy-select-box {
	width:40%!important;
	display:block;
	float:left;
	position:relative;
	box-sizing:border-box;
	z-index:100;
}
.easy-select-box .esb-dropdown {
	display:none;
	position:absolute;
	top:100%;
	left:-1px;
	z-index:100;
	overflow:auto!important;
}
.easy-select-box {
	font-size:1.5em;
	text-align:left;
	color:#000;
	background-color:#fff;
	border:1px solid #ccc;
	box-sizing:border-box;
	outline:none;
}
.easy-select-box .esb-displayer {
	color:#000;
	width:100%;
	height:46px;
	padding:0 40px 0 10px;
	line-height:46px;
	background:url(../imgs/common/select_arrow_main.png) no-repeat right top;
	background-size:auto 92px;
	cursor:default;
	overflow:hidden;
	box-sizing:border-box;
}
.easy-select-box:hover .esb-displayer {
	text-decoration:none;
	background-position:right -46px;
}
.easy-select-box .esb-dropdown {
	width:100%;
	max-height:200px;
	padding-top:10px;
	background:#ffffff;
	border:1px solid #cccccc;
	box-sizing:border-box;
	overflow:auto;
}
.easy-select-box .esb-dropdown .esb-item {
	color:#000;
	padding:3px 10px;
	background:#ffffff;
	cursor:default;
	overflow:hidden;
}
.easy-select-box .esb-dropdown .esb-item:hover {
	color:#fff;
	text-decoration:none;
	background:#4d4d4d;
}

.easy-select-box-nice {
	text-align:left;
	color:#0c2245;

}
.easy-select-box-nice .esb-displayer {
	line-height:37px;
	height:37px;
	padding:0 5px;
	box-sizing:border-box;
	border-radius:10px;
	cursor:default;
}
.easy-select-box-nice:hover .esb-displayer {
	background-position: right -37px;
}
.easy-select-box-nice.disabled .esb-displayer,
.easy-select-box-nice:hover.disabled .esb-displayer {
	color:#ccc;
	background-position: right -74px;
}
.easy-select-box-nice .esb-dropdown {
	background:#fff;
	
}
.easy-select-box-nice .esb-dropdown .esb-item {
	padding:3px 5px;
	cursor:default;
}
.easy-select-box-nice .esb-dropdown .esb-item:hover {
	color:#fff;
	background:#3399ff;
}



/* トップページ用 */
.busrutesearch.index .easy-select-box {
	font-size:16px;
}
.busrutesearch.index .easy-select-box .esb-displayer {
	height:52px;
	padding:0 55px 0 43px;
	line-height:52px;
	background:url(../imgs/select_arrow_main.png) no-repeat right top;
	position:relative;
}
.busrutesearch.index .easy-select-box .esb-displayer:before {
	content:"";
	width:20px;
	height:26px;
	display:block;
	background:url(../imgs/icon_select.png) no-repeat center center;
	position:absolute;
	top:50%;
	left:10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.busrutesearch.index .easy-select-box:hover .esb-displayer {
	background-position:right top;
}