div.leftmenuframe_ {
    position: relative;
}

.search_text_sec {
    margin: 10px;
}
.price_range {
    margin: 10px;
}
.ui-widget.ui-widget-content {
    margin: 20px;
}
input#search_keyword {
    width: 90%;
    margin-bottom: 20px!important;
}
input#price_min, input#width_min, input#depth_min, input#height_min {
    width: 35%;
    margin-bottom: 0px!important;
    margin-right: 5px!important;
}
input#price_max, input#width_max, input#depth_max, input#height_max {
    width: 35%;
    margin-bottom: 0px!important;
    margin-right: 0px!important;
}
#price_slider {
    text-align: center;
    margin: 0 20px 20px;
}

.searchFilterButtons {
    position: fixed;
    bottom: 2px;
    padding: 20px 0;
    background: #fff;
    width: 228px;
    z-index: 100;
    border: 1px solid #ddd;
    text-align: center;
}

.searchFilterSubmit {
    width: 90%;
    margin-bottom: 10px;
    padding: 10px;
    background: #c0342f;
    color: #fff;
    border: none;
    cursor: pointer;
}
.searchFilterClear {
    width: 90%;
    padding: 4px;
    background: #fff;
    border: 1px solid #888;
    cursor: pointer;
}

.leftmenuframe_ #block_of_filter form input {
    padding: 3px 5px;
}
.leftmenuframe_ #block_of_filter form label {
    padding: 0;
}

#frmFilterList {
    margin-bottom: 50px;
}

/* 201912.23 */
/* キーワード */
#block_of_searchlist input#keyword {
	width: 200px;
	margin-bottom: 10px;
}

/* セット商品 */
#filter_setfg div.AccordionContents {
	height: 40px
}

#filter_setfg input {
	margin: 0px 17px 0px 0px!important;
    display: block;
    float: left;
}

/* 展示品 */
#filter_shopfg div.AccordionContents {
	height: 40px
}
/* 共通 */
.leftmenuframe_ #block_of_filter .PrbBlock h3 span {
    background: none!important;
    cursor: default;
}
