﻿.BreadcrumbArea {
    display: none;
}

.gsc-search-button {
    height: 2.5rem;
}

.gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
    outline: 3px solid #F7CA18;
}

.TopNotice {
    display: none;
}

html.no-js .TopNotice {
    display: block;
    padding: 16px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #FFF;
    background-color: #3a3a3a;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 10;
}
