@charset"UTF-8";

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: red;
}

@media screen and (max-width: 768px){

}