@charset "utf-8";
/* リセット */
*,*:before,*:after,a{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
      font-family:'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,Osaka,'MS PGothic',arial,helvetica,sans-serif;
    font-size:100%;
    font-weight:normal;
    border-collapse: collapse;
    text-decoration:none;
    color:#000000;
    list-style:none;
    text-decoration:none;
    margin:0px;
    padding:0px;
}
html{font-size: 62.5%;}
body{font-size: 1.4em;}