@charset "UTF-8";
a,
a:link,
a:hover,
a:visited,
a:focus {
  color: #333333;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #666;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold;
}

body {
  min-height: 680px;
  color: #333333;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 300;
  background-color: #FFF;
  -webkit-text-size-adjust: 100%;
}