/*----------------------
	index.htmlの設定
------------------------*/
/*----- ご挨拶 -----*/
main section.greeting p.img {
	text-align: center;
}
/*----- 近況報告 -----*/
main section.recent dl {
	background: #efefef;
	padding: 10px;
}
@media screen and (min-width: 569px) {
	main section.greeting {
		overflow: hidden;
	}
	main section.greeting p.img {
		float: left;
		margin-right: 15px;
	}
}
/*----------------------
	profile.htmlの設定
------------------------*/
main section.profile p.img {
	text-align: center;
}
@media screen and (min-width: 569px) {
	main section section {
		overflow: hidden;
	}
	main section.profile p.img {
		float: left;
		margin-right: 15px;
	}
	main section.profile dl.profile {
		margin-left: 220px;
}
}
/*----------------------
	review.htmlの設定
------------------------*/
/*----- 書評 -----*/
section.review div {
	background: #efefef;
	padding: 10px;
}
section.review ul {
	list-style: disc outside;
	margin-left: 20px;
}
/*----------------------
	activity.htmlの設定
------------------------*/
section.activity h4, section.project  h4{
	background: #efefff;
	padding: 3px 5px;
}