@charset "utf-8";
/* CSS Document */

.js_itemlist_brandlink{
	margin-top: 0.7em;
	font-size: 1rem;
	color: #aaa;
	text-align: left;
		
	overflow: hidden;          /* 溢れた部分を隠す */
	text-overflow: ellipsis;   /* 溢れた部分を「...」にする */
	white-space: nowrap;
}
.js_itemlist_brandlink a{
	color: #aaa;
}

.fs-c-productListItem__productName{
	margin: 0.3em 0 0;
}