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

img{width: 100%;
	height: auto;
	
}

	.sp-img{
		display: none;
	}

@media only screen and (max-width:767px){
	
	
	.sp-img{
		display: block;
	}
	
	.pc-img{
		display: none;
	}
	
}