@charset "utf-8";

/*recet css*/
html,body,h1,h2,h3,h4,p,ul,li,dl,dt,dd,p {
  margin:0;
  padding:0;
  line-height:1.0;
  font-family:"Hiragino Kaku Gothic ProN",
  Meiryo,
  sans-serif;
}

ul {list-style:none;}

a {text-decoration:none;
  color:inherit;}

img {
    border:none;
    vertical-align:bottom;}


/*body*/

body {
  background-color:#FFF;
  font-size:16px;
}




