﻿@import './reset.css';
html,
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, 'Hiragino Kaku Gothic ProN',
    'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
  color: #444;
}
a,
a:link,
a:visited {
  color: #627899;
  text-decoration: none;
}
a:hover {
  color: #093eb3;
  text-decoration: none;
}
