@charset "UTF-8";

/**
 * smc.css
 */

#main a:hover img {	filter: alpha(opacity=50);	opacity: 0.5; }

body.sct #title_box dl dd#lineup_navi01 a img,
body.lot #title_box dl dd#lineup_navi02 a img {
	filter: alpha(opacity=25);
	opacity: 0.25;
}

/**
 * SCT
 */
body.sct #product_img {
    left: 0px;
}
body.sct #info_box,
body.sct ul#bnr_box {
    margin: 0 0 0 330px;
}
body.sct .detail .detail_l {
    float: left;
    width: 400px;
}
body.sct .detail .detail_r {
    float: right;
    width: 410px;
}
body.sct .detail .detail_l img {
    float: right;
		margin-left: 20px;
}
body.sct .detail .detail_r img {
    float: left;
		margin-right: 15px;
}
body.sct .detail .detail_l strong,
body.sct .detail .detail_r strong {
    color: #003F98;
}
body.sct .detail .detail_l span,
body.sct .detail .detail_r 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: left;
    margin-right: 20px;
}

body.sct .two_column_box .last-elm .detail img {
    float: left;
    margin-right: 15px;
		padding-left: 10px;
}


/**
 * LOT
 */
body.lot #product_img {
    left: 0px;
}
body.lot #info_box,
body.lot ul#bnr_box {
    margin: 0 0 0 330px;
}
body.lot .detail .detail_l {
    float: left;
    width: 400px;
}
body.lot .detail .detail_r {
    float: right;
    width: 410px;
}
body.lot .detail .detail_l img {
	float: left;
}
body.lot .detail .detail_l p {
    float: right;
	width: 210px;
}
body.lot .detail .detail_r img {
    float: left;
	margin-right: 15px;
}
body.lot .detail .detail_l strong,
body.lot .detail .detail_r strong {
    color: #003F98;
}
body.lot .detail .detail_r span,
body.lot .detail .detail_l span {
    font-size: 0.85em;
}
body.lot #detail_container .last-elm .detail img {
	float: left;
}
body.lot #detail_container .last-elm .detail p {
    float: right;
	width: 370px;
	margin-top: 1.5em;
}
body.lot #detail_container .last-elm .detail span {
    color: #274371;
}


