@charset "UTF-8";
/* CSS Document */
.gsc-input .gsc-input-box { /*検索文章入力窓*/
  height: 29px !important;
  border-color: #ccc !important;
}
.gsc-input {
  font-size: 1.4rem !important;
  line-height: 1.8rem !important;
}
form.gsc-search-box, table.gsc-search-box {
  margin-bottom: 0 !important;
}
/* Search button */
.gsc-search-button-v2 {
  padding: 2px 10px !important;
  vertical-align: middle;
  border: none !important;
  border-color: none !important;
  background-color: #ff9900 !important;
  background-image: none !important;
}
.gsc-search-button-v2:hover {
  border-color: none !important;
  background-color: #ffcc00 !important;
  background-image: none !important;
}
/* Search result */
.gs-web-image-box, .gs-promotion-image-box {
  margin-right: 1.0rem !important;
  width: 102px !important; /* default width + 1px border */
}
.gs-web-image-box .gs-image, .gs-promotion-image-box .gs-promotion-image {
  max-width: 100px !important;
  width: expression(this.width > 104 ? '104px': true);
}
.gs-result .gs-title, .gs-result .gs-title * {
  color: #ff6600 !important;
}
.gs-webResult .gs-visibleUrl {
  color: deepskyblue !important;
}
.gsc-control-cse .gsc-table-result {
  font-size: 1.5rem !important;
}
/* page */
.gsc-results .gsc-cursor-box {
  margin: 1.3rem !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page, .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  padding: 0.3em 0.5em;
  border: 1px solid #dedede !important;
  font-size: 1.4rem;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page:hover {
  text-decoration: none !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
  text-decoration: none !important;
  color: #666;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  text-decoration: none;
  color: #1e1e1e;
  background-color: #f3f3f3;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #1e1e1e !important;
  font-weight: bold;
  text-decoration: none;
  background-color: #f3f3f3 !important;
}