@charset "UTF-8";

header{
	width:100%;
	border-bottom: 1px solid #d0d0d0;
}
header .inner{
	padding: 0 10px;
	background:#fff;
}
header .inner .logo01{
	float:left;
}
header .inner .logo02{
	float:right;
}
header .inner .logo01 p{
	background:url(https://www.nomu.com/60/common/images/logo.gif) no-repeat center center;
	background-size: contain;
	width: 130px;
	height: 50px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	cursor: pointer;
}
header .inner .logo02 p{
	background:url(https://www.nomu.com/nomucom/smp/common/images/svg/logo.svg) no-repeat center center;
	background-size: contain;
	width: 96px;
	height: 50px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	cursor: pointer;
}


#crumbs{
	font-size:11.5px;
}
#crumbs .inner{
	width:100%;
	background:#fff;
	overflow-y: auto;
	-webkit-overflow-scrolling: auto;
	border-bottom:1px solid #d4d4d4;
}
#crumbs .inner{
	background:#f0f0f0;
}
#crumbs .inner ul{
	width:2500px;
}
#crumbs .inner li{
	float:left;
	color:#2d2d2d;
	line-height:34px;
	background: #ffffff url(https://www.nomu.com/nomucom/smp/common/images/crumbs_f.png) no-repeat center left;
	background-size:auto 34px;
	padding:0 8px 0 19px;
}
#crumbs .inner li:last-child{
	color:#808080;
	background:;
	background:#f0f0f0 url(https://www.nomu.com/nomucom/smp/common/images/crumbs_l.png) no-repeat center left;
	background-size:auto 34px;
	padding:0 10px 0 19px;
}
#crumbs .inner li:first-child{
	background:#ffffff;
	padding:0 8px 0 10px;
}
#crumbs .inner li a{
	color:#2d2d2d;
}
#crumbs .inner.last li:last-child a{
	color:#808080;
}