@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------
	2021/7制作
------------------------------------------------------------*/

/*-----print------*/

@media print {
   body {
	width: 1200px;
	transform: scale(0.9);
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	transform-origin: 0 0;
	-webkit-print-color-adjust: exact;
  }
   
   #in_contents .contents_box{
	width: 100%;
	height: auto;
	margin: 0 auto;
   }
	
   #in_contents img{
	width: 90%;
	height: auto;
   }
	
	#topBtn{
		display: none;
	}

	#feature{
		page-break-before: always;
	}

	#in_contents #feature li{
		margin-bottom: 12%;
		height: 65vw;
	}

	#in_contents #price-grade{
		page-break-before: always;
	}

	#in_contents #performance{
		page-break-before: always;
	}

	#in_contents #design{
		page-break-before: always;
	}

	#in_contents .movie_slider{
		page-break-before: always;
	}

	#in_contents .slider_m{
		margin: 3% auto 7% 0;
	}

	#in_contents .slider_m li img{
		width: 980px;
	}

	#in_contents #aero-package{
		page-break-before: always;
	}

	#in_contents #color{
		page-break-before: always;
	}

	#in_contents .yellow-bk{
		page-break-before: always;
	}
	
}