@import url("./pc/footer.css") screen and (min-width: 769px);
@import url("./sp/footer.css") screen and (max-width: 768px);

footer {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #333333;
}
address {
	color: #ffffff;
	font-size: 80%;
	font-style: normal;
	font-family: 'Helvetica', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'Arial', 'Verdana', 'ＭＳ Ｐゴシック', sans-serif;
}