﻿/* ----LightningSearch導入---- */
.block-filter--header{
    float: left;
    width: 24%;
}

#left-menu-contents-brand{
    height: auto;
}

.block-goods-list--display{
  height: 40px;
    z-index: 99;
}

.block-filter--price, .block-filter--keyword {
    padding: 10px 20px;
}

.block-filter--price{
    position: relative;
}

input#filter-keyword{
    width: 100%;
}

button.block-global-search--submit.btn.btn-default.block-price-search-btn{
    position: absolute;
    top: 13%;
    left: 119px;
    width: 109px;
    height: 28px;
    padding: 0;
}

button.block-global-search--submit.btn.btn-default.block-keyword-search-btn{
    width: 100%;
    height: 28px;
    padding: 0;
    margin-top: 10px;
}

#hitCount{
    color: #333333;
    font-size: 16px;
}

.pagination>*{
    margin-left: 1px;
    padding: 5px 1px;
    border: 1px solid #333333;
}

ul {
    line-height: 1.666;
}

.page-item>a:hover,.page-item>a:focus{
    outline: none;
    text-decoration: none;
}

#result-info-area-text-bottom,#result-info-area-text-bottom + div{
    text-align: center;
}

#result-info-area-text-bottom .pager-total{
    display: none;
}

.block-goods-list-naviframe--fixed{
    position: fixed;
    top: 55px;
    width: 100%;
    background-color: #FFF;
    z-index: 99;
    padding-top: 10px;
}

.block-goods-list--display--fixed{
    position: fixed;
    top: 184px;
}

.block-goods-list-naviframe{
  /*	padding-bottom: 15px;height: 114px;*/
}

.block-goods-list--display #block_of_filter{
    float: none;
    width: 100%;
    height: 72px;
    position: fixed;
    bottom: 0;
    display: none;
    z-index: 100;
}

#block_of_filter .submit_{
    background-color: #FFF;
}

#block_of_filter .submit_ .reset_{
    border: solid 1px;
}

#block_of_filter .submit_{
    padding: 15px 1%;
}

footer{
    position: static;
}

.block-page-top{
    display:block;
}

.hidden{
    display: none;
}

.body-overflow{
    position: fixed;
}

.block-filter--filter-items{
  /*	top: 60px;*/
  top: 40px;
}

.block-filter--filter-items li {
    padding-bottom: 0;
}

footer {
    margin-top: 30px;
    padding-bottom: 40px;
    background-color: #3C3C3C;
    position: relative;
}
