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

#content02 .photo p{
	float:left;
	width:50%;
	text-align:center;
}

@media screen and (max-width:320px){
#content02 .photo img{
	width:95%;
}
}