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

form {
	margin: 20px auto;
	font-size: 16px;
}

.contact_img {
	width: 100%;
	height: 750px;
	overflow: hidden;
	background-image: url("../image/contact.jpg");
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
