@charset "utf-8";
/* ===================================================================
CSS information

 file name  :print.css
 author     :Ability Consultant
 style info :印刷用
=================================================================== */
@media print {

	#page {
		min-width: 1000px !important;
	}
	.view_tab,
	.view_sp,
	.view_tab-sp,
	.slick-dots,
	.slick-next,
	.slick-prev,
	#gnav,
	#fixnav,
	.btn_ptop,
	#fnav,
	span.txt_sub {
		display: none !important;
	}

	#footer {
		margin-top: 20px !important;
	}

	*[class^="btn"] {
		display: none !important;
	}


}
