@charset "utf-8";

/* -------------------------------------------------------------------------

		print styles
		
		印刷用のスタイル
		
------------------------------------------------------------------------- */

/* IE zoom
------------------------------------------------- */

/* for IE6 or older */
* html body {
	zoom:0.7;
}

/* for IE7 */
*+html body {
	zoom:1;
}

body.print .header_nav,
body.print .account_nav,
body.print .global_nav,
body.print .breadcrumbs,
body.print .site_footer,
body.print .page_top,
body.print .sns_btn_v,
body.print .coupon_action_box{
	display:none;
}

body.print .main_column{
	width:inherit;
}

.print_special_list .article_list_section > div{
	page-break-inside: avoid;
	clear:both;
}