@charset "utf-8";
/* CSS Document */
.img_fix img{
	width:90%;
}
.img_fix_l img{
	width:95%;
}
.img_fix_s img{
	width:80%;
}
@media screen and (max-width: 639px) {
	.table-scroll {
    overflow-x: scroll;
	overflow-y: hidden;
  }
  .img_fix img{
	  min-width:600px !important;
   }
   .img_fix_l img{
	  min-width:600px !important;
   }
   .img_fix_s img{
	  min-width:600px !important;
   } 
}