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

.area {
	width: 95%;
	margin: auto;
	text-align: center;
	padding: 10px 0;
}

.photo {
	width: 100%;
}

.photo img {
	max-width: 100%;
	height: auto;
}

h1 {
	font-size: 20px;
	line-height: 160%;
	text-align: left;
	margin: 15px 0 0;
	color: #4DCC21;
	font-weight: bold;
}

p {
	margin-top: 5px;
	text-align: left;
	font-size: 14px;
}
p.year {
	font-size: 14px;
	line-height: 180%;
	text-align: left;
	margin: 10px 0 20px;
}


p.comment {
	font-size: 14px;
	line-height: 180%;
	text-align: left;
	margin: 15px auto 0;
}

p.comment br {
	display: none;
}
