/* 
    Created on : 2025/09/08, 9:07:21
    Author     : kazan
*/

/**検索ボックスのマージンを変更**/
.gsc-search-box {
    margin: 0 0 10px 0 !important;
}

/**キーワード入力部分のデザインを変更**/
.gsc-input-box {
    border: none !important;
    width: 180px;
    margin:0;
/*    border-radius: 30px!important;
    -webkit-border-radius: 30px!important;
    -moz-border-radius: 30px!important;*/
}
/*-----検索窓　右側の余白を調整-----*/
table.gsc-search-box td.gsc-input{
  padding-right:3px !important;
}

/** キーワード入力部分の左側に20ピクセル余白を入れる */
.gsib_a{
    padding-left: 10px!important;
}
/**ボタンのデザインの設定**/
.gsc-search-button-v2
{
    margin: 0 !important;
    padding-top: 10px!important;
    padding-bottom: 11px!important;
    padding-right: 12px!important;
    padding-left: 12px!important;
}
/*-----検索ボタンの大きさ変更-----*/
.gsc-search-button-v2 svg {
  width: 11px !important;
  height: 11px !important;
}