@charset "utf-8";

/******************************************************************************************************/
/* プリント時用 */
/******************************************************************************************************/

/* 改ページ関連 */
.pagebreak		{	page-break-before:always !important;}
.notpagebreak	{	page-break-before:avoid !important;}

/* プリント時 非表示 */
.print-hidden	{ display:none !important;}

/* プリント時 表示用画像 */
.print-replace	{ display:block !important;}

/* 背景消し */
body {
	background-color:#ffffff !important;
	background-image:none !important;
}


/******************************************************************************************************/
/* プリント時 PC用とスマホ用の表示を入れ替える */
/******************************************************************************************************/

/* PC用画像 非表示 */
.main_img.sp_hidden			{ display:none !important;}

/* スマホ用画像 表示 */
.main_img.pc_hidden			{ display:block !important;}
.main_img.pc_hidden img		{ height:auto;}

/* プリント専用画像 表示 */
.main_img.pc_sp_hidden		{ display:block !important;}
.main_img.pc_sp_hidden img	{ height:auto;}
