contact.css 308 Bytes
Newer Older
藤川諒 committed
1 2
@charset "UTF-8";

Kim Peace committed
3
.breadcrumb {
藤川諒 committed
4 5 6 7
  margin-bottom: 0;
  white-space: nowrap;
  overflow-x: scroll;
  display: block;
8
  margin-bottom: 10px;
藤川諒 committed
9 10
}
.breadcrumb_item:not(:last-child):after {
Kim Peace committed
11
  content: ">";
藤川諒 committed
12 13 14 15 16
  margin: 0 5px;
}
.breadcrumb_item {
  color: #323743;
}
17 18
.my_info_sell {
  clear: both;
19
  display: block;
20
}