@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p');

/* footer全体 */
footer {
    display: flex;
    width: 100%;
    height: 18px;
    margin-top: 0px;

    padding-top: 6px;
    background-color: #272727;
    justify-content: center;
    align-items: center;
}

/* フッターテキスト */
.footer-text {
    font-size: 10px;
	font-weight: normal;
	font-family: "Meiryo UI", sans-serif;
	color: #f9f8f3ee;
}
