@charset "utf-8";
*{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    color:black;
    font-size: 1em;
    /* font-family: "Sawarabi Gothic"; ここでフォントを指定していたので游ゴシックが効いてませんでした */
}
img{
    height: auto;
    width: 100%;
}
body {
    /* font-family: "游ゴシック体","Helvetica" ; 元のもの*/
    font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    }/*順番としてはWindows→Mac→iPhone→Android→その他の機種、英語→日本語というような指定。OSによって無いものもあるのでそれを調べながら似たようなフォントを選ぶ*/

    /*多分色いろリセットの記述が足りないと思います。destyle.cssおすすめです*/