@charset "UTF-8";

#lightbox .lb-nav .lb-prev,
#lightbox .lb-nav .lb-next{display: none!important;}

/* パンくず */
#bread-crumb-list li {display: inline;}
.navitopicpath_ {
    padding: 0;
    margin: 20px 0;
    border-top: none;
    font-size: 12px;
    overflow: hidden;
    color: #333;
    line-height: 1.6;
}
.navitopicpath_ a {
    padding: 0 4px;
    font-size: 12px;
    color: #333;
}

.navitopicpath_ .topicpath_home_{
    position: relative;
    padding: 0 0 0 25px;
}

.navitopicpath_ .topicpath_home_:after{
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 18px;
    height: 14px;
    background: url(../../img/usr/common_img/home.png) no-repeat;
}