@charset "shift_jis";
/* CSS Document */

.red {color:#BE0000;}


/*各商品*/
.item {
	height:560px;
	}

.rank_g .item_area_wrap {
	text-align:center;
}

.list_center_frame {
	clear:both;
	width:1320px;
	margin:20px 0 0 0;
	padding:0;
}


.list_hori_frame {
	width:1320px;
	margin-bottom:30px;
	clear:both;
}

.btn_bnet_top_hori {
	float:left;
	width:200px;
}

.list_cate_menu {
	float:left;
	width:1120px;
}

.list_hori_title {
	float:left;
	width:100px;
	height:35px;
	padding:15px 10px 5px 10px;
	font-weight: bold;
	font-size: 14px;
	background-color:#be0000;
	color:#ffffff;
	text-align:center;
	}

.cate2_list_hori {
	float:left;
	width:1000px;
}

ul.cate_ul_hori {
	display:table;
	width:1000px;
	margin-top:10px;
}

ul.cate_ul_hori li {
	table-layout:fixed;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

ul.cate_ul_hori li a {
	border-left:1px solid #ccc;
	vertical-align:middle;
	display:block;
	padding:10px;
	height:35px:
	text-align:center;
	font-size:14px;
}

.main_content {
	padding:0 !important;
	margin:20px 0 0 0 !important;
	}

.rank_g div.item {
	float:none;
	border-color:#c00;
	display:inline-block;
	margin-right:1px;
	letter-spacing: normal;  /* inline-blockの隙間対策 */
	background:#FBE9EA;
	}

.item_area {
	width:1320px;
	}

.main_content > .rank_g {background:none;}

	.cateImg td:hover {
			filter: alpha(opacity=70); /* for IE */
			-moz-opacity: 0.7;
			opacity: 0.7;
	}
	.cateImg td {
		width:304px;
		height:304px;
		margin:0 auto;
			-webkit-transition: All 0.3s ease;
			-moz-transition: All 0.3s ease;
			-o-transition: All 0.3s ease;
			-ms-transition: All 0.3s ease;
			transition: All 0.3s ease;
	}
	.cateImg {
		width:304px;
		height:304px;
		margin:0 auto;
		background-color:#FFF;
		text-align:center;
	}
	.imgReSize {
		max-height:304px;
		max-width:304px
	}
	* html body .imgReSize {
		width: expression(this.width >= this.height ? "304px" : "auto");
		height: expression(this.width <= this.height ? "304px" : "auto");
	}
	.resizeBug {
		display: table-cell;
		width: 304px;
		height: 304px;
		vertical-align: middle;
}

h4.item_name {
	text-align:left;
}

.genka {margin-bottom:4px;}

p.kingaku {
	color:#be0000;
	height:2.5em;
	line-height:1.4em;
	margin:0 0 3px 0;
	overflow:hidden;
}

p.kingaku > .normal_price {
    color: #222;
}
.sp_price {
	color:#c00;
	height: 24px;
	font-weight:bold;
	text-align:center;
}

p.item_txt {
	padding-top:3px;
	line-height:15px;
	border-top: dotted 1px #333;
}

.bluebox {
	background: #d1f1fe none repeat scroll 0 0;
	color: #555;
	font-size: 12px;
	height: 4.5em;
	overflow: hidden;
	padding: 3px;
	text-align: left;
}

p.item_value {
	text-align:center;
	padding:5px;
	}

p.seller_name {
	border-top:1px dashed #000;
	padding:3px;
	height: 2em;
	overflow:hidden;
	}

.item a , .item p {
	text-align:left;
	word-break:break-all;
	word-wrap:break-word;
}



.spsell {}

.spsell a {color:#0093D8;}
.spsell a:hover {color:#fc6320;
	text-decoration:underline;}

.spsell_tit {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:3px solid #be0000;
	padding:10px 0;
	margin-top:20px;
	}


.spsell_tit h2 {
	margin-left:20px;
	border-left:10px solid #be0000;
	padding:0 10px;
	font-size:24px;
	}


.spsell_left_frame {
	float: left;
	width: 190px;
	border-bottom:1px solid #be0000;
}

.btn_bnet_top {
	margin-bottom:10px;
}

.btn_bnet_top a img:hover {
	filter: alpha(opacity=70); /* for IE */
	-moz-opacity: 0.7;
	opacity: 0.7;
}


