@charset "utf-8";

/*
.rcrumbs {
  font-family: "メイリオ;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
  margin: 0px 0 10px 0px;

}
*/

.rcrumbs {
	
	text-align: left;
}
.rcrumbs > ul {
  padding: 0;
  list-style: none;
}
.rcrumbs > ul > li {
  overflow: hidden;
  display: none;
  font-size: 12px;
  color: #999;
}
.rcrumbs > ul > li.show {
  display: inline-block;
}
.rcrumbs > ul > li.ellipsis {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.rcrumbs a {
  color: #7e7e7e;
  text-decoration: none;
  font-size: 12px;
}
.rcrumbs a:hover {
  color: #FF8000;
}
.rcrumbs .divider {
  color: #151515;
  padding: 0 5px;
}
