

@charset "UTF-8";

/*******************************/
/*　商品一覧カタログ表示　*/

 /* アイテム一覧zoom UP */


/* 一覧イメージモード(アイテム情報フェードイン) */

.app_content .item_catalog .item_name,
.related_item_catalog .item_pane .item_name{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
