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


section .mainVisual{
	width:710px;
	height:349px;
//	background-image:url(images/mainvisual.jpg);
	background-repeat:no-repeat;
	position:relative;
	}

section .mainVisual img{
	position: absolute;
	left: 352px;
	top: 269px;
	}

	.contactBtn {
		background: url(images/bg_contact.png) no-repeat;
		-moz-background-size: contain;
		-o-background-size: contain;
		-webkit-background-size: contain;
		background-size: contain;
	}
