@charset "utf-8";

a, a:hover, a:visited { color: blue; text-decoration: underline; }


textarea, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
  font-family: osaka, "メイリオ", "MS Pゴシック", arial, helvetica, sans-serif;
}
