/*=== パンくずナビ ===*/
div.ex-parts-system-topic-path {
	margin:0;
	padding:0;
	clear:both;
}
div.ex-parts-system-topic-path ul {
	min-height:1%;
	margin:0 0 0 10px;
	clear:both;
}
div.ex-parts-system-topic-path ul:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	overflow:auto;
}
div.ex-parts-system-topic-path li {
	margin:0 10px 0 0;
	padding:0 0 0 22px;
	background:url(/pub/images/topic_arrow.gif) no-repeat;
	background-position:0 80%;
	display:inline;
	float:left;
}
div.ex-parts-system-topic-path li.home {
	padding:0 0 0 18px;
	background:url(/pub/images/topic_home.gif) no-repeat;
	background-position:0 80%;
}


/*=== 子コンテンツリスト ===*/
div.ex-parts-system-childlist {
	margin:0;
	padding:7px 0 5px 0;
}
div.ex-parts-system-childlist ul {
	min-height:1%;
	margin:0 0 0 10px;
}
div.ex-parts-system-childlist ul:after {
	content:"";
	display:block;
	height:0px;
	overflow:auto;
}
div.ex-parts-system-childlist li {
	margin:0 10px 0 0;
	padding:5px 0 5px 22px;
	background-position:0 80%;
}
div.ex-parts-system-childlist li.folder {
	background:url(/pub/images/folder.gif) no-repeat;
}
div.ex-parts-system-childlist li.page {
	background:url(/pub/images/document.gif) no-repeat;
}
div.ex-parts-system-childlist li.linkpage {
	background:url(/pub/images/link.gif) no-repeat;
}

/*=== 新着リスト ===*/
div.ex-parts-system-newlist {
	margin:0;
	padding:7px 0 5px 0;
}
div.ex-parts-system-newlist ul {
	min-height:1%;
	margin:0 0 0 10px;
}
div.ex-parts-system-newlist ul:after {
	content:"";
	display:block;
	height:0px;
	overflow:auto;
}
div.ex-parts-system-newlist li {
	margin:0 10px 0 0;
	padding:5px 0 5px 22px;
	background-position:0 80%;
}
div.ex-parts-system-newlist li.folder {
	background:url(/pub/images/folder.gif) no-repeat;
}
div.ex-parts-system-newlist li.page {
	background:url(/pub/images/document.gif) no-repeat;
}
div.ex-parts-system-newlist li.linkpage {
	background:url(/pub/images/link.gif) no-repeat;
}
div.ex-parts-system-newlist li span.newmark {
	margin:0 0 0 7pt;
	padding:1pt 2pt 0pt 2pt;
	background-color:#ff0000;
	color:#ffffff;
	line-height:1;
	text-align:center;
	vertical-align:bottom;
	font-size:8pt;
	font-weight:bold;
}


/*=== 検索画面結果 ===*/
table.ex-parts-system-search-result-list {
}
table.ex-parts-system-search-result-list td {
}
table.ex-parts-system-search-result-list td a{
}
table.ex-parts-system-search-result-list td a img{
	width:50px;
}
div.ex-parts-system-search-result-pager {
	margin: 3px 0 3px 3px;
}

