@charset "UTF-8";

/*==========================================
search
==========================================*/

#search_box h2{
	display: inline-block;
	float: left;
	padding: 10px 0;
}

#search_box h2 span{
	margin:0 0 0 10px;
}

#search_box .search_select select{
	width: 100%;
	max-width: 200px;
	padding: 5px;
	font-size: 1.0em;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	-webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background:linear-gradient(to bottom, #fff 0%,#e2e2e2 100%);
	float:right;
	margin: 0 0 0 10px;
	cursor: pointer;
	border-radius: 0.5em;
}

#search_box .custom {
	width: 100%;
	max-width: 200px;
	overflow: hidden;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
}

#search_box .custom:after {
	content: "";
	position: absolute;
	top: 0.7em;
	right: 0.6em;
	width: 0;
	height: 0;
	display: block;
	border: 6px solid transparent;
	border-top: 10px solid #000;
	pointer-events: none;
}

#search_box select::-ms-expand {
	display: none;
}

#search_box .default .custom > select {
	width: auto;
}

#search_box .overflow .custom {
	overflow: visible;
}

#search_box .overflow .custom select {
	box-shadow: 0 2px 4px 1px #ccc;
	vertical-align: top;
	background-color: #fff;
}

#search_box .search_select{
	margin: 0 0 5px 0;
	display: inline-block;
	width: 80%;
	float: right;
	text-align: right;
}

#search_box .search_select:after{
	content: ".";
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

#search_box .search_select select:last-child{
	margin:0;
}

#search_box .search_results a{
	display: table;
	width: 99%;
	padding: 5px;
}

#search_box .search_results a:hover {
	color:#197bca!important;
}

#search_box .search_results{
	width: 100%;
	clear:both;
	counter-reset: number 0;   
}

#search_box .search_results li{
	width: 100%;
	margin: 0 0 20px;
	box-shadow: 0 2px 4px 1px #ccc;
	vertical-align: top;
	background-color: #fff;
	color:#fff;
}

#search_box li a .number{
	color: #fff;
	text-align: center;
	background: #197bca;
	padding: 0;
	font-size: 16px;
	vertical-align: middle!important;
	width: 3%;
	min-width: 20px;
}

#search_box .search_results li .thumb{
	max-width: 300px;
	min-width: 300px;
	width: 30%;
	padding: 0 0 0 5px;
}

#search_box .search_results li .thumb img{
	width: 100%;
	height: auto;
}

#search_box .search_results li p , #search_box .search_results li dl{
	display: table-cell;
	vertical-align: top;
}

#search_box .search_results li dl{
	width: 67%;
	padding:0 0 0 10px;
	line-height: 1.5em;
	position: relative;
}

#search_box .search_results li dl:before{
	content: "";
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-right: 15px solid #fff;
	position: absolute;
	top: 1.5em;
	left: -2.0em;
}

#search_box .search_results li dl dt{
	color: #aaa;
	font-size: 12px;
}

#search_box .search_results li dl .time{
	margin: 1em 0;
	color: #aaa;
	font-size: 12px;
}

#search_box .search_results li dl dd:last-child{
	font-size: 16px;
	color: #000;
}
