@charset "utf-8";

/* footer
------------------------------------------------------------------------------------ */
footer {
	margin-top:0;
}


/* aboutMessage
------------------------------------------------------------------------------------ */
section#aboutMessage {
}


/* aboutCertification
------------------------------------------------------------------------------------ */
section#aboutCertification {
	margin-top:200px;
}


/* aboutProfile
------------------------------------------------------------------------------------ */
section#aboutProfile {
	margin-top:200px;
}



@media screen and (min-width:769px) and (max-width:1280px) {
	/* aboutMessage
	------------------------------------------------------------------------------------ */

	/* aboutCertification
	------------------------------------------------------------------------------------ */
	section#aboutCertification {
		margin-top:150px;
	}

	/* aboutProfile
	------------------------------------------------------------------------------------ */
	section#aboutProfile {
		margin-top:150px;
	}
}



@media screen and (max-width:768px) {
	/* aboutMessage
	------------------------------------------------------------------------------------ */

	/* aboutCertification
	------------------------------------------------------------------------------------ */
	section#aboutCertification {
		margin-top:100px;
	}

	/* aboutProfile
	------------------------------------------------------------------------------------ */
	section#aboutProfile {
		margin-top:100px;
	}
}
