@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


/* CSS Document */

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.3em;
  font-style: normal;
  text-decoration: none;
}

body {
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #311e0b;
  letter-spacing: 0.1em;
  *font-size: small;
  *font: x-small;
}

table {
  font-size: inherit;
  font: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0px;
}

a:link {
  color: #ff0000;
}

a:visited {
  color: #ff0000;
}

a:hover {
  color: #ff3a3a;
  text-decoration: underline;
}

a:active {
  color: #ff0000;
}