@charset "utf-8";

@media screen and (min-width: 800px) {
	a {color: white !important;}				/* リンクテキストの色 */
	a:hover {color: #ffcc00 !important;}		/* マウスオン時の文字色 */
}
