

/*======================
        フッター
======================*/
.footer{
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding: 5px 0;
}

.gototop{
    width: 100%;
    height: 40px;
    border-top:1px solid #fff;
    border-bottom: 1px solid #ccc;
}

.gototop p{
    width: 181px;
    height: 40px;
    background-color:#5295ad;
    margin:0 50px 0 auto;
    text-align: center;
}

.gototop p a{
    color: #fff;
    font-size: 108%;
    font-weight: bold;
    text-decoration: none;
    line-height: 40px;
}
.gototop p a:hover{
    color:#c1efff;
}
