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

.logo h1{
	margin: 12% 0 40px 0;
	}
.logo h1 img{
	width: 300px;
	height: auto;
}
a{
	text-decoration: none;
}
address{
	font-size: 13px;
	text-align: center;
	position: absolute;
	margin-left: 40px;
	bottom: 40px;
	left: 50%;
}
.company-table{
	width: 400px;
	margin: 0 auto;
	font-size: 14px;
}
.company-table th{
	padding: 10px;
	vertical-align: top;
}
.company-table td{
	padding: 10px;
}