@charset "utf-8";
/* CSS Document */
    /* リセット */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
    font-family: sans-serif;
    line-height: 1.6;
    color: #4d4d4d;
}
li{
    list-style: none;
}
a{
/*
    color: #4d4d4d;
*/
    text-decoration: none;
}
