@charset "utf-8";

.review_shop_count {
    float: right;
    clear: both;
    margin-right:20px;
font-size: 155%;
font-weight: bold;
color: #ff0;
}
.search_container {
    box-sizing: border-box;
    position: relative;
    border: 2px solid #3879D9;
    padding: 3px 20px;
    border-radius: 20px;
    height: 2.3em;
    width: 400px;
    overflow: hidden;
    text-align: left;
    margin: 20px auto;
	width: 95%;
    /*background-color: #f00;*/
}
@media(max-width:480px) {
    .search_container {
        width: 100%;
    }
}
.search_container input[type="text"] {
    border: none;
    height: 2.0em;
    background-color: #171320;
    color: #fff;
    box-sizing: border-box;
    width: 90%;

}
.search_container input[type="text"]:focus {
    outline: 0;
}
.search_container input[type="submit"] {
    cursor: pointer;
    font-family: FontAwesome;
    border: none;
    background: #3879D9;
    color: #fff;
    position: absolute;
    width: 3.5em;
    height: 3.1em;
    right:0px;
    top: -1px;
    outline : none;
}

  