@charset "UTF-8";

/*******************************************************************************************************************************
	  サイト名：科学技術情報プラットフォーム 〜イノベーションに向けて〜 Japan Information Platform for S&T Innovation
	ファイル名：jquery.rcrumbs.css
	      概要：パンくずリストのデザインを規定する。
*******************************************************************************************************************************/

.rcrumbs {
	/** テキスト **/
	white-space: nowrap;
}

.rcrumbs > ol > li {
	/** 表示 **/
	display: none;
	overflow: hidden;
}

.rcrumbs > ol > li.show {
	/** 表示 **/
	display: inline-block;
}

.rcrumbs > ol > li.ellipsis {
	/** 表示 **/
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.rcrumbs .divider {
	/** ボックスモデル **/
	padding: 0 .5em;
	
	/** テキスト **/
	color: #cccccc;
}