/*　パンくずのスタイル　*/

.breadcrumbs {
    font-size: 14px;
    margin: 10px;
  }

.breadcrumbs a {
    text-decoration: none;
    color: #007BFF; 
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs .separator {
    margin: 0 5px;
    color: #555;
}

.breadcrumbs .current {
    color: #333; 
    font-weight: bold;
}