@media only screen and (min-width: 0) {
    div.contentTemp_odd {
        width        : 95%;
        padding-left : 2.5%;
        padding-right: 2.5%;
        float        : left;
        margin-top   : 6em;
        margin-bottom: 1.5em;
    }

    div.contentTempBlock_odd {
        width: 100%;
        float: left;
    }

    div.contentTempLeft_odd {
        width     : 100%;
        float     : left;
        min-height: 1px;
    }

    div.contentTempLeftBtm_odd {
        width: 100%;
        float: left;
    }

    div.contentTempContent_odd {
        width         : 100%;
        float         : left;
        margin-top    : .5em;
        padding-bottom: .5em;
        border-bottom : 1px solid #EEE;
    }

    div.contentTempTitle_odd {
        width        : 100%;
        border-bottom: 1px solid #CCC;
        position     : relative;
        margin-bottom: 2em;
    }

    div.contentTempTitle_odd img {
        display: none;
    }

    div.contentTempTitle_odd h2 {
        max-width    : calc(100% - 2.5em);
        border-bottom: 1px solid rgb(246, 148, 32);
        z-index      : 1;
        position     : relative;
        bottom       : -1px;
        left         : 0;
        padding-right: .5em;
    }

    div.contentTempTitle_odd span {
        display: none;
    }

    div.contentTempTitle_odd a.contentTempBack_odd {
        font-size: .9em;
        position : absolute;
        right    : 0;
        bottom   : 1px;
    }

    div.contentTempTitle_odd label {
        font-size   : .9em;
        /* color       : #999; */
        position    : absolute;
        top         : 100%;
        left        : 0;
        float       : left;
        margin-right: 15px;
    }

    div.contentTempContents_odd {
        width: 100%;
        float: left;
    }

    div.contentTempContents_odd a.contentTempBack_odd {
        font-size: .9em;
        float    : right;
    }

    div.content_rate {
        text-align: right;
        color     : rgb(240, 50, 50);
        font-size : .75em;
        margin-top: .5em;
    }
}

@media only screen and (min-width: 1000px) {
    div.contentTempLeft_odd {
        width       : 250px;
        margin-right: 20px;
        min-height  : 1px;
    }

    div.contentTempLeftBtm_odd {
        display: none;
    }

    div.contentTempContent_odd {
        margin-top: 0;
        width     : calc(100% - 270px);
    }
}

@media only screen and (min-width: 1281px) {
    div.contentTemp_odd {
        width        : 1200px;
        padding-left : calc((100% - 1200px) / 2);
        padding-right: calc((100% - 1200px) / 2);
        float        : left;
        margin-top   : 1.5em;
        margin-bottom: 1.5em;
    }
}

@media only screen and (min-width: 0) {
    div.contentTempLeft_odd>div.subList_odd {
        display: none;
    }

    div.contentTempLeft_odd>div.subSelect_odd {
        display: inline-block;
    }
}

@media only screen and (min-width: 1000px) {
    div.contentTempLeft_odd>div.subList_odd {
        display: inline-block;
    }

    div.contentTempLeft_odd>div.subSelect_odd {
        display: none;
    }
}