@charset "UTF-8";

/*  ---
        charm ---  */
charm {}

html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, address,
em, img, small, strong, small, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside,
footer, header, hgroup, menu, nav, section {
    margin:0;
    padding:0;
    font-weight:normal;
    vertical-align:baseline;
    border:0;
}

a {
    margin:0;
    padding:0;
    vertical-align:baseline;
    line-height:1.0;
}

/* スマホ */
@media screen and (max-width:720px) {
    p a {
        line-height:2;
    }
}

/* ---
        IE --- */
* html a {
    text-underline-position:below;
}

body {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height:1;
    color:#554200;

}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

ol,ul {
    list-style:none;
    }

a:link, a:hover, a:active {
    color:#0044CC;
    }

a:visited {
    color:#551a8b;
    }

a:hover {
    text-decoration:none;
    }

table {
    border-collapse:collapse;
    border-spacing:0;
}

p {
    line-height:1.8;
    margin-bottom:1em;
}

img {
    max-width:100%;
    height:auto;
}

/* スマホ */
@media screen and (max-width:44.9em) {
    * {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    box-sizing:border-box;
    }
}
