
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    height: 100%;
}

body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

header {
    height: 80px;
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0.5)', endColorstr='rgba(0, 0, 0, 0)', GradientType=1);
}

.logo img {
    height: 60px
}

.neupng {
    opacity: 0.5;
    height: 60px;
    margin-top: 10px
}

main {
    padding-bottom: 170px;
}

.wordArea {
    height: 158px;
    width: 468px;
    text-align: center;
    margin: 6% 0 14%
}

.recommendArea {
    margin-bottom: 5px;
}

.recommendArea ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none
}

.recommendArea ul li {
    flex: 1;
    margin-right: 20px;
}

.recommendArea ul li:last-child {
    margin-right: 0;
}


.linkarea {
    clear: both;
    margin-top: 5px;
    background-color: rgba(106, 155, 255, 0.8);
    height: 124px;
    width: 100%;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    font-size: 15px;
}

.linkarea a {
    color: #fff;
}

.linkarea a:hover {
    text-decoration: none
}

.linkarea img {
    width: 42px;
    height: 42px;
    opacity: 0.6;
    margin-right: 10px;
}

.one-link {
    padding-top: 10px;
    clear: both;
}

.two-link {
    clear: both;
    padding-top: 15px;
}

footer {
    position: absolute;
    bottom: 0;
    height: 160px;
    width: 100%;
    background-color: #474747;
}

.footerRaw {
    width: 500px;
    float: left;
    height: 60px;
    margin-top: 50px;
}

.copyright {
    color: #a3a3a3;
    margin-top: 10px;
    font-size: 13px;
}

.right {
    float: right;
    height: 120px;
}

.right img {
    margin-left: 50px;
    margin-top: 20px;
    height: 120px;
}

/* <=960 */
@media screen and (max-width: 960px) {
    .neupng {
        display: none
    }

    .mobileDisplay {
        display: none
    }

    .logo img {
        height: auto;
        width: 100%;
    }


    .recommendArea ul {
        display: block;
        justify-content: center;
        margin: 0;
        padding: 0;
        list-style: none
    }

    .recommendArea ul li {
        width: 45%;
        display: block;
        float: left;
        margin: 5px 1%;
        text-align: center
    }

    .recommendArea ul li img {
        width: 100%;
    }

    .copyright {
        font-size: 12px;
        margin-top: 5px;
    }

    body {
        min-height: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: auto;
        background-color: #474747
    }

    .linkarea {
        clear: both;
        margin-top: 30px;
        background-color: rgba(106, 155, 255, 0.9);
        height: 100%;
        width: 100%;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
    }

    .linkarea .col-xs-6 {
        margin: 5px 0
    }

    .two-link {
        clear: both;
        padding-top: 0;
    }

    footer {
        position: static
    }

    footer .footerRaw {
        width: 440px;
    }
}

/* <=480 */
@media screen and (max-width: 480px) {
    .neupng {
        display: none
    }

    .mobileDisplay {
        display: none
    }

    .logo img {
        height: auto;
        width: 100%;
    }


    .recommendArea ul {
        display: block;
        justify-content: center;
        margin: 0;
        padding: 0;
        list-style: none
    }

    .recommendArea ul li {
        width: 80%;
        display: block;
        clear: left;
        margin: 5px 10%;
        text-align: center
    }

    .recommendArea ul li img {
        width: 100%;
    }

    .copyright {
        font-size: 12px;
        margin-top: 5px;
    }

    body {
        min-height: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: auto;
        background-color: #474747
    }

    .linkarea {
        clear: both;
        margin-top: 30px;
        background-color: #474747;
        height: 100%;
        width: 100%;
        color: #fff;
        font-weight: bold;
        overflow: auto;
        font-size: 13px;
    }

    .linkarea .col-xs-6 {
        margin: 5px 0
    }

    .two-link {
        clear: both;
        padding-top: 0;
    }
}

/**/
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


.hidden,
[hidden] {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

