/*	google custom search input form
--------------------------------------------*/
table.gsc-search-box {
	display:block !important;
	margin:0 auto !important;
	width:284px !important;
}

.gsc-input {
	float:left;
	border:1px #c6c6c6 solid;
	margin:0 5px 0 0;
	padding:0 !important;
	width:206px;
	height:27px !important;
    background-image: none !important;
    vertical-align: middle;
}
.gsc-input-box {
    border: none !important;
    font-size: 100%;
    width: 100%;
    height: 100%;
    text-indent: 4px;
}
.gsib_a {
    border: none !important;
    padding: 0 !important;
}
.gsib_b {
    display: none !important;
}
.gsc-input::placeholder {
  color: rgba(0,0,0,0) !important;
}


.gsc-search-button-v2, .gsc-search-button-v2:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ededed), color-stop(0.00, #fff)) !important;
	background:-webkit-linear-gradient(#fff, #ededed) !important;
	background:-moz-linear-gradient(#fff, #ededed) !important;
	background:-o-linear-gradient(#fff, #ededed) !important;
	background:-ms-linear-gradient(#fff, #ededed) !important;
	background:linear-gradient(#fff, #ededed) !important;
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff', endColorstr='#ededed') !important;
	border:1px #c6c6c6 solid !important;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
	padding:0 !important;
	text-indent:0 !important;
	width:63px !important;
	height:29px !important;
    font-size: 86% !important;
}
.gsc-search-button-v2:before {
    content: "検索";
}
.gsc-search-button > svg, .gsc-search-button-v2 > svg {
    display: none !important;
}

