@charset "utf-8";
/* CSS Document */

.fade {
    transition: all 0.3s ease-in-out 0s;
}
.fade:hover {
    background-color: #fff;
    opacity: 0.5;
}
.sale_waku2 table,.sale_waku3 table{
	width: 100%;
}

.sale_waku2 td,.sale_waku3 td{
	vertical-align: top;
	padding: 10px 0 14px 0;
	border-bottom: 1px dashed #999;
}

.sale_waku2 a img{
}

.sale_waku2 a:hover img,.sale_waku3 a:hover img{	
    opacity:0.7;
	filter: alpha(opacity=70);
}

.sale_waku2 .price_down{
	width: 336px;
	background-image: url(../../img/bg_pricedown01.gif);
	background-repeat: no-repeat;
	height: 30px;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	color: #F30;
	margin: 5px 0;
}

.sale_waku3 .price_down{
	width: 218px;
	background-image: url(../../img/bg_pricedown02.gif);
	background-repeat: no-repeat;
	height: 20px;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	color: #F30;
	margin: 5px 0;
}


.sale_waku2 li{
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
}

.sale_waku3 li{
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
}


.sale_waku2 .price_red{
	font-size: 18px;
	font-weight: bold;
	color: #F30;
	padding-left: 10px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

.sale_waku3 .price_red{
	font-size: 14px;
	font-weight: bold;
	color: #F30;
	padding-left: 3px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

.over_img_box{
	position: relative;
}

.over_image{
	position:   absolute;
	z-index:   2;
	top:      0;
	left:     0;
	opacity:0.4;
	filter: alpha(opacity=40);
}

.over_image2{
	position:   absolute;
	z-index:   2;
	top:      0;
	left:     0;
}


/**/

/*イームズ特集*/
.coment-area{
	background-color: #272727;
	color: #FFF;
	padding: 20px 20px 10px 20px;
	margin-top: 8px;
	font-size: 13px;
}

.coment-area .tame{
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #C03;
	padding: 0 10px 0 10px;
	clear: both;
	margin: 0 0 10px 0;
	font-size: 16px;
}

.coment-area ul{
	margin-bottom: 20px;
}

.coment-area li img{
	float: left;
	margin: 0 15px 10px 0;
}
.mb_5 {
    margin-bottom: 5px !important;
}
.mb_10 {
    margin-bottom: 10px !important;
}
.mb_15 {
    margin-bottom: 15px !important;
}
.mb_20 {
    margin-bottom: 20px !important;
}
.mb_25 {
    margin-bottom: 25px !important;
}
.mb_30 {
    margin-bottom: 30px !important;
}
.mb_35 {
    margin-bottom: 35px !important;
}
.mb_40 {
    margin-bottom: 40px !important;
}
.mb_45 {
    margin-bottom: 45px !important;
}
.mb_50 {
    margin-bottom: 50px !important;
}