/**
 * Default Theme, v2.
 *
 */
/* Slight reset to make the preview have ample padding. */

.gsc-input-box {
  border: 1px solid #c1c1c1;
  background: #f4f4f4;
  height: 45px;
}

form.gsc-search-box {
  margin-bottom: 0;
}

table.gsc-search-box {
  margin-bottom: 0;
}

.gsc-input-box input {
  background: #f4f4f4 !important;
  height: 39px !important;
}


input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    background-color: #0072bb;
}

.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
  width: 46px;
  height: 45px;
  padding: 10px;
  min-width: 13px;
  margin: 0;

  border: 1px solid #c1c1c1;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;

  background-image:url(/common/image/search_bt.png);
  
  position:relative;
  top:2px;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0;
}

.gs-result .gs-title,
.gs-result .gs-title * {
  text-decoration: none;
}


/*   smart phone   */
@media screen and (max-width:640px) {
/*   Contents   */

.gsc-search-box-tools .gsc-search-box .gsc-input {
    text-indent:0 !important;
}
}

