﻿/* common */
body {
    font-size: 75%;
}

input, select {
    font-size: 85%;
}

input {
    padding: 0 0.1em 0 0.1em;
}

    input[type=file] {
        width: 96px;
    }

a {
    text-decoration: none;
}

    a:link {
        color: #0000E0;
    }

    a:visited {
        color: #0000E0;
    }

    a:active {
        color: #0000E0;
    }

    a:hover {
        color: #8080FF;
    }

/* validationAsterisk */
.validationAsterisk {
    color: Red;
}

/* QblGrid */
.QblGridBase {
    padding-top: 1em;
}

.QblGridInfoPanel, .QblGridPagingPanel {
    background-color: #f0f0ff;
}

.QblGridTable {
    border: solid 1px #a0a0a0;
}

.QblGridHeaderRow {
    background-color: #f0f0ff;
}

.QblGridEditRow, .QblGridFooterRow {
    background-color: #a0a0ff;
}

.QblGridRowA {
    background-color: #e0ffe0;
}

.QblGridRowB {
    background-color: #fffff0;
}

.QblGridCell {
    border: solid 1px #a0a0a0;
    padding: 1px;
}

.QblGridCheckImage {
    vertical-align: middle;
    height: 32px;
    padding-left: 4px;
}

.monospace {
    font-family: Osaka-mono, "MS Gothic", monospace;
}

.space {
    margin: 0px 2px 0px 2px;
    background-color: #ff3;
}

.smalltext {
    font-size: 9px;
    line-height: 9px;
}

/* AdminLogin */
#Login {
    text-align: center;
    line-height: 2em;
}

    #AdminLogin h1 {
        margin: 1em;
    }

/* PasswordBox */
#PasswordBox {
    padding-top: 1em;
}

/* comparatorTable */
.comparatorTable {
    background-color: White;
}

    .comparatorTable td {
        padding: 0.3em 1em 0.3em 1em;
        border: solid 1px #808080;
    }

/* articleDetail */
.articleLinks {
    margin-top: 1em;
}

    .articleLinks a {
        margin-left: 1em;
    }

.articleBox {
    margin-top: 1em;
}

    .articleBox td {
        padding: 2px;
    }

    .articleBox .nameColumn {
        width: 80px;
        text-align: right;
        vertical-align: middle;
    }

    .articleBox .inputColumn {
        width: 640px;
    }

    .articleBox .shortBox {
        width: 100px;
    }

    .articleBox .longBox {
        width: 100%;
    }

    .articleBox .halfBox {
        width: 300px;
    }

    .articleBox .numberBox {
        width: 20px;
    }

    .articleBox .imageBox {
        margin-bottom: 4px;
        width: 128px;
        border: 1px solid #888;
        padding: 2px;
        float: left;
    }

    .articleBox .downloadBox {
        margin-bottom: 4px;
        width: 96px;
        border: 1px solid #888;
        padding: 2px;
        float: left;
    }

    .articleBox .helpBox {
        margin: 32px 0px 128px 0px;
        border: 2px solid #ff0;
        padding: 12px 12px 20px 12px;
        line-height: 1.5em;
        background-color: #FFC;
    }

        .articleBox .helpBox .title {
            text-align: center;
            font-size: 20px;
            font-weight: bold;
        }

        .articleBox .helpBox .headline {
            padding-top: 24px;
            font-size: 16px;
            padding-bottom: 2px;
            border-bottom: 1px solid #888;
            margin-bottom: 10px;
        }

    .articleBox .news-text02 {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.4em;
        color: #333;
        margin-bottom: 20px;
    }

    .articleBox .news-text03 {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.4em;
        color: #F00;
        margin-bottom: 20px;
    }

    .articleBox .news-text04 {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.4em;
        color: #F60;
        margin-bottom: 20px;
    }

    .articleBox .news-text05 {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.4em;
        color: #06C;
    }

    .articleBox .news-text06 {
        font-size: 12px;
        font-weight: normal;
        line-height: 1.5em;
        color: #F00;
        margin-bottom: 20px;
    }

    .articleBox .news-text07 {
        font-size: 12px;
        font-weight: normal;
        line-height: 1.5em;
        color: #F60;
        margin-bottom: 20px;
    }

    .articleBox .news-text08 {
        font-size: 12px;
        font-weight: normal;
        line-height: 1.5em;
        color: #06C;
        margin-bottom: 20px;
    }

    .articleBox a:link {
        text-decoration: none;
        color: #F90;
    }

    .articleBox a:visited {
        text-decoration: none;
        color: #F90;
    }

    .articleBox a:hover {
        text-decoration: underline;
        color: #f00;
    }

table.info {
    margin-top: 1em;
    background-color: #FFC;
}

    table.info tr {
        border-top: 1px solid #333;
    }

        table.info tr:last-child {
            border-bottom: 1px solid #333;
        }

        table.info tr td {
            vertical-align: middle;
            padding: 0px 10px;
            line-height: 1.8em;
        }

.ranking-table tr th, .ranking-table tr td {
    border: solid black 1px;
    padding: 4px;
}

.relatedsites-errortable {
    margin-top: 10px;
    color: red;
}

.relatedsites-texttable {
    margin-top: 10px;
}

    .relatedsites-texttable tr td {
        border: solid black 1px;
        padding: 4px;
    }

.relatedsites-imagetable {
    margin-top: 10px;
}

    .relatedsites-imagetable tr td {
        border: solid black 1px;
    }

        .relatedsites-imagetable tr td:first-child {
            white-space: nowrap;
            padding: 4px;
        }

        .relatedsites-imagetable tr td img {
            max-width: 300px;
            max-height: 300px;
            padding: 2px;
        }

.salesTable tr td {
    vertical-align: middle;
}
.salesTable tr td .graph {
    display: table-cell;
    vertical-align: middle;
    height: 18px;
    text-align: center;
}
.salesTable tr td .total {
    padding: 4px;
}
.salesTable tr td .date {
    padding: 2px;
    margin-right: 4px;
}
.salesTable tr td .holiday {
    background-color: #fbb;
}
.salesTable tr td.pricedown {
    background-color: #ffb;
}
.salesTable tr td .weekly {
    background-color: #ffb;
}
.salesTable tr td .fanza {
    background-color: #fbb;
}
.salesTable tr td .dlsite {
    background-color: #bbf;
}

.productTable tr td {
    padding: 4px;
    border: 1px solid black;
    white-space: nowrap;
    line-height: 1.2em;
}