#acMenu dt{
    display:block;
    width:100%;
    height:50px;
    line-height:50px;
    text-align:center;
    border:#666 1px solid;
    cursor:pointer;
    background:url(../images/i_swich.png) 15px -69px no-repeat;
    padding-right:15px;
    margin-bottom: 0px;
    }
#acMenu dd{
    background:#f2f2f2;
    width:100%;
    height:50px;
    line-height:50px;
    text-align:center;
    border:#666 1px solid;
    display:none;
    margin-bottom: 0px;
    }
#acMenu dt.active{
    background:url(../images/i_swich.png) 15px 18px no-repeat;
    }

/* productsページ パンくずリスト */
.breadSection {
    margin-top: 0 !important;
    background: #1F2533;
}

.breadSection .breadcrumb span {
    color: #fff;
}

@media screen and (max-width: 991px) {
    .breadSection {
        margin-top: 59px !important;
    }
}

/* entry-meta 非表示 */
.entry-meta {
    display: none;
}
