﻿@charset "utf-8";

.sbHolder {
	font: 600 20px 'Open Sans', '微軟正黑體', 'Microsoft JhengHei', Helmet, Freesans, sans-serif;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector {
	padding: 10px 42px 10px 52px;
	border: 2px solid #7f7f7f;
	display: inline-block;
	position: relative;
	color: black;
}
.sbSelector:after {
	background: url('/skin/images/icon_dropdown.jpg') no-repeat center center;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	margin-left: 8px;
	content: ' ';
	height: 5px;
	width: 9px;
}
.sbToggle {
	display: none;
}
.sbOptions {
	border: solid 2px #1580d8;
	background-color: white;
	position: absolute;
	list-style: none;
	overflow-y: auto;
	width: 100%;
	z-index: 1;
	padding: 0;
	margin: 0;
	top: 30px;
	left: 0;
}
.sbOptions a {
	border-bottom: solid 2px #1580d8;
	padding: 12px 0 12px 3px;
	display: block;
	outline: none;
}
.sbOptions a:link, .sbOptions a:visited {
	text-decoration: none;
	color: #1580d8;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
	color: #1580d8;
}
.sbOptions li.last a{
	border-bottom: none;
}

.select-year+.sbHolder .sbOptions>li:first-child {
	display: none;
}
.select-year+.sbHolder.chose .sbOptions>li:first-child {
	display: list-item;
}

@media screen and (max-width: 640px) {
	.sbHolder {
		font-size: 14px;
	}
	.sbSelector {
		padding: 2px 24px 2px 28px;
		min-width: 0;
	}
}