.seiwa-search_banner_title {
    background-color: #FFA500;
    padding: 5px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
}
.seiwa-search_banner_context {
    display: block;
    padding:5px;
    margin: 0px;
    list-style-type: none;
}
.seiwa-search_banner_context > li{
    width:20%;
    display: inline-block;
    padding:5px;
    border: 2px solid #cccccc;
    border-radius: 5px;
    text-align: center;
    max-height: 36px;
    margin-bottom:5px;
    font-weight: bold;
    cursor: pointer;
}
.seiwa-search_banner_context > li:hover {
}
.seiwa-search_maker_li{
    width:15% !important;
}
.seiwa-search_maker_li > img {
    width:80%;
    max-height: 36px;
}
.ec_size_search {
    padding-left: 0px !important;
}
.seiwa-selected_item_maker {
    border-color: #ff0000 !important;
}
.seiwa-selected_item {
    background-color: #005BC0;
    color:#ffffff;
    border-color: #005BC0 !important;
}
.ec-font-bold {
    color: #ff0000 !important;
    font-size: 18px;
}
.ec-shelfGrid__item-image {
    height: 190px !important;
}
.seiwa-search_list_price {
    color:#ff0000;
}
.seiwa-product_list_txt {
    font-size: 12px;
}
.seiwa-product_price {
    font-size: 18px;
    font-weight: bold;
}
.seiwa-left_banner {
    border: 1px solid #ff0000;
    display: table-cell;
    padding:2px 5px;
    width:60%;
}
.seiwa-right_banner {
    background-color: #ff0000;
    color: #ffffff;
    padding:2px 5px;
    display: table-cell;
    width:38%;
    vertical-align: middle;
}
.seiwa-reset {
    display: table-cell;
    float: right;
    padding:0px 10px;
    font-size: 16px;
    color: #000000;
    background-color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 2px;
}
