@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

html,body,h1,h2,h3,h4,p,ul,li,dl,dt,dd,a,table,th,td,span,figure {
    margin: 0;
    padding: 0;
    line-height: 1.0;
    font-family:
    "Yu Gothic",
        "Sawarabi Mincho",
        "Helvetica Neue",
        "Segoe UI",
        YuGothic,
        sans-serif;
  font-weight:normal;
}
ul {
    list-style:none;
}
a {
    text-decoration:none;
    color:inherit;
}
img {
    border:none;
    vertical-align:bottom;
    max-width:100%;
    max-height:100%;
}