﻿/********************
Backdround設定
********************/

.MainBg{
width:760px;
height:154px;
background:url(../images/clearance_main03.jpg);
margin:0px 0px 0px 0px;
background-repeat:no-repeat;
position:relative;
}

.MainBg2{
	width:760px;
	height:154px;
	background:url(../images/clearance_main06_02.jpg);
	margin:0px 0px 0px 0px;
	background-repeat:no-repeat;
	position:relative;
}

.FemaleBg{
	width:760px;
	height:590px;
	background:url(../images/clearance_bg.jpg);
	margin:0px 0px 0px 0px;
	background-repeat:no-repeat;
	position:relative;
}

/********************
Main要素設定
********************/
.title_brand{
margin:18px 0 0 26px;
position:absolute;
}
/********************
Female要素設定
********************/
.CoordiBg01{
float:left;
width:380px;
height:590px;
}

.CoordiBg02{
float:right;
width:380px;
height:590px;
}

.FemaleBg a {
color:#000000;
}

.FemaleBg a:hover {
color:#000000;
}

/********************
ブランドロゴ要素設定
********************/
.ranking_top3 {
    margin: 0;
    padding:0px 20px;
    width: 340px;
}
.ranking_top3 dl {
    height:6em;
}
.top3_icon {
    float:left;
    width:160px;
}
.brand_name {
    float: left;
    font-size: 14px;
    font-color:#000000;
    width:140px;
}
