@charset "UTF-8";
/*
body,
html {overflow-x:hidden;}---------（20191224）スマホでスクロールに不具合がでる原因らしいので削除*/

.rcrumbs {white-space:nowrap;}

.rcrumbs > ul {
	padding:0;
	list-style:none;
}

.rcrumbs > ul > li {
	overflow:hidden;
	display:none;
}

.rcrumbs > ul > li.show {display:inline-block;}

.rcrumbs > ul > li.ellipsis {
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden;
}

.rcrumbs a {
	color:#25348e;
	text-decoration:none;
}

.rcrumbs a:hover {color:#999;}

.rcrumbs .divider {
	color:#ccc;
	padding:0 5px;
}

