/*----------------------------------------------------

 yahoo

----------------------------------------------------*/
/*
 products Google検索に変更2309
----------------------------------------------------*/
@media screen and (max-width:40em) {
  /* 検索ボックスとボタンのサイズが合わない調整　*/
  .gsc-input {
    font-size: inherit !important;
  }
}
@media screen and (min-width:40em) {
  #products .kensaku {
    max-width: 600px;
  }
  #products .kensaku.kensaku-result {
    max-width: 100%;
  }
  #products .kensaku .gsib_a {
    padding: 0.5em;
  }
  #products .kensaku .gsc-search-button {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  #products .kensaku .gsc-search-button:hover {
    opacity: .8;
  }
  #products .kensaku .gsc-search-button svg {
    height: 17px;
    width: 17px;
  }
}