@charset "utf-8";
/*
-------------------------------------
CSS file A-link
FileName:base.css
-------------------------------------
*/
html,
body {
  height: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
	font-family:Helvetica, Arial,
	'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN', Meiryo, メイリオ,sans-serif;
	font-size:1rem;
	line-height:1.75;
	background:#fff;
	color:#777;
}

#wrapper {
	width: 100%;
	height: auto;
	text-align:center;
	position:relative;
}

#container {
	width: 100%;
	max-width:1000px;
	margin:0 auto;
	height: auto;
} 
header {
	display:block;
	width: 100%;
	margin:0 auto;
	text-align:center;
} 
footer{
	display:block;
	width:100%;
	margin:0 auto;
	text-align:center;
}
