<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";					/*使用する文字コード*/

/* =================== 印刷用設定 =================== */
/* ========== 全体枠 ========== */
DIV#container{
	width:100%;
}
/* ========== ヘッダー ========== */
DIV#header DIV#headerSearch{
	display:none;
}
/* ========== メインメニュー ========== */
UL#mainMenu{
	display:none;
}
IMG#catch{
	display:none;
}
/* ========== セカンドエリア ========== */
DIV#secondArea{
	display:none;
}
/* ========== コンテンツ ========== */
DIV#contents{
	width:100%;
}
DIV#contents P.anchorTop{
	display:none;
}
DIV#contents .accessHeader{
	page-break-before: always;
}

/* ---------- フッターメニュー ---------- */
DIV#footer{
	display:none;
}
/* ---------- クーポンメニュー ---------- */
.coupon_waku{
	width:95%;
	margin:10px auto;
}
DIV.pageBreakAfter{
	page-break-after: always;
}

</pre></body></html>