@charset "UTF-8";

a {
	color: #ea6357;
	text-decoration: none;
	border-bottom: 1px dashed #ea6357;
}
a:hover {
	color: #ea6357;
	border-bottom: 1px solid #ea6357;
}