@charset "shift_jis";

/*---------------------------
デフォルトスタイル
---------------------------*/
#RecItemInc {
	width: 600px;
	margin: 0;
	padding: 0;
}

#RecItemInc p,#RecItemInc h2,#RecItemInc h3,#RecItemInc h4,#RecItemInc h5,#RecItemInc h6,
#RecItemInc ul,#RecItemInc li,#RecItemInc dl,#RecItemInc dt,#RecItemInc dd,
#RecItemInc table,#RecItemInc tr,#RecItemInc th,#RecItemInc td,#RecItemInc caption,#RecItemInc form {
	margin: 0;
	padding: 0;
	text-align: left;
}

#RecItemInc img {
	margin: 0;
	padding: 0;
	border: 0;
}

#RecItemInc img {
	vertical-align: bottom;
}

#RecItemInc ul {
	list-style-type: none;
}


/*---------------------------
 おすすめアイテム
---------------------------*/
#RecItemInc .SaleRow {
	margin: 0 0 5px 0px;
	padding: 0;
	text-align: left;
	clear: both;
}

#RecItemInc .SaleWless {
	margin: 0;
	padding: 0;
	background-color: #8BD7FB;
}
#RecItemInc .SaleCable {
	margin: 0;
	padding: 0;
	background-color: #BBDD85;
}
#RecItemInc .SaleOthers {
	margin: 0;
	padding: 0;
	background-color: #FEE95D;
}
#RecItemInc .SaleOutlet {
	margin: 0;
	padding: 0;
	background-color: #FF9900;
}

#RecItemInc .SaleBlock {
	margin: 0 0 8px 8px;
	padding: 0;
	text-align: center;
	width: 135px;
}

#RecItemInc .SaleBlock .SaleHead {
	margin: 0;
	padding: 0;
}

#RecItemInc .SaleBlock .SaleBox {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

#RecItemInc .SaleBlock .ItemPhoto {
	margin: 0;
	padding: 0;
	width: 135px;
	height: 135px;
	text-align: center;
	position: relative;
}

#RecItemInc .SaleBlock .SaleName {
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 8px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
}
#RecItemInc .SaleBlock .SaleName a {
	text-decoration: underline;
}
#RecItemInc .SaleBlock .SaleName span {
	font-size: 14px;
	line-height: 1.4em;
}

#RecItemInc .SaleBlock .SaleName p.icoStock {
	margin: 0;
	padding: 0;
	text-align: right;
}

/*---------------------------
価格表示
---------------------------*/
#RecItemInc .ItemPhoto .imgPrice {
	width: 135px;
	height: 35px;
	margin: 0;
	padding: 0;
	text-align: right;
	position: absolute;
	top: 80px;
	left: 0px;
}
#RecItemInc .ItemPhoto .imgPrice img {
	margin: 0 0 0 -4px;
}

#RecItemInc .ItemPhoto .imgPrice table {
	float: right;
}
#RecItemInc .ItemPhoto .imgPrice table td {
	text-align: right;
}


/*---------------------------
フロート解除
---------------------------*/
/* for modern brouser */
.clfx:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	max-height: 0;
	visibility: hidden;
}
/* ie7,macIE5 */
.clfx {
	display: inline-block;
}
/* winIE6 below, exclude macIE5 \*/
* html .clfx {
	height: 1%;
}
.clfx {
	display: block;
}
/**/
