
body{
    padding: 0px;
    margin: 0px;
    width: 100%;

    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}



/*///////////////////////////////////////////////////////////////////////////////////////////*/

.footer{
    clear: both;
    width: 100%;
    height: 140px;
    background-color: rgb(207, 207, 207);
    color: white;

    display: flex;
    flex-direction: column;
}
@media screen and (max-width:940px){
    .footer{
        height: 120px;
    }
}

.footer img{
    margin: 18px;
    margin-bottom: 5px;
    width: 320px;
    height: auto;
}
@media screen and (max-width:940px){
    .footer img{
        margin: 18px;
        margin-bottom: 5px;
        width: 160px;
        height: auto;
    }
}

.footerBar{
    font-weight: bold;
    display:inline;
}

.footerBar ul{
    list-style:none;
    margin-right: 30px;
    display:inline;
    padding: 0px;
    margin: 0px;
}

.footerBar ul li{
    margin-right: 20px;
    margin-top: 34px;
    float: right;

    padding: 3px 9px;
    text-decoration: none;
    background: #4d4d4d;/*ボタン色*/
    color: #FFF;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 6px;
}
@media screen and (max-width:940px){
    .footerBar ul li{
        margin-right: 14px;
        margin-top: 30px;
        margin-bottom: 20px;
        padding: 2px 4px;
        border-radius: 4px;
        padding-bottom: 7px;
    }
}

.footerBar ul li a{
    color: rgb(255, 255, 255);/* white;*/
}
@media screen and (max-width:940px){
    .footerBar ul li a{
        font-size: 12px;
    }
}

.under{
    color: black;
    font-size: 16px;
    margin: 0px;
    text-align: center;
}
@media screen and (max-width:940px){
    .under{
        font-size: 14px;
    }
}

.footer a{
    text-decoration: none;
}
