@charset "shift_jis";

.box01{
	border:#000 1px solid;
	padding:10px;
	width:500px;
	height:auto;
	margin:auto;
}

.box02 img{
	margin-left:15px;
}


@media screen and (max-width: 640px) {
	
.box01{
	padding:10px;
	width:90%;
	height:auto;
	margin:auto;
}

.box02{
	margin:auto;	
}


.box02 img{
	max-width:95%
	
}

}