@charset "shift_jis";
.sbHolder{
	background: #fff;
	border: solid 1px #A9A9A9;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 30px;
	position: relative;
	width: auto;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100%;
	cursor: pointer;
	color: #333;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #333;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	background: #fff;
	z-index: 2;
	cursor: pointer;
}
.sbToggle:after{
	content: "\25BC";
    display: block;
    position: absolute;
    height: 30px;
    width: 30px;
    top: 0;
    right: 0;
    outline: none;
    font-size: 0.6rem;
    line-height: 27px;
    text-align: center;
    color: #555;
    background: #fff;
}
.sbToggle:hover{
	text-decoration: none;
}
.sbToggleOpen{
	text-decoration: none;
}
.sbToggleOpen:after{
	content: "\25B2"; 
	background: #fff;
}
.sbToggleOpen:hover{
	text-decoration: none;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background: #fff;
	border: solid 1px #A9A9A9;
	list-style: none;
	left: -1px;
	margin: 0!important;
	padding: 0!important;
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 3;
	overflow-y: auto;
	max-height: 500px!important;
}
.sbOptions li{
	margin: 0!important;
}
.sbOptions a,
.sbOptions span{
	display: block;
	outline: none;
	padding: 7px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	cursor: pointer;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #333;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus,
.sbOptions span:hover{
	background:#3399ff;
    color:#FFFFFF;
    -webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

@media(max-width: 640px){
	.sbOptions{
		max-height: 300px!important;
	}
}