@charset "UTF-8";
/* CSS Document */
/* 共通footer */

/* フッター */
footer {
    width: 100%;
    height: auto;
    background-color: #FFF;
    margin-top: 10px;
}

div#footer_inner {
  text-align: center;
    width: 100%;　　
    height: 50px;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
    font-size: 13px;
    border-top: 1px solid gray;
}

div#top_nav {/* pagetop*/
      padding: 0;
    font-size: 11px;
    text-align: right;
}
