/* ¥¥¥¥¥ 共通 ¥¥¥¥¥ */
#featureArea #used-whiteice a:hover img {
	opacity: .75; 
	filter: alpha(opacity=75); 
	-ms-filter: "alpha(opacity=75)";
	-khtml-opacity: .75;
	-moz-opacity: .75;
}
#featureArea #used-whiteice {
	width: 790px;
    background: #000000;
    padding-bottom: 10px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


/* ¥¥¥¥¥ ヘッダー・ログイン ¥¥¥¥¥ */
#featureArea #used-whiteice #header h1 {
	background: url(/sell/feature/2014/used-whiteice/images/common/header.jpg) no-repeat top left;
	width:790px;
	height: 325px;
	text-indent:-9999px;
}

/* ¥¥¥¥¥ 帯 ¥¥¥¥¥ */
#featureArea #used-whiteice h2 {
    display: block;
    width: 770px;
    margin: 0 auto 0 auto;
}

/* ¥¥¥¥¥ ボタン ¥¥¥¥¥ */
#featureArea #used-whiteice .item-area {
    display: block;
    margin: 0 0 10px 10px;
}
#featureArea #used-whiteice .item-area li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}



/* ¥¥¥¥¥ キャンペーン概要 ¥¥¥¥¥ */
#featureArea #used-whiteice #attention {
    background-color: #fff;
    border: 3px solid #c60001;
    display: block;
    margin: 0 0 0px 10px;
    padding: 15px;
    width: 770px;
}


