#topicPath {
    margin: 10px 5px 10px 0px;
    background-image: url(../../commonfiles/images/arrow_2nd.gif);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    padding: 0 10px 0px 30px;
}

#topicPath>.delimiter {
    margin: 0px 5px 0px 5px;
    font-size: 10px;
}



/*SPで表示*/
@media screen and (max-width:767px) {
    #topicPath {
        background: none repeat scroll 0 0 #eeeeee;
        margin: 0 0 20px 0;
        padding: 10px 5px 10px 25px;
        background-image: url(../../commonfiles/images/arrow_2nd.gif);
        background-repeat: no-repeat;
        background-position: 10px 13px;
    }
}
