@charset "UTF-8";

a {
    font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
}

a {
	color: #333;
	text-decoration: none;
}
a:before {
	display: inline-block;
	content: url(../images/arrow_red.svg);
	width: 10px;
	margin-right: 10px;
}
