@charset "utf-8";
/* CSS Document */
/* フッター */
div#footerbox {
	width:100%;
	background: #6B8F33 no-repeat;
	padding: 90px 0 70px 0;
}
	div#footerbox div.companyname {
		width:100%;
		height:36px;
		background: url(../images/cmn/f01.png) no-repeat;
		background-size: auto 100%;
		background-position: center center;
		margin: 0 auto;
	}
	div#footerbox a.mzbtn {
		display: block;
		width:415px;
		height:60px;
		background: url(../images/cmn/f02.png) no-repeat;
		background-size: 100% 100%;
		margin: 30px auto 0 auto;
	}
	div#footerbox div.address {
		width:100%;
		height:118px;
		background: url(../images/cmn/f03.png) no-repeat;
		background-size: auto 100%;
		background-position: center center;
		margin: 50px auto 0 auto;
	}
	div#footerbox div.coputight {
		width:100%;
		height:30px;
		background: url(../images/cmn/f04.png) no-repeat;
		background-size: auto 100%;
		background-position: center center;
		margin: 75px auto 0 auto;
	}
/* 共通 */
div#contents {
	max-width: 600px;
	margin: 0 auto;
}