

/* ぱんくずリストのCSS */


/* [ul] */
.syncer-brcb {
	overflow: hidden ;
	list-style-type: none ;
	width: 640px; 
	margin:0;
 padding:0;
}

/* [li] */
.syncer-brcb li {
	float: left ;
	font-size : 80%;
/*	font-weight: 700 ;*/
}

/* [>] */
.syncer-brcb li:after {
	content: ">" ;
	padding: 0 4px ;
/*	font-weight: 400 ;*/
}

/* 一番最後の[li] */
.syncer-brcb li:last-child:after {
	content: none ;
}