@charset "UTF-8";


#global-breadCrumb ul li a, #global-header header .headerInner .title {
  color: #000 !important;
  text-shadow: none !important;
}
/**********************************/
/* pc */
/**********************************/
@media all and (min-width: 751px), print {
  #global-content #cse-search-results {
    margin-bottom: 60px;
    text-align: left;
    line-height: 1.4;
  }
  #global-content #cse-search-results iframe {
    width: 100%;
  }
  #global-content #cse-search-results .gsc-control-cse {
    border: none 0;
  }
  #global-content #cse-search-results input.gsc-input {
    height: 35px;
    border-color: #999;
  }
  #global-content #cse-search-results input.gsc-search-button {
    height: 39px;
  }
}
.device-view-pc #global-content #cse-search-results {
  margin-bottom: 60px;
  text-align: left;
  line-height: 1.4;
}
.device-view-pc #global-content #cse-search-results iframe {
  width: 100%;
}
.device-view-pc #global-content #cse-search-results .gsc-control-cse {
  border: none 0;
}
.device-view-pc #global-content #cse-search-results input.gsc-input {
  height: 35px;
  border-color: #999;
}
.device-view-pc #global-content #cse-search-results input.gsc-search-button {
  height: 39px;
}
/**********************************/
/* sp */
/**********************************/
@media screen and (max-width: 750px) {
  .device-js-on #global-content #cse-search-results {
    margin: 0 auto 13.04348%;
    width: 92%;
    text-align: left;
    line-height: 1.4;
  }
  .device-js-on #global-content #cse-search-results iframe {
    width: 100%;
  }
  .device-js-on #global-content #cse-search-results .gsc-control-cse {
    border: none 0;
  }
  .device-js-on #global-content #cse-search-results input.gsc-input {
    height: 30px;
    border-color: #999;
  }
  .device-js-on #global-content #cse-search-results input.gsc-search-button {
    height: 34px;
  }
}