@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------
	2020/7制作
------------------------------------------------------------*/

/*-----print------*/

@media print {

   body {
	width: 1520px;
	transform: scale(0.7);
	-moz-transform: scale(0.7);
	-webkit-transform: scale(0.7);
	transform-origin: 0 0;
	font-size: 16px;
	-webkit-print-color-adjust: exact;
  }

   #topBtn{
	display: none;
   }

   #in_contents section{
	page-break-before: always;
   }

   #in_contents #con_top{
	page-break-before: avoid;
   }
   
}