.gsc-above-wrapper-area {
    display:none;
}
.gsc-resultsHeader,
.gsc-cursor-box.gs-bidi-start-align {
    display:none;
}
.gs-relativePublishedDate {
    display:none!important; 
}
.gs-snippet {
    clear: both;
}

/* 全体 */
.gsc-control {
    width: 645px!important;
}

/* タイトル */
.gs-title,
.gs-publishedDate {
    display: inline-block;
}
.gs-title {
    margin-top: 3px;
    font-size: 95%;
    float: left;
    text-decoration: none!important;
}
a.gs-title {
    color: #006699!important;
}
a.gs-title:hover {
    text-decoration: underline!important;
}
a.gs-title b {
    color: #006699!important;
    text-decoration: none!important;
    font-weight: normal;
}

/* 日付 */
.gs-publishedDate {
    margin-top: 5px;
    font-size: 80%;
}
.gs-publishedDate:before {
    content: '(';
}
.gs-publishedDate:after {
    content: ')';
}
.gs-publishedDate {
    display: inline-block!important;
    margin-left: 10px!important;
}

/* 本文 */
.gs-blogResult.gs-result {
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
}
.gs-result .gs-snippet {
    font-size: 90%;
    margin: 15px 0 0;
}

/* URL */
.gs-result .gs-visibleUrl {
    font-size: 90%;
}