@charset "UTF-8";
/*///////////////////////////////////
SP site
///////////////////////////////////*/

* {
    margin: 0;
    padding: 0;
    color: inherit;
}

body,
html {
    -webkit-text-size-adjust: none;
}

body {
    font-family: 'Helvetica', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'Lucida Grande', 'Verdana', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
    background: #fff;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
    color: inherit;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-shadow: none;
    line-height: normal;
}

    h3 + p {
        margin: 0 !important;
    }

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

a {
    text-decoration: none;
    border: none;
}

img,
p {
    border: none;
}

header {
    z-index: 1;
}

td {
    border: none;
}

/* ------------------------------------------------------------------------------------------------ Common body */
#container {
    min-width: 320px;
    width: 100%;
    background: #eee;
}

.wrap {
    background: #fff;
}

#contents {
    background: #fff;
}

.noscript {
    font-size: 1.5em;
    color: white;
    padding: 10px;
    background: #d00;
    margin: 10px auto;
    text-align: center;
}

/* ------------------------------------------------------------------------------------------------ Common footer */

footer,
#common_footer {
    background: #000;
    width: 100%;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

    footer #credit p a {
        color: #fff;
    }

#footer {
    background: #000;
    width: 100%;
    margin: 0 auto;
}

/* -------------- sp footer */
.btn_smp,
#util_container {
    margin-top: 0 !important;
}

/* ------------------------------------------------------------------------------------------------ sup */

sup {
    font-size: 12px;
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
    top: -6px;
}