@font-face {
    font-family: 'MakinasScrap';
    src: url('Makinas-Scrap-5.woff') format('woff');
}

/* ==== PC スマホ共通 ======================================================= */

/* ---- base & common ---- */

body { 
    margin: 0;
}

.container {
    position: relative;  z-index: 0;
    margin: 0 auto 0 auto;
    background-color: rgba(255, 255, 255, 0.85);
}

header {
    display: block;
    background-color: #222222;
}

header .container {
    height: 20px;
    padding: 0;
    background-color: transparent;
}

header a {
    display: block; position: relative; width: 230px; float: right;
    margin: 3px 0 0 2px;  padding-left: 20px;
    font-size: 14px;  color: #ffffff;  text-decoration: none;
    text-align: right;  line-height: 14px;
    font-family: 'MakinasScrap';
}

header a:hover {
    text-decoration: underline;
}

header a::before {
    position: absolute;  left: 0;  top: -1px;  width: 15px; height: 15px;
    background: url(../images/icon-endereye.png) no-repeat left top;
    content: '';
}

#message {
    margin: 40px; min-height: 100px;
    background: url(../images/icon-caution3.png) no-repeat 10px 10px;
    padding: 10px 10px 10px 105px;
    border: 3px double #aaaaaa;  border-radius: 15px;
}




    table {
        border-collapse: collapse;
    }

    table th,
    table td {
        border: 1px solid #888888;  padding: 4px 3px 2px 5px;
        text-align: left;
    }

    table th {
        background-color: #eeeeee;
    }

    table td.eDate,
    table td.title {
        border-top: 3px double #888888;
    }

    table th.eDate,
    table td.eDate {
        text-align: center;
    }
    table td.user {
        font-size: 90%;
        color: #666666;
    }
    table td.cDate {
        padding: 8px 10px 5px 0;
        font-weight: bold;
        color: #bb0000;
    }


/* ==== スマホ ============================================================== */
@media screen and (max-width: 499px)
{
    /* ---- base & common ---- */

    body { 
        -webkit-text-size-adjust: 100%;
        overflow-x: hidden;
    }

    table {
        margin: 0 10px 0 10px;
    }

    table th.eDate,
    table td.eDate {
        font-size: 11px;
        width: 60px;
    }

    table td.cDate {
        text-align: center;
    }

    table td.cDate span{
        font-size: 90%;
    }


}

@media screen and (max-width: 359px)
{
    .container {
        width: 320px;
    }


}

/* ==== PC ================================================================== */
@media screen and (min-width: 500px)
{
    /* ---- base & common ---- */

    body,
    td,
    th {
        font-family: meiryo, verdana, "ＭＳ Ｐゴシック", osaka, sans-serif;
    }

    .container {
        width: 1024px;  height: 1024px;
    }

    table {
        width: 100%;
    }

    table th.eDate,
    table td.eDate {
        width: 125px;
    }

    table td.cDate {
        text-align: right;
    }



}

