@charset "UTF-8";
/* CSS Document */

html,
*{
    margin: 0;
    padding: 0;
}
html,body {
    height: 100%;
}

.style-navi{display: block;}
@media screen {
    
}

.title {
    background: #666;
    color: #fff;
    text-align: center;
    margin: 0 0 40px;
    padding: 20px 0;
}
.style-title {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    padding: 20px;
}
.gnavi li{
    width: 196px;
    display: inline;
    float: left;
    background: #ddd;
}

.gnavi li:first-child a{
    margin-left: 2px;
}

.gnavi a{
    margin: 1px;
    background: #fff;
}

.style-sitemap{
    align-content: center;
}
.style-footer {
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 24px;
    background-color: #666;
    color: #fff;
    display: block;
}
