﻿@charset "utf-8";
/* Public CSS Document */


main aside {
	overflow: hidden;
	height: 500px;
	background-image: url("/acc/img/contact/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 {
	position: relative;
	overflow: hidden;
	margin-top: 50px;
	width: 100%;
	height: 320px;
	background-color: #F5F9FF;
}
main article header h1 {
	position: absolute;
	top: 40px;
	left: 50px;
	width: 427px;
	height: 35px;
	color: #333;
	font-size: 25px;
}
main article header p {
	position: absolute;
	top: 80px;
	left: 50px;
	width: 397px;
	height: 22px;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
main article section img {
	position: absolute;
	left: 50px;
	width: 34px;
	height: 34px;
}
main article section img.add {
	top: 155px;
}
main article section img.tel {
	top: 225px;
}
main article section p {
	position: absolute;
	left: 100px;
	width: 480px;
	height: 33px;
	color: #434343;
	font-size: 16px;
	line-height: 200%;
}
main article section p.add {
	top: 155px;
}
main article section p.tel {
	position: absolute;
	top: 225px;
}
main article footer {
	position: absolute;
	top: 0px;
	left: 600px;
	width: 600px;
	height: 320px;
}