@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------
	2019/9/12制作
------------------------------------------------------------*/

/*-----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: 80%;
	height: auto;
   }

   #in_contents .top_pc2 { display: none !important; }
   
	#in_contents #top{
		position: static;
	}
   
	#in_contents #topBtn img{
		display: none;
	}
	
	#in_contents .pre_btn{
		width: 5%!important;
		height: auto;
		left: 1%;
		top: 42%;
	}

	#in_contents .next_btn{
		width: 5%!important;
		height: auto;
		right: 1%;
		top: 42%;
	}

    #in_contents .tab li{
	width: 31%;
	height: auto;
	}
	
    #in_contents #exterior{
    page-break-before: always;
    }
    
    #in_contents #interior{
    page-break-before: always;
    }
    
    #in_contents #top .top_nav{
	width: 100%;
	height: auto;
    }
    
    #in_contents #top .top_nav li{
	width: 20%;
	height: auto;
	}
	
    #in_contents .slider01{
	width: 100%;
	height: auto;
	}
	
    #in_contents .slider01 img{
	width: 70%;
	height: auto;
	margin-left: -30%;
	}

}