.titleContainer {
    background-image: url(../images/action/bg_title.jpg);
}

@media screen and (max-width: 769px) {
    .titleContainer {
        background-image: url(../images/action/sp/bg_title.jpg);
    }
}

#searchSection {
    overflow: hidden;
    padding: 45px 0 0;
}

#searchSection .selectItem {
    float: right;
    width: 30em;
    max-width: 35%;
}

#searchSection .tabs {
    float: left;
    width: 60%;
}

#searchSection .tabs a,
#searchSection .tabs span {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    width: 200px;
    max-width: 40%;
    text-align: center;
    padding-bottom: 1em;
    border-bottom: 3px solid #298948;
    color: #298948;
}

@media screen and (max-width: 769px) {
    #searchSection .tabs a,
    #searchSection .tabs span {
        font-size: 3.8888888889vw;
    }
}

#searchSection .tabs a {
    border-bottom-color: #DCDCDC;
    color: #DCDCDC;
}

#searchSection .tabs a:hover {
    border-bottom-color: #298948;
    color: #298948;
}

#searchSection .tabs .newsLink {
    margin-right: 1em;
}

@media screen and (max-width: 769px) {
    #searchSection .selectItem {
        float: none;
        max-width: 100%;
        margin-top: 5.5555555556vw;
    }
    #searchSection .tabs {
        float: none;
        width: 100%;
    }
    #searchSection .tabs a,
    #searchSection .tabs span {
        width: 48.2%;
        max-width: 50%;
        padding-bottom: .5em;
        border-width: 0.8333333333vw;
    }
    #searchSection .tabs .newsLink {
        margin-right: 1%;
    }
    #searchSection .tabs .actionLink {
        margin-left: 1%;
    }
}

.blogContainer {
    padding-top: 0;
}