@charset "UTF-8";

.link-disabled {
	pointer-events: none; /* aタグのリンクを無効にする */
	cursor: default; /* マウスオーバー時のカーソルをdefaultに固定 */
	text-decoration: none; /* 下線等を消す。 */
}