@charset "UTF-8";
/*   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   */
*
{
    margin: 0;
    padding: 0;
}

body
{
    font-family: "メイリオ" , Meiryo , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

div, p, img, ul, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6, a,
header, article, section, aside, nav, footer
{
    position: relative;
    border: 0px;
}

ul
{
    list-style-type: none;
}

html
{
    width: 100%;
    height: 100%;
}

body
{
    width: 100%;
    height: auto;
    font-size: 62.5%;
  /* font-size 1em = 10px */
}

a
{
    text-decoration: none;
    color: #000;
}

button
{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   */
