@charset "UTF-8";

html, body, #app, #app>div {
  height: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

/* 未訪問リンク */
a:link {
}
/* 訪問済みリンク */
a:visited {
}
/* マウスオーバー時 */
a:hover {
	text-decoration: underline;
}
/* フォーカス時 */
a:focus {
	text-decoration: underline;
}
/* アクティブ時 */
a:active {
}
