@charset "utf-8";
/* CSS Document */


.productsname {
	height: 2.6em;
	overflow: hidden;
	position: relative;
}
.productsname .ellipsis{
	background-color: #fff;
	bottom: 0;
	position: absolute;
	right: 0;
}
.bfnotonamuke .productsname .ellipsis{
	background-color: #cdc3a3;
}


