@charset "UTF-8";
.en {
  font-weight: bold;
  letter-spacing: -1px;
}

img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
/* CSS Document */
.cf {
  zoom: 1; /*for IE 5.5-7*/
}
.cf:after {
  /*for modern browser*/
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
a {
  display: block;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}
dt {
  font-weight: 100;
}
dt,
dd {
  line-height: inherit;
}
