@charset "utf-8";


/**
 * おすすめ商品
 */
#h1_box {
	width: 778px;
	padding-bottom: 13px;
	margin-bottom: 20px;
	background: url(../img/bg_line.gif) repeat-x bottom;
}
#h1_box h1 {
	width: 221px;
	padding: 0px 15px 0px 13px;
	border-right: 1px solid #CCCCCC;
	float: left;
}
#h1_box p {
	width: 480px;
	padding: 11px 0px 0px 16px;
	float: left;
}

/**
 * recommend_product_list
 */
#recommend_product_list {
	width: 778px;
	position: relative;
}
#recommend_product_list p {
	width: 155px;
	height: 34px;
	position: absolute;
	top: -15px;
	right: 0px;
}
#recommend_product_list p a {
	width: 100%;
	height: 100%;
	background: url(../img/recommend_bg_product_list.jpg) no-repeat 0px 0px;
	display: block;
	text-indent: -9999px;
}
#recommend_product_list p a:hover {
	background: url(../img/recommend_bg_product_list.jpg) no-repeat -155px 0px;
}


/**
 * recommend_box
 */
.recommend_box h2 {
	width: 178px;
	padding: 3px 0px 1px 0px;
	background: #3F3D3D;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}
.recommend_detail {
	width: 766px;
	padding: 1px;
	margin-bottom: 30px;
	border: 5px solid #3F3D3D;
}
.recommend_detail .left {
	width: 455px;
	float: left;
}
.recommend_detail .recommend_logo {
	width: 100%;
	margin-top: 17px;
	margin-bottom: 5px;
	text-align: center;
}
.recommend_detail .recommend_text {
	margin-left: 10px;
	margin-bottom: 7px;
}

.recommend_detail ul {
	padding-bottom: 6px;
}
.recommend_detail ul li {
	width: 126px;
	padding-left: 8px;
	float: left;
}

.recommend_detail .right_img {
	width: 304px;
	float: right;
}

/**
 * clearfix
 */
.clearfix {
	/* width:inherit; */
}

.clearfix:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	line-height:0;
}


/* ?IE 6 */
* html .clearfix {
	height:1%;
}

/* IE 7 */
.clearfix {
	display:inline-block;
}

