@charset "UTF-8";

div.breadcrumb {
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 11px;
  background: #f5f5f5;
  z-index: 1;
  position: relative;
}

.breadcrumb-top {
  margin: 0;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  background: #f5f5f5;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.breadcrumb ol li {
  float: none;
  position: relative;
  display: table-cell;
  font-size: 1.1rem;
  color: #999;
  padding: 0 4px;
}

.breadcrumb ol li p {
  font-weight: normal;
  display: block;
  border-top: none;
  text-decoration: none;
  white-space: nowrap;
}

.breadcrumb ol li p a {
  color: #999;
  padding: 12px 0 10px;
  display: block;
}

.breadcrumb ol li a::after {
  content: "";
  width: 4px;
  height: 7px;
  display: inline-block;
  background-image: url("../../../img/common/breadcrumb-arrow.png");
  background-size: 4px 7px;
  position: relative;
  top: 0;
  right: 0;
  margin: 0 0 0 8px;
}
