@charset "utf-8";
.btn_search {
	display: block;
	padding: 10px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	line-height: 20px;
	background: rgb(255,48,25); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #b85f00;
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),  inset 0px -1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),  inset 0px -1px 0px rgba(255,255,255,0.7);
	box-shadow: 0px 1px 3px rgba(000,000,000,0.5),  inset 0px -1px 0px rgba(255,255,255,0.7);
	text-shadow: 0px -1px 1px rgba(000,000,000,0.2),  0px 1px 0px rgba(255,255,255,0.3);
	text-decoration: none;
}
a:hover .btn_search {
	-webkit-tap-highlight-color: rgba(208,208,208,0.5);
}
.add_search_title {
	position: relative;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	background-image: -moz-linear-gradient(bottom, #519edb 0, #207bca 50%, #2b88d9 51%, #3c669c 100%);
	background-image: -webkit-linear-gradient(bottom, #519edb 0, #207bca 50%, #2b88d9 51%, #3c669c 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #519edb), color-stop(0.5, #207bca), color-stop(0.51, #2b88d9), color-stop(1, #3c669c));
	-moz-box-shadow: inset 0 0 1px 1px #ccc;
	-webkit-box-shadow: inset 0 0 1px 1px #ccc;box-shadow: inset 0 0 1px 1px #ccc;
	text-shadow: 0 1px 1px #000;
	border: solid 1px #1e568f;
	border-radius: 5px;
	text-decoration: none;
}
.add_search_title .btn_search_slide {
	position: absolute;
	top: 14px;
	right: 5px;
	width: 16px;
	height: 16px;
	background: url(../img/basic/top/slide_down.png) center center no-repeat;
	background-size: 16px 16px;
	z-index: 1;
}
.add_search_inner {
	margin-top: 10px;
}
.add_search_box {
	margin: 0 0 10px;
	border: solid 1px #cfcfcf;
}
ul.add_search_list {
	padding: 10px 5px;
}
ul.add_search_list li {
	float: left;
	width: 135px;
	margin: 0 2px 5px;
	font-size: 11px;
	list-style-type: none;
}
button {
	border: none;
	width: 100%;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "�q���M�m�p�S ProN W3", ���C���I, sans-serif;
	cursor: pointer;
}
