/* ============================================ */
/* パンくずリスト
/* -------------------------------------------- */
div.topicPath {
    width: 100%;
    font-size: 1.1em;
}

.topicPath a, .topicPath a:link, topicPath a:visited,
 topicPath a:hover, topicPath a:active {
    color: blue;
}

.topicPath ul{
    padding: 5px;
}

.topicPath li{
    display: inline;
    line-height: 110%;
    list-style-type: none;
}
/* ============================================ */