/* CSS Document */

@charset "utf-8";



.box600 {
	width: 600px;
}

@media screen and (max-width: 768px) {
	.owner img {width: 50%;}
	.box600 {
	width: 100%;
}

}