@charset "utf-8";


.link_arrow {
	color: #1ba1e6;
}
@media print, screen and (min-width:768px) {
	.link_arrow:hover {
		text-decoration: underline;
	}
}

