@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Anton);

figure.first {
	margin-top: 30px;
}

figure.second {
	margin-top: 50px;
}

figure h2 {
	width: 50px;
	font-family: 'Anton', sans-serif;
	font-size: 5em;
	text-align: center;
	line-height: 1em;
	color: #c2007b;
	float: left;
}

figure img {
	width: 400px;
	height: 310px;
	margin-left: 15px;
	float: left;
	border: solid 1px #000;
}

figure img#help_05 {
	height: 233px;
}

figure img.pic_border {
	border: solid 1px #000;
}

figure figcaption {
	width: 468px;
	margin-left: 25px;
	text-align: justify;
	float: left;
}

section.headerspace {
	margin-top: 55px;
}