.search_height
{
	max-width: 90%;
	margin-right: auto;
	margin-left: auto;
	/* border: 1px solid #CCC; */
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
/* 外枠に色を付けて角丸にする */
.gsc-control-cse
{
	margin: 0px !important;
	padding: 0px !important;
	border: 2px solid #3063CE !important;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
/* 外枠内側のマージンを0にする */
.gsc-search-box
{
	margin: 0px !important;
}
/* キーワード入力部分のボーダーを消し、角丸にする */
.gsc-input-box 
{
    border: none !important;
	border-radius: 30px !important;
	-webkit-border-radius: 30px !important;
	-moz-border-radius: 30px !important;
}
/* キーワード入力部分の左側に20ピクセル余白を入れる */
.gsib_a
{
	padding-left: 20px !important;
}
/* 検索ボタンを無色透明にし、線を消す */
.gsc-search-button-v2
{
	margin: 0px !important;
	padding-top: 12px !important;
	padding-bottom: 13px !important;
	padding-right: 14px !important;
	padding-left: 14px !important;
	background-color: transparent !important;
	color: #3063CE !important;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
	cursor:pointer;
}
/* 検索ボタンのアイコンの色と大きさを設定 */
.gsc-search-button-v2 svg 
{
    fill: #3063CE!important;
    width: 20px;
    height: 20px;
}
