@charset "UTF-8";


.search-form {
    /*max-width: 240px;*/
    position: relative;
}

.search-form input {
    border-bottom: 2px solid #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: .4rem;
    height: 2.35rem;
    font-weight: 700;
    padding-right: 2.5rem;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}


.search-form input::placeholder {
    color: #333;
}


.search-form button[type="submit"] {
    border: 0;
    padding: 0;
    margin: 0;
    /*text-indent: -999em;*/
    /*overflow: hidden;*/
    font-size: 1.125rem;
    position: absolute;
    right: .25rem;
    top: 50%;
    width: 1.425rem;
    height: 1.425rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    /*background: transparent url(../img/icon/icon-search.png) 50% 50% no-repeat;*/
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
}

