@charset "utf-8"; 

/* ==========================================================================
   コンタクトコンポーネント：共通
   component/contact/views/front/contacts/ 配下
========================================================================== */

.contact-breadcrumb {
  border-bottom: 1px solid #dff0d8;
  border-radius: 4px;
  list-style: outside none none;
  margin-bottom: 20px;
  padding-left: 0;
}
  
.contact-breadcrumb > li {
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 4px;
  padding: 8px 15px;
}
.contact-breadcrumb > li.active {
  background-color: #dff0d8;
  font-weight: bold;
}
