@charset "UTF-8";

/*--------------------------------------------------------------------
about.html
about.css
--------------------------------------------------------------------*/


/*------------about---------------------------------------------------------------*/
div#about p {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.25em;
}
div#about p em {
	font-weight: bolder;
	color: #ffc900;
}
div#about div#present {
	width: 100%;
	margin: 2em auto;
	padding: 20px 40px;
	background-color: #de0000;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}
div#about div#present p {
	width: auto;
	line-height: 1.4;
	text-align: center;
	font-size: 1.87em;
	font-weight: bolder;
}
div#about div#present p strong {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	font-size: 2.81rem;
	color: #ffc900;
}