@charset "utf-8";

/* サイト内検索 外側のボックス*/
.gsc-control-cse {
  padding: 0 !important;
  border: none !important;
  font-family: inherit !important;
  font-size: 16px !important;
}
.gsc-control-cse-ja {}

/* サイト内検索 フォーム領域*/
form.gsc-search-box {
  margin-bottom: 0 !important;
  font-size: 16px !important;
}

/* サイト内検索 フォーム領域内テーブル*/
table.gsc-search-box {
  margin-bottom: 0 !important;
  border: 1px solid #ccc !important;
}
@media (min-width:992px) {
  table.gsc-search-box {
    float: right !important;
    width: 60% !important;
  }
}
.gsc-input {
  padding-right: 0 !important;
  line-height: 24px;
}
.gsc-input-box {
  border: none !important;
  height: 32px !important;
}
.gsc-input-box:focus {
  outline: none !important;
}

/* サイト内検索 フォーム領域内テーブル2*/
.gsib_a {
  padding: 4px !important;
  height: 32px !important;
  vertical-align: top !important;
  line-height: 24px !important;
}

/* サイト内検索 入力ボックス*/
.gsc-input {
  background: transparent none !important;
}


/* サイト内検索 入力ボックスの後のテーブル*/
.gsst_b {
  padding: 0 !important;
  vertical-align: middle !important;
  line-height: 32px !important;
}
.gsst_a {
  padding: 0 4px !important;
  line-height: 32px !important;
}
.gscb_a {
  vertical-align: middle !important;
  color: #404040 !important;
}

/* 検索ボタン */
td.gsc-search-button {
  position: relative !important;
  margin: 0 !important;
  width: 32px !important;
  height: 32px !important;
  border: none !important;
  border-left: none !important;
  line-height: 32px !important;
}
.gsc-search-button-v2 {
  padding: 0 !important;
}
input.gsc-search-button {
  padding: 0 0 0 32px !important;
  height: 32px !important;
  border: none !important;
  border-radius: 0 !important;
  vertical-align: top;
  background: transparent none !important;
}
td.gsc-search-button:before {
  content: "\e003";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  background-color: #9d2633 !important;
  color: #fff;
  font-size: 20px;
  font-family: 'Glyphicons Halflings';
  transition: 0.3s;
}
td.gsc-search-button:hover:before {
  background-color: #cc3142 !important;
}
.gsc-search-box button.gsc-search-button-v2,
.gsc-search-box button.gsc-search-button {
  width: 100%;
  height: 30px;
  padding: 0 !important;
  opacity: 0;
}



/* 検索結果 */
.gs-title {
  height: auto !important;
}
@media (max-width:767px) {
  .gsc-results-wrapper-overlay {
    top: 12.5% !important;
    left: 2.5% !important;
    padding: 10px !important;
    width: 95% !important;
  }
}
