﻿@charset "utf-8";

@import url("pc.css") screen and (min-width: 751px);
@import url("sp.css") screen and (max-width: 750px);

div#footer p#copyright-scc {
    margin: 1em auto;
    text-align: center;
    font-size: 0.75em;
}
