@charset "utf-8";
/* CSS Document */

footer{
    padding: 20px 15px;
    border-top: 1px solid #ccc;
    margin			: 30px 0 56px;
}
footer a{
    font-size: 13px;/*リンクの文字サイズ*/
    text-decoration: underline;
    color: #333;/*リンクの文字色*/
    padding: 5px;
    line-height: 25px
}
footer small{
    font-size: 13px;/*コピーライトの文字サイズ*/
    color: #666;/*コピーライトの文字色*/
}

.center{text-align: center;}
.mb10{margin-bottom: 10px !important;}
.mb30{margin-bottom: 30px !important;}