* {
	box-sizing: border-box;
}

body {
	background-color: #f0f0f0;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",	
	"Hiragino Sans",	Meiryo,	sans-serif;
}

hr {
	margin-bottom: 30px;
}

.top {
	margin: 20px 0 50px 0;
}

.top h1 {
	color: white;
	background-color: #f03e51;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.container {
	width: 100%;
	/* margin: 0 10px 0 10px; */
}

.photos {
	display: flex;
	width: fit-content;
	flex-wrap: wrap;
	margin: 0 20px;
	justify-content: space-between;
	/* background-color: gray; */
}

img {
	width: 32%;
	margin-bottom: 10px;
	border: 2px solid white;
}

.content-text {
	margin-left: 20px;
	line-height: 2;
}