@charset "UTF-8";
.ncas div.breadcrumb_wrap {
  margin-top: 10px;
  list-style: none;
}
.ncas div.breadcrumb_wrap li {
  display: inline; /*横に並ぶように*/
  list-style: none;
}
.ncas div.breadcrumb_wrap li a {
  text-decoration: none;
  color: gray;
}
.ncas div.breadcrumb_wrap li a:hover {
  text-decoration: underline;
}
.ncas div.breadcrumb_wrap li:after {
  /* >を表示*/
  content: ">";
  padding: 0 0.2em;
}
.ncas div.breadcrumb_wrap li:last-child:after {
  content: "";
}
