/* CSS Document */


/*=================================
コンテンツタイトル
=================================*/
#itemList h2.contentsTit {
    font-size:20px;
}
#itemList h2.contentsTit span.count {
    display:block;
    font-size:13px;
}

#itemList h1.contentsTit {
    font-size:20px;
}
#itemList h1.contentsTit span.count {
    display:block;
    font-size:13px;
}

/*=================================
絞り込みボタン
=================================*/
#itemList .tabArea {margin-top:15px;}

#itemList .searchFilterButtonContainer {
    position: fixed;
    z-index:1;
    width:calc(100% - 60px);
    padding-left:4%;
    bottom:10px;
    font-size:13px;
    display:none;
    transition:opacity 0.3s linear;
}
#itemList .searchFilterButtonContainer a.boxButton.searchFilterButton {
    margin:0;
    width:100%;
    min-width: 0;
    padding:1.3em 0;
}

