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

body { position:relative; height:auto; min-height:100%; }

.creditsBox { width:100%; display:flex; flex-wrap:wrap; text-align:left; font-size:1.2em; padding-bottom:10em; }
	.creditsBox_content { width:48%; margin:1%; display:flex; flex-direction:column; }
		.creditsBox_content_title { width:100%; background-color:#FA0008; color:#FFFFFF; text-align:center; }
		.creditsBox_content_text { width:100%; padding:0 1vw; }

.bottom { position:absolute; bottom:0; left:0; right:0; }

@media only screen and (max-width: 900px) {
	.creditsBox_content { width:100%; margin:0; }
}

@media only screen and (max-width:600px) {
	.creditsBox { padding-bottom:30em; }
}