@charset "UTF-8";

#ranking_page_relate_result{
	clear:both;
}
#ranking_page_relate_result .productranking{
	width:100%;
	clear:both;
}
/* フレーム */
#ranking_page_relate_result .productrank{
	float:left;
	margin:2px 1px 8px 1px;
	width:18%;
	height:auto;
	position:relative;
	overflow:hidden;
}
/* ランキング別フレーム */
.productrank.rank1{/*背景画像指定*/
	background:url(/sp/images/parts/ranking_1.png) no-repeat center 2px;
	border:#FC3 2px dotted;
}
.productrank.rank2{/*背景画像指定*/
	background:url(/sp/images/parts/ranking_2.png) no-repeat center 2px;
	border:#999 2px dotted;
}
.productrank.rank3{/*背景画像指定*/
	background:url(/sp/images/parts/ranking_3.png) no-repeat center 2px;
	border:#cd853f 2px dotted;
}
.productrank.rank4{/*背景画像指定*/
	background:url(/sp/images/parts/ranking_4.png) no-repeat center 10px;
	border:#b0c4de 2px dotted;
}
.productrank.rank5{/*背景画像指定*/
	background:url(/sp/images/parts/ranking_5.png) no-repeat center 10px;
	border:#b0c4de 2px dotted;
}
/* サムネイル */
#ranking_page_relate_result .product_image img{
	display: block;
	margin: auto;
	margin-bottom: 3px;
	margin-top:25px;
	height:50px;
	width:50px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
/* 商品名 */
#ranking_page_relate_result .name{
	padding:0px 2px;
	text-align:left;
	font-size:65%;
	display:none;
}
#ranking_page_relate_result .name a{
	text-decoration: none;
}
/* タイトルヘッダー */
#ranking_page_relate_result .logrecom_title{
	display:none;
	color: #ffffff;
	text-shadow: none;
	height: 16px;
	padding:6px 8px;
	font-size: 90%;
	font-weight: bold;
	background-color: #ff9900;
}

#ranking_page_results .clearfloat {
	display: none;
}
.ranking_to_all{
	text-align:right;
	margin: 0px 2px;
	font-size:120%;
}