﻿@charset "UTF-8";

/* レコメンド
............................................................... */
.recommend {
	float: left;
	width: 100%;
}
.recommend_items{
	padding-left:5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	box-sizing: border-box;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.recommend_items .item{
	display: block;
	margin-right: 2px;
	padding: 4px;
	max-width: 95px;
	height: auto;
	position: relative;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.75);
	border: rgba(128,128,128,0) 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: 0.2s;
}
.recommend_items .item:hover {
	border-color: #ff9900;
	transform: scale(1.3);
	z-index: 2;
}
.recommend_items .item a{
	width:100%;
	height:100%;
	display:block;
}
.recommend_items .item a:hover {
	text-decoration: none;
}
.recommend_items .item .name{
	font-size: 70%;
	line-height: 1.2em;
}
.recommend_items img{
	margin-bottom:5px;
	width:100%;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.recommend_items 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;
}

/* ランキング
............................................................... */
/* ランキングエリア：共通 */
#ranking_page_results{
	position: relative;
/*	min-height: 200px;*/
}
#ranking_page_relate_result{
	box-sizing: border-box;
/*	clear:both;*/
}
/* ランキングエリア：ランキングページへ */
.ranking_to_all{
	float:none;
	width:100%;
	flex-basis:100%;
	max-width:100%;
	text-align:right;
	font-size:80%;
	padding:3px 5px;
	margin: 9px 0px 2px 0px;
}
.ranking_to_all a {
	border: 1px solid rgba(128,128,128,0);
	border-radius: 18px;
	padding: 8px;
	background-color: rgba(255,255,255,0.75);
	box-sizing: border-box;
	text-decoration: none;
	transition: 0.2s;
}
.ranking_to_all a:hover {
	border-color: #ff9900;
}
/* ランキングエリア：トップページ */
#ranking1{
	position: relative;
}
/* ランキングエリア：ランキングページ */
#logrecom_placeholder_rank2{
	width: 100%;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
	box-sizing: border-box;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
/* ランキングエリア：ジャンルページ */
.productranking{
	clear: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 1px;
	box-sizing: border-box;
}

/* ランキング見出し：汎用 */
#logrecom_placeholder_rank2 .logrecom_title,
#ranking_page_relate_result .logrecom_title{
	width: 100%;
	margin:5px 0 3px;
	font-size: 100%;
	font-weight: normal;
	border-bottom: 0px solid #cccccc;
	border-left: 5px solid #a5db00;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	word-break: keep-all;
	background-color:rgba(255,255,255,0.75);
}
#logrecom_placeholder_rank2 .logrecom_title:after,
#ranking_page_relate_result .logrecom_title:after{
	content:"ランキング";
}
#logrecom_placeholder_rank2 .logrecom_title{
	font-size: 90%;
}

/* ランキングボックス：共通 */
.productrank {
	float:none;
	padding: 6px 4px;
	width:20%;
	height: auto;
	flex-basis:20%;
	max-width:20%;
	border: rgba(128,128,128,0) 1px solid;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 2px;
	background-size: 32px;
	background-color: rgba(255,255,255,0.75);
	position:relative;
	box-sizing: border-box;
	overflow: hidden;
	transition: 0.2s;
}
.productrank:hover {
	border-color: #ff9900;
}
/* ランキングボックス：右カラム用 */
.productrank.detail{
	padding: 0px;
	box-sizing: border-box;
	margin-bottom: 5px;
/*	height:120px;*/
	height:14vw;
	width:100%;
	flex-basis: 20%;
	max-width: 20%;
	border:1px solid rgba(255,255,255,0);
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	overflow: hidden;
	background-image:none;
	background-repeat: no-repeat;
	background-position-x: 2px;
	background-position-y: 0px;
	background-size: 32px;
	transition: 0.2s;
}
.productrank.detail:hover{
	border-color: #ff9900;
}
.productrank a{
	display: block;
	width:100%;
	height:100%;
	text-decoration: none;
}
/* ランキング番号：共通 */
.productrank .rank{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.productrank .rank img{
	height: 3vw;
	max-height: 36px;
	vertical-align: top;
}
/* ランキング番号：右カラム用 */
.productrank.detail .rank{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.productrank.detail .rank img{
}

/* ランキング商品名：共通 */
.productrank .name{
	line-height: 1.2em;
	width: 100%;
	height: auto;
	max-height: calc(3.6em + 4px);
	margin-top:0px;
	font-size: 80%;
	padding: 4px 2px;
	box-sizing: border-box;
}
/* ランキング商品名：右カラム用 */
.productrank.detail .name{
	font-size: 90%;
	line-height: 1em;
	width: 100%;
	max-height: 3em;
	padding: 2px 6px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: rgba(255,255,255,0.7);
	box-sizing: border-box;
}
/* ランキング画像：共通 */
.productrank .image{
/*	margin-top: 26px;*/
	width: 100%;
}
.productrank .image img{
	margin:auto;
	width:100%;
	display:block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	opacity: 1.0;
	transition: 0.2s;
}
.productrank:hover .image img {
	opacity: 0.75;
}

/* ランキング画像：右カラム用 */
.productrank.detail .image{
	margin-top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
/*	top: -15%;*/
	top: 0%;
	padding: 10px;
	box-sizing: border-box;
}
.productrank.detail .image img{
	margin:auto;
	width:100%;
	display:block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

