@charset "UTF-8";
/* --------------------------------------------------

Google カスタム検索エンジンのCSSを上書き

-------------------------------------------------- */
/*検索ボックス*/
#srchBox {
	display: block;
	width: 250px;
	height: 32px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	float: right;
	position: relative;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media screen and (max-width: 736px) {
	#srchBox {
		position: fixed;
		z-index: 3;
		top: 0;
		height: 40px;
		width: 100%;
		background-color: white;
	}
	#srchBox.open {
		top: 58px;
	}
}
#srchBox.active #srchInput {
	background-image: none !important;
}

.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
	border: none;
	background-image: none;
	filter: none;
	background: #B2B2B2 url(/img/common/ico-search.svg) 50% 45% no-repeat;
	width: 32px;
	height: 32px;
	padding: 0;
}
@media screen and (max-width: 736px) {
	.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
		width: 40px;
		height: 40px;
	}
}
.gsc-search-button-v2:hover, .gsc-search-button-v2:hover:hover, .gsc-search-button-v2:focus:hover {
	cursor: pointer;
	background-color: #309cd0;
}

.gsc-search-button-v2 svg {
	display: none;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
	padding: 0 1px;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
	border-color: #D9D9D9;
	height: 30px;
	margin-bottom: -2px;
}
@media screen and (max-width: 736px) {
	input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
		height: 38px;
	}
}

@media screen and (max-width: 736px) {
	#gsc-i-id1 {
		-moz-transform: translateY(4px);
		-ms-transform: translateY(4px);
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
}

/*# sourceMappingURL=searchbox.css.map */
