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

#about .photo p{
	font-size:12px;
	margin-top:10px;
}

@media screen and (min-width: 769px){

#about .photo{
	width:158px;
	float:right;
}
#about .txt{
	float:left;
	width:510px;
	text-align:justify;
}

#about .block{
	margin-top:50px;
}
#about .block img{
	float:left;
	margin-right:20px;
	margin-bottom:30px;
}
#shumoku{
	clear:both;
	padding-top:80px;
}
#shumoku .photobox{
	margin-top:20px;
}
#shumoku .photobox img{
	margin-right:10px;
	margin-bottom:10px;
}

}

@media screen and (max-width: 768px){
#about .block{
	margin-top:50px;
}
#about .block img{
	margin-bottom:20px;
}
}