@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif !important;
    /* font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif; */
    color: #301D1D;
    background: #fff;
    line-height: 1.5;
}

h1 {
    font-size: 1.8em;
    line-height: 2.0em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.1em;
}

h1, h2, h3 {
    font-weight: bold;
}

a, a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover, a:active {
    color: #CC5517;
    outline: none;
    text-decoration: none;
}

li {
    list-style: none;
}

.content {
    padding: 20px;
}
