@charset "UTF-8";

/* CSS Document */
/* common_media query部分 レスポンシブ対応ページ(index.html)用 */
@media screen and (max-width: 480px) {
    body {
        max-width: 100%;
        min-width: 320px;
        width: 100%;
    }

    .bg-image {
        top: 130px;
    }

    header {
        min-width: 100%;
    }

    .header-outer {
        margin: 0 auto 10px;
        padding: 10px;
        box-shadow: 0 0 10px #ccc;
    }

    .header-outer .ecstation-logo {
        display: block;
        width: 120px;
        margin-right: 0;
        margin-left: auto;
    }

    .header-outer .wrapper {
        display: block;
    }

    .header-left {
        justify-content: center;
    }

    .header-left .product-logo {
        width: 40px;
        height: 27px;
        margin-top: 8px;
    }

    .header-left .product-name {
        margin: 9px 0 0 6px;
        font-size: 14px;
        font-size: 1.4rem;

    }

    .header-right {
        display: none;
    }


    /* article-list */
    .article-list .outer {
        display: block;
        width: auto;
        margin: 20px auto;
    }

    .article-list .outer .tile {
        width: 100%;
        margin: 0 0 10px 0;
    }

}
