@charset "utf-8";

/*------------------------

googleカスタム検索

------------------------*/

.gsib_a {
	width: 100%;
	padding: 0 !important;
}

/* Search button */
.cse input.gsc-search-button,
input.gsc-search-button {
	font-family: inherit;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 0 8px;
	height: 29px;
	min-width: 54px;
	border: 1px solid #666666;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-color: #3079ed;
	background-color: #4d90fe;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#4787ed)) !important;
	background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed) !important;
	background-image: -moz-linear-gradient(top, #4d90fe, #4787ed) !important;
	background-image: -ms-linear-gradient(top, #4d90fe, #4787ed) !important;
	background-image: -o-linear-gradient(top, #4d90fe, #4787ed) !important;
	background-image: linear-gradient(top, #4d90fe, #4787ed) !important;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe', EndColorStr='#4787ed') !important;
}

input.gsc-search-button:hover,
input.gsc-search-button:focus {
	border-color: #666666;
	background-color: #CECECE;
	background-image: none !important;
	filter: none;
}

.gsc-control-cse {
	margin: 0 !important;
	padding: 0 !important;
}

#___gcse_0 {
	width: 420px !important;
}
@media screen and (max-width:767px) {
	#___gcse_0 {
	width: 210px !important;
}
}
.gsc-input,
.gsc-input-box {
	height: 30px !important;
	padding: 2px 3px!important;
	margin: 0!important;
}

input.gsc-input {
	font-size: 13px !important;
	padding: 0 !important;
}
