@charset "utf-8";
/* footer */
footer {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
	color: #555;
	font-size: 11px;
	margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
	footer{
		margin-bottom: 250px;
	}
}
