@charset "utf-8";
/* CSS Document */

.m10{
	margin:10px;
}
img.w300 {
	width:300px ;
	height:auto;
}

@media (max-device-width:1000px){
img.w300{
	width:70%;
	height:auto;
}

}
