@charset "utf-8";

/************************************************
 import css
************************************************ */

/* 一覧の価格非表示 */
div.pricebox.sale_price{
 display:none !important;
}

/* 商品詳細の通常加盟店価格非表示 */
dl[id*="original_sale_price"] {
 display:none !important;
}

/*商品詳細 ...打ち消し */
div.listrightbloc h3 {
white-space: normal;
text-overflow: clip;
}

@media screen and (min-width: 1370px) { /* 以上 */
/*商品一覧ページの右固定カレンダー */
.right_calendar{
	position:fixed;
	z-index:100;
	right:0px;
	top:200px;
	height:0px;
        width: 220px;
}
.right_calendar .block_outer{
background-color: #fff;
}
.right_calendar:hover {
        opacity: .7;
}

@media screen and (max-width: 1369px) { /* 以下 */
/*商品一覧ページの右固定カレンダー */
.right_calendar{
	display:none;
}
