@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:300);

body {
    color: #fff;
    height: 100%;
}

p {
    padding: 10px
}

a:active,
a:hover,
a:link,
a:visited {
    font-weight: 700;
    font-size: 1em;
    text-decoration: none;
    margin: 10px 0 0 10px;
    color: #fff
}

#wrapper {
    margin: 0 auto;
    width: 100%
}

#content {
    float: left;
    height: 350px;
    width: 950px;
    display: inline
}

#header {
    vertical-align: middle;
    width: 100%;
    float: left;
    height: 75px
}

.btxt,
.ftxt,
.htxt {
    font-weight: 700
}

.btxt {
    font-size: 4em;
    margin: 30px 0 0 30px
}

.htxt {
    color: #f4a120;
    font-size: 2em;
    padding: 5px 0 5px 30px
}

.footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 2rem;
    background-color: #2e3135;
    opacity: .8;
    font-family: 'Noto Sans JP' !important;
    font-weight: 300;
    text-align: left
}

.footer-copy {
    display: inline-block;
    float: right;
    text-align: right
}

.ftxt {
    font-size: 1em
}