@charset "utf-8";

/* 自己紹介 */
.profile {
	width: 95%;
	margin: 0 auto;
}

h2 {
	font-weight: bold;
	}

.my-image {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}

/* 最近のさんぽ */
#contents01 {
	clear: both;
}

table {
	width: 100%;
}

.walk-date {
	width: 120px;
}

.walk-place {
	width: 200px;
}
