@charset "utf-8";
/* CSS Document */
body {background: #fff;}
div#mainContents { width:100%;}
	div#mainContents a#firstbox {
		display: block;
		width:100%;
		box-sizing: border-box;
		background: url(../image/first/firstbg.jpg) no-repeat;
		background-size: auto 100%;
		background-position: center top;
		opacity: 0;
	}
		div#mainContents a#firstbox div.logbox {
			width:70px;
			height:82px;
			background: url(../image/first/logo.png) no-repeat;
			background-size: 100% 100%;
			margin: 0 auto;
			opacity: 0;
		}
