﻿@charset "utf-8";
/* Public CSS Document */


main aside {
	overflow: hidden;
	height: 500px;
	background-image: url("/acc/img/about/bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
main aside h1 {
	margin: 200px auto;
	width: 258px;
	height: 100px;
	color: white;
	font-size: 48px;
	font-weight: normal;
	line-height: 100px;
	text-align: center;
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
}
main article header {
	margin-top: 50px;
	color: #222;
	font-size: 32px;
	text-align: center;
}
main article section {
	margin-top: 35px;
	color: #434343;
	font-size: 16px;
	text-indent: 32px;
	line-height: 180%;
}
main article footer {
	text-align: center;
}