@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body,
html {
    font-family: 'Noto Sans Japanese',sans-serif;
    margin: 0;
    padding: 0;
}
#container {
    width: 100%;
}

/* header
*****************************************/
#header {
    height: 50px;
}
#header .logo {
    margin: auto;
    width: 960px;
}
#header img {
    margin: 10px 0 0 10px;
}
@media screen and (max-width:960px) {
    #header .logo {
        width: 100%;
    }
}

/* footer
*****************************************/
#footer {
    height: 50px;
    text-align: center;
}
#footer .copyright {
    font-size: 1.4em;
    margin: 22px 0;
}