@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------
	2019/9/11制作
------------------------------------------------------------*/

/*-----print------*/

@media print {
   body {
      -webkit-print-color-adjust: exact;
   }
   
   #in_contents .contents_box{
	width: 100%;
	height: auto;
	margin: 0 auto 50px;
   }
   #in_contents img{
	width: 68%;
	height: auto;
   }
   
   /*#in_contents #utulity .list01{
   page-break-before: always;
   }*/
   
   #in_contents #color{
   page-break-before: always;
   }
   
	#in_contents #top_bar {
	    height: 80px;
	}
	
	#in_contents #con_top h1 img {
	    margin-top: 0%;
	    width: 100%;
	    height: auto;
	}
	
	#in_contents #utulity .list01 li {
	    width: 45%;
	    height: auto;
	}
	
	#in_contents #utulity .list01 .img {
	    width: 46%;
	    height: auto;
	}
    
}