@charset "UTF-8";

/**
 * smc.css
 */

/**
 * LIST
 */
ul.two_products li.first-elm { margin-left: 137px; }
ul#products li.first-elm h3 a { width: 293px; }


/**
 * SCT
 */
body.sct #product_img {
    left: 14px;
}
body.sct #info_box,
body.sct ul#bnr_box {
    margin: 0 0 0 345px;
}
body.sct .one_column_box .detail img {
    float: right;
}
body.sct .detail span {
    font-size: 0.85em;
}
body.sct .two_column_box .first-elm .detail {
    text-align: center;
}
body.sct .two_column_box .first-elm .detail p {
    margin: 0.8em auto 0;
    width: 353px;
    text-align: left;
}
body.sct .two_column_box .last-elm .detail img {
    float: right;
    margin-left: 2em;
}


/**
 * LOT
 */
body.lot .one_column_box .detail img {
    float: right;
}
body.lot #detail_container .first-elm .detail span {
    font-size: 0.85em;
}
body.lot #detail_container .last-elm .detail img {
    margin-left: 2em;
}
body.lot #detail_container .last-elm .detail span {
    color: #274371;
}

