﻿@charset "UTF-8";
.gsc-control-cse {
    background-color: transparent !important;
    border: none !important;
}

.gsc-input {
    border:none !important;
}

.gsc-search-button {
    border: none !important;
}


.gsc-input-box {
    border: none !important;
    background: none !important;
}

table.gsc-search-box > tbody {
    background: none !important;
}

.gstl_50 {
    margin-bottom: 0px !important;
}

.gsib_b {
    border:none !important;
    padding:0px !important;
}

.gs-promotion .gs-visibleUrl, .gs-webResult .gs-visibleUrl {
    color: #005587 !important;
}

.gsst_b {
    padding: 0px !important;
}

.gs-title {
    font-size:1.26em !important;
}

.gs-snippet {
    font-size:1.37em !important;
}

.gs-visibleUrl {
    font-size: 1.37em !important;
}

.gsc-cursor-page {
    font-size: 1.29em !important;
    padding: 10px 8px 8px 8px !important;
    background-color: #dedede !important;
    border: solid 1px #666 !important;
    font-weight: bold !important;
    border-radius: 8px !important;
    color: #005587 !important;
}

.gsc-cursor-current-page {
    color: #850000 !important;
}

.gsib_b {
    height: unset !important;
  
}

/* === × clear button === */
.gsib_b {
    vertical-align: middle !important;
    text-align: center !important;
}

.gsst_b {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
}

.gsst_a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    text-decoration: none;
    opacity: 0.4;
    transition: opacity 0.15s ease;
    cursor: pointer;
}

    .gsst_a:hover {
        opacity: 0.75;
    }

.gscb_a {
    font-size: 13px;
    line-height: 1;
    color: #444;
    user-select: none;
    font-style: normal;
}

/* Position the × inside the input field */
.gsib_b {
    position: relative !important;
    width: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

.gsst_b {
    position: absolute !important;
    right: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.gsst_a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    text-decoration: none;
    opacity: 0.4;
    transition: opacity 0.15s ease;
    cursor: pointer;
}

    .gsst_a:hover {
        opacity: 0.75;
    }

.gscb_a {
    font-size: 13px;
    line-height: 1;
    color: #444;
    user-select: none;
    font-style: normal;
}