@charset "utf-8";

/* float clear*/
.clear {clear:both;width:1px;height:1px; }

/* for top item thumbnail */
.tpxImg img {
    max-width:120px;
}

/* plus [!important] */
.item.bgK{ background-color:#000 !important; color:#fff;}
.item.bgB{ background-color:#245cb9 !important; color:#fff;} .item.bgB:hover{ background-color:#8bb5fa !important;}
.item.bgY{ background-color:#ecc820 !important; color:#fff;} .item.bgY:hover{ background-color:#ffed99 !important;}
.item.bgR{ background-color:#e10012 !important; color:#fff;} .item.bgR:hover{ background-color:#FFD1D1 !important;}

/* archive thumbnail size */
img.archive_img {
    width:200px;
    height:auto;
    float: right;
    margin: 0 0 1em 1em;
}

/* .item */
.item {
    overflow:hidden;
}

/* sidebar sub menu on */
dl#navi dd.on {color:#ff7470; }

section#whatsnew {
    background:#fff;
}

.mb5 { margin-bottom:5px !important; }

.w292 ul.topics {
    height: 188px;
    overflow: hidden;
}
.w148 ul.topics {
    height: 192px;
    overflow: hidden;
}

.w438 ul.topics {
    height: 172px;
    overflow: hidden;
}

@media screen and (max-width: 767px) and (max-device-width: 767px) {

    div#rightslot1 {
        width:auto;
    }

    div#rightslot2 {
        display:none;
    }

    #rightslot1 #article {
        width:auto;
    }


.item .topics li.tpxImg {
    height: 200px;
}

.item .topics li.ratio {
    height:auto !important;
    width:100% !important;
}

.tpxImg img {
    height:100%;
    width:auto;
    max-width:100%;
}

.item .topics li.tpxMore {
    margin-top:10px;
}

#pcg .item {
    width: 100% !important;
    height: 450px !important;
    max-height: 450px !important;
}

/*
    #header #headSpR {
        width: 22%;
        float: right;
        margin: 1% 2% 0 0;
        display: flex;
    }

    #header #headSpR #fontSize {
        margin: 1% 0 10px 0;
        padding: 0;
        width: 50%;
    }

    #header #headSpR #fontSize ul {
        margin-bottom: 4%;
        overflow: hidden;
        float: left;
        display: flex;
    }

    #header #headSpR #fontSize li.s {
        font-size: 10px;
        padding-top: 6px;
    }

    #header #headSpR #fontSize li.m {
        font-size: 10px;
        padding-top: 4px;
    }

    #header #headSpR #fontSize li.l {
        font-size: 12px;
        padding-top: 2px;
        margin-right: 0 !important;
        margin-left: 1px !important;
    }

    #header #headSpR #languageSp {
        width: 50%;
        float: right;
        margin: 0;
        padding: 7px 0;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        background-color: #fff;
        border: 2px solid #e10012;
    }
    #header #headSpR #fontSize li {
        width: auto;
        height: auto;
    }
*/

}