﻿@charset "UTF-8";

/* レコメンド
............................................................... */
.recommend_title{
    margin:5px;
	padding:1px 0 1px 10px;
	background-color: #EAEAEA;
    border-bottom: 1px solid #666666;
    border-left: 5px solid #666666;
    clear:both;
    color:#666666;
    font-weight:bold;
	font-size:70%;
}
.recommend,
.productconnect,
#logrecom_placeholder table{
	margin-left:5px;
	width:600px;
}
.productconnect li,
#logrecom_placeholder .tab_img{
	float:left;
	margin-right:2px;
	width:95px;
	position:relative;
}
.recommend li{
	float:left;
	margin-right:2px;
	width:95px;
	height:170px;
	position:relative;
}
.ichioshi li{
	float:left;
	margin-right:2px;
	width:95px;
	height:95px;
	position:relative;
}
.recommend img,
.productconnect img,
#logrecom_placeholder img{
	padding:5px;
	border:1px solid #CCC;
	margin-bottom:5px;
	margin-left:3px;
	height:80px;
	width:80px;
}

.recommend span,
.productconnect span{
	/* margin:1px 0 0 4px;
	padding:5px;
	position:absolute;
	top:0;
	left:0;
	width:80px;
	height:80px;
	color:#333;
	font-size:70%;
	text-decoration:none;
	line-height:130%;
	background-color:#F0FFC1;
	opacity:0.8;
	filter:alpha(opacity=50);*/
	display:none;
	overflow:hidden;
}

#logrecom_placeholder .tab_text{
	display:none;
}
#logrecom_placeholder h3{ /* 枠付き見出し */
	margin:5px 7px 2px 3px;
	padding:3px 0 0 10px;
	/* background:url(../images/parts/menu_back.gif) repeat-x; */
	background-image:url(../images/parts/product_title_back.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border-style:solid;
	border-width:1px 1px 1px 3px;
	border-color:#D6D6D6 #D6D6D6 #D6D6D6 #A5DB00;
	height:20px;
	color:#333333;
	font-size:90%;
	font-weight:normal;
}

#logrecom_placeholder_rank h3{ /* 全体みどり色 → 枠付き見出し(短) */
	margin:5px 0 3px;
	padding:3px 0 0 10px;
	/* background:url(../images/parts/menu_back.gif) repeat-x; */
	background-image:url(../images/parts/product_title_back.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border-style:solid;
	border-width:1px 1px 1px 3px;
	border-color:#D6D6D6 #D6D6D6 #D6D6D6 #A5DB00;
	height:20px;
	color:#333333;
	font-size:90%;
	font-weight:bold;
}
#logrecom_placeholder_rank2 h3{ /* 全体みどり色 → 枠付き見出し(短) */
	margin:5px 0 3px;
	padding:3px 0 0 7px;
	/* background:url(../images/parts/menu_back.gif) repeat-x; */
	background-image:url(../images/parts/product_title_back.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border-style:solid;
	border-width:1px 1px 1px 3px;
	border-color:#D6D6D6 #D6D6D6 #D6D6D6 #A5DB00;
	height:20px;
	color:#333333;
	font-size:75%;
	font-weight:bold;
}

.productcheck_r1_item,
.productcheck_r2_item,
.productcheck_r3_item,
.productcheck_r4_item,
.productcheck_r5_item{
	margin:5px auto;
	height:95px;
	width:195px;
}
.productcheck_r1_item{/*背景画像指定*/
	background:url(../images/parts/ranking_1.png) no-repeat 7% 10%;
	border:#FC3 2px dotted;
}
.productcheck_r2_item{/*背景画像指定*/
	background:url(../images/parts/ranking_2.png) no-repeat 7% 10%;
	border:#999 2px dotted;
}
.productcheck_r3_item{/*背景画像指定*/
	background:url(../images/parts/ranking_3.png) no-repeat 7% 10%;
	border:#cd853f 2px dotted;
}
.productcheck_r4_item{/*背景画像指定*/
	background:url(../images/parts/ranking_4.png) no-repeat 7% 15%;
	border:#b0c4de 2px dotted;
}
.productcheck_r5_item{/*背景画像指定*/
	background:url(../images/parts/ranking_5.png) no-repeat 7% 15%;
	border:#b0c4de 2px dotted;
}
.productcheck_r6_lastitem{
	display:none;
}
.productrank .product_image img{
	padding:8px 10px 5px 2px;
	float:right;
	height:80px;
	width:80px;
}
.productrank .name{
	margin:35px 2px 5px 5px;
	float:left;
	height:50px;
	width:95px;
	background-color:#FFF;
	overflow:hidden;
	font-size:66%;
	line-height:120%;
}


#ranking_page_relate_result{
	clear:both;
}
#ranking_page_relate_result .productranking{
	margin-left:5px;
	width:600px;
	clear:both;
}
#ranking_page_relate_result .productrank{
	float:left;
	margin:0 2px 0px 0;
	width:110px;
	position:relative;
}
.productrank.rank1{/*背景画像指定*/
	padding:2px;
	background:url(../images/parts/ranking_1.png) no-repeat center 2px;
	border:#FC3 2px dotted;
}
.productrank.rank2{/*背景画像指定*/
	padding:2px;
	background:url(../images/parts/ranking_2.png) no-repeat center 2px;
	border:#999 2px dotted;
}
.productrank.rank3{/*背景画像指定*/
	padding:2px;
	background:url(../images/parts/ranking_3.png) no-repeat center 2px;
	border:#cd853f 2px dotted;
}
.productrank.rank4{/*背景画像指定*/
	padding:2px;
	background:url(../images/parts/ranking_4.png) no-repeat center 10px;
	border:#b0c4de 2px dotted;
}
.productrank.rank5{/*背景画像指定*/
	padding:2px;
	background:url(../images/parts/ranking_5.png) no-repeat center 10px;
	border:#b0c4de 2px dotted;
}
#ranking_page_relate_result .product_image img{
	padding:25px 13px 13px;
	margin-left:3px;
	height:80px;
	width:80px;
}
#ranking_page_relate_result .name{
	margin-top:0px;
	width:100px;
}
#ranking_page_relate_result .logrecom_title{
	margin:5px 0 3px;
	padding:3px 0 0 10px;
	background-repeat:repeat-x;
	background-position:bottom;
	border-style:solid;
	border-width:1px 1px 1px 3px;
	border-color:#D6D6D6 #D6D6D6 #D6D6D6 #FF6600;
	height:20px;
	width:585px;
	color:#333333;
	font-size:90%;
}
.ranking_to_all{
	float:right;
	text-align:right;
	font-size:80%;
	padding:3px 5px;
}

