@charset "utf-8";

@import url('../common-local/common.css');

/* sub */
.intro_greet .photo {float:right;}
.intro_greet .greet {float:left;}

@media screen and (max-width:768px) {
	.intro_greet .photo {float:none;width:auto;margin-bottom:10px;text-align:center;}
}
