@charset "UTF-8";
/* CSS Document */

/* ------------------------------ 基本 -----------------------------  */
.footerbody {
    color: black;
    font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
	font-size:14px;
    text-align: center;
    margin: 0; 
    padding-top:50px;
}

.footer-logo {
    width:100px;
}

.footer-logo:hover {
    animation: key1 .3s ease infinite alternate;
}
@keyframes key1{
    0% {transform: translateY(0px);}
    100% {transform: translateY(-3px);}
}


.footer-moji {
    font-size:14px;
    font-weight:bold;
    letter-spacing:1px;
    margin-top:50px;
}

.footer-moji-link {
    color:#FFA31D;
    text-decoration:none;
}
.footer-moji-link:hover {
    color:#EB5A26;
}

.footer-c {
	font-size: 7px;
	margin-top: 10px;
}
