@charset "UTF-8";

html, body {
    width: 100%;
    height: 100%;
}

body {
    background: url(../images/common/bg_pattern.png) #f5f2ed center top;
	color: #000;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

*, *::after, *::before {
	box-sizing: border-box;
	-webkit-box-sizing: border-box
}

a {
    outline:none;
    text-decoration: none;
}
a:link { text-decoration: none; }
a:hover { text-decoration: none; }

.sp { display: none; }

/* ------ for smart phone ------ */
@media screen and (max-width:750px){
    body {
        background-size: 5px 5px;
        -webkit-text-size-adjust: 100%;
    }
    .sp { display: block; }
}

/* ---------------------------------
        goTop
    --------------------------------- */
#goTop {
    width: 900px;
    margin: 0 auto 14px;
}
#goTop .btn {
    width: 182px;
    height: 14px;
    margin: 0 10px 0 auto;
}
#goTop .btn img {
    width: 100%;
    height: auto
}

@media screen and (max-width:750px){
    #goTop {
        width: 100%;
        margin: 0 auto 5%;
    }
    #goTop .btn {
        width: 48.533%;
        height: auto;
        margin: 0 auto;
    }
}

/* -----------------------------------------------
        footer
    ----------------------------------------------- */
#footer {
    border-top: #16186c 1px solid;
    width: 100%;
}
#footer #authors {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    color: #16186c;
    text-align: center;
    line-height: 1.5;
}
#footer #authors li {
    white-space: nowrap;
    display: inline-block;
    margin-left: 10px;
}
#footer #authors li:first-child {
    margin-left: 0;
}
#footer #copyright {
    background: #16186c;
    color: #fff;
    width: 100%;
    height: 25px;
    text-align: center;
    line-height: 25px;
    margin: 8px 0 0 0;
}

@media screen and (max-width:750px){
    #footer {
        border-top: #16186c 1px solid;
        width: 100%;
    }
    #footer #authors {
        padding: 0 10px;
        font-size: 10px;
    }
    #footer #copyright {
        height: 20px;
        font-size: 10px;
        line-height: 20px;
    }
}