@charset "UTF-8";

/* ------------------------------

共通ページ

------------------------------ */

html {
    font-size: 100%;
}

body {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
    color: #432;
    background-color: #fff;
    background-image: url(../img/sp-azkiden-bg.gif);
    background-repeat: repeat;
}

p {
    font-size: .8em;
    line-height: 1.7;
}

a {
    text-decoration: none;
    color: #cc3300;
}

small {
    font-size: .75em;
}

img {
    max-width: 100%;
}

li {
    list-style-type: none;
}

/* デスクトップ版
------------------------------ */
@media (min-width: 821px) {
    body {
        background-image: url(../img/azkiden-bg.gif);
    }

    p {
        font-size: 1em;
    }
}