<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#form {
    width: 100%;
    position: relative;
    margin-bottom: 5%;
}

#s-box {
    height: 40px;
    padding: 0 10px;
    border-radius: 2px;
    border: solid 3px #eaeaea;
    outline: 0;
    width: 80%;
    margin: 0 10%;
}

#s-btn-area {
    height: 50px;
    position: absolute;
    right: 10%;
    bottom: 0;
    background: none;
    color: #666;
    border: none;
    font-size: 20px;
    outline: 0;
}

#s-btn {
    background-color: black;
    width: 70px;
    height: 40px;
    position: relative;
    right: 0;
    top: 5px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    font-size: 16px;
    color: #fff;
    line-height: 39px;
    padding: 0 10px;
}

.search p::before {
    content: '笆ｶ';
    padding-right: 10px;
}

@media (min-width: 1025px) {
    #s-box {
        width: 50%;
        margin: 0 25%;
    }

    #s-btn-area {
        right: 25%;
    }

    .search p{
        padding-bottom: 5% !important;
    }

}</pre></body></html>