/* v5.css
   v5.html固有のスタイルのみ。共通のリスト表現（.category / .entry / .files 等）は
   styles.css側に統合済みのため、ここにはパンくずナビ等ページ固有分のみ置く。
*/

.breadcrumb {
    width: 80%;
    margin: 1% auto 0 auto;
    font-size: 90%;
}

.breadcrumb a {
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid currentColor;
}

@media (max-width: 600px) {
    .breadcrumb {
        width: 92%;
    }
}
