@charset "UTF-8";

/*
footer
================================================ */
.footer {
    height: auto;
    width: 100%;
    background-color: #77777a;
    color: white;
    text-align: center;
    vertical-align: middle;
    padding: 0px,0;
    /*position: absolute;*//*←絶対位置*/
    bottom: 0; /*下に固定*/
}
.footer a{
    color:white;
}
.footer table{
    margin: 3px auto;
}
.footer .td1{
    padding-right: 20px;
}