@charset "utf-8";

/* PC・SP共通 出し分けの制御
	通常、非表示状態
	表示したい要素をコメントアウトする ------------------------------------- */

/* header */

/* 営業時間 */
/* 通常営業表示 */
.business_day {
	/* display:none !important; */
}

/* 日祝休みのみ表示 */
.business_sat {
	display:none !important;
}

/* 年中無休表示 */
.business_all {
	display:none !important;
}

/* /header */

/* キャンペーン・表示制御 */

/* 宛名基本料金0円キャンペーン */
.cam_atena_display {
	/* display: none !important; */
}
/* 送料無料キャンペーン */
.cam_postage0_display {
	/* display: none !important; */
}
/* 複数購入割引キャンペーン */
.cam_plurality_display {
	/* display: none !important; */
}
/* アンケート　年末キャンペーン */
.cam_win_display {
	/* display: none !important; */
}
/* アンケート　なっとく夏得キャンペーン */
.cam_smr_display {
	display: none !important;
}
/* 住所録登録キャンペーン */
.cam_addressregister_display{
	display: none !important;
}

/* /キャンペーン制御 */


/* 期間表示　完売・終了制御 */

/* かもめ～る取扱い切替 */
.kamomail_display {
	display: none !important;
}
.kamomail_end_display {
	/* display: none !important; */
}
/* /かもめ～る取扱い切替 */

/* 年賀はがき取扱い切替 */
.nenga_hagaki_display {
	display: none !important;
}
.nenga_hagaki_end_display {
	/* display: none !important; */
}
/* /年賀はがき取扱い切替 */

/* /完売・終了制御 */



/* #side */

/* 年賀状サイトへのリンク制御 */
.nenga_display {
	/* display: none !important; */
}
/* 喪中はがきサイトへのリンク制御 */
.mochu_display {
	/* display: none !important; */
}
/* 寒中見舞いサイトへのリンク制御 */
.kanchu_display {
	display: none !important;
}
/* 暑中見舞いサイトへのリンク制御 */
.shochu_display {
	display: none !important;
}

/* /#side */

/* -------------------------------------
	バナー表示、非表示
 ------------------------------------- */

/* みさらバナー */
.misara {
	display: none !important;
}