@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/******************************
 * Googleカスタム検索
 *****************************/

/* カスタム検索 入力欄 */
form.gsc-search-box-tools table.gsc-search-box td.gsc-input {
  padding-right: 0;
}

table.gsc-search-box td.gsib_a {
  padding-bottom: 4px;
}

table.gsc-search-box input.gsc-input {
  box-shadow: none;
}

table.gsc-search-box .gsc-input-box {
  border-radius: 4px 0 0 4px / 4px 0 0 4px;
}

/* カスタム検索 検索ボタン */
table.gsc-search-box button.gsc-search-button {
  margin: 0;
  padding: 5px 0;
  width: 48px;
  border-radius: 0 4px 4px 0 / 0 4px 4px 0;
}

table.gsc-search-box button.gsc-search-button:hover {
  opacity: .7;
}

table.gsc-search-box button.gsc-search-button svg {
  width: 20px;
  height: 20px;
}