@charset "UTF-8";

.breadcrumb {
  margin-bottom: 0;
  white-space: nowrap;
  overflow-x: scroll;
  display: block;
  margin-bottom: 10px;
}
.breadcrumb_item:not(:last-child):after {
  content: ">";
  margin: 0 5px;
}
.breadcrumb_item {
  color: #323743;
}
.my_info_sell {
  clear: both;
  display: block;
}