/*
============== IR
*/

ol.breadcrumb li:nth-child(2){
	display: none;
	}
ol.breadcrumb li:nth-child(3) a {
  pointer-events: none; /* クリック不可 */
  cursor: default;      /* ポインタ形状を通常に */
  color: inherit;       /* 必要に応じて色も固定 */
  text-decoration: none;
}
/* アイコン部分 */
ol.breadcrumb li:nth-child(4).active:after {
	color: #fff;
    content: "\f105\00a0\00a0 ALL";
    font-family: "fontawesome";
    font-weight: normal;
    padding: 0 5px;
}