
	html, body, div, h1, h2, p, footer, header {
		margin: 0;
		padding: 0;
		background: transparent;
		font-size: 100%;
		vertical-align: baseline;
	}
	body {
		background: #fff;
		color: #222;
		font: 14px/1.4 Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
		-moz-font-feature-settings: "pkna";
		-webkit-font-feature-settings: "pkna";
		font-feature-settings: "pkna";
		letter-spacing: .01em;
		word-wrap: break-word;
		-webkit-text-size-adjust: 100%;
	}
	#wrapper {
		width: 780px;
		height: 100vh;
		margin: 0 auto;
	}
	#header
	{	padding: 22px 0;
	}
	#footer 
	{	padding: 22px 0;
		width: 780px;
		text-align:center;
		position: absolute;
		bottom: 0;
	}
	#container {
		margin-bottom: 20px;
		height: calc( 100vh - 200px );
		padding-top: 40px;
		text-align: center;
	}
	h1 a {
		width: 205px;
		height: 60px;
		display: block;
		margin: 0 auto;
		text-indent: -4000px;
	}
	h2 {
		margin-bottom: 20px;
		text-align: center;
		font-size: 28px;
		color: #333;
		line-height: 1.6;
	}
	p {
		font-size: 14px;
		padding-bottom: 22px;
		line-height: 1.4;
	}
	a {
		font-size: 11px;
		color: #333;
	}
	a:hover {
		-webkit-opacity: 0.7;
		-moz-opacity: 0.7;
		-ms-opacity: 0.7;
		-o-opacity: 0.7;
		opacity: 0.7;
	}
	.boxlink {
		width: 407px;
		height: 60px;
		display: block;
		margin: 0 auto 45px;
		color: #cd0a0d;
		font-size: 15px;
		line-height: 60px;
		text-decoration: none;
		text-align: center;
	}
	.boxlink:hover { color: #cd0a0d; }
	address {
		font-style: normal;
		font-size: 13px;
		text-align: center;
		color: #333;
	}


