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

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

div, p, img, ul, li, 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: 100%;
}

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

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