@charset "UTF-8";


/*========== フッタリンクエリア ==========*/

.containerFooter a {
	text-decoration: none;
}





/* ＜ブラウザ出し分け＞ -*/

@media screen and (min-width: 641px) {
	.forSP {
		display: none !important;
	}
}

@media screen and (max-width: 640px) {
	.forPC {
		display: none !important;
	}
	.forSP {
		display: block !important;
	}
}
