﻿@charset "UTF-8";
/* CSS Document */


/* センターカラム
............................................................... */
.top_genre{
	/* margin:2px;
	padding:5px 0 5px 15px;
	background-color:#EAEAEA;
	display:block;
	width:280px;
	height:auto;
	float:left;
	color:#666;
	font-weight:bold;
	font-size:90%; */
	margin:2px;
	padding:3px 5px;
	display:block;
	float:left;
	background-color:#EAEAEA;
	border:1px solid #EAEAEA;
	color:#666;
	font-size:90%;
	font-weight:bold;
	text-align:center;
	width:284px;
	height:auto;
}
.top_genre2{
	padding:1px 5px;
	background-color:#EAEAEA;
	border:1px solid #EAEAEA;
	color:#666;
	font-size:80%;
	font-weight:bold;
	text-align:center;
}
/* 新着ヘッダー */
.top_updatedate{
	color:#393939;
	font-size:120%;
	font-weight:bold;
	text-align: center;
	border-bottom:2px solid #ff9900;
	padding: 0px 10px 2px 10px;
	background-color:rgba(255,255,255,0.75);
	margin-bottom: 4px;
	width: 100%;
}
.product_table_index,
.product_table_category,
.product_table_list{
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	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: flex-start;
	padding: 1px;
	box-sizing: border-box;
}
.product_box_dummy{
	width:290px;
	padding:1px;
	vertical-align:top;
	box-sizing: border-box;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.product_box{
	position: relative;
	width: calc(100% / 3);
	max-width: calc(100% / 3);
	flex-basis: calc(100% / 3);
	background-color: rgba(255,255,255,0.75);
	border:1px solid rgba(128,128,128,0);
	margin: 1px -1px;
	padding:1px;
	vertical-align:top;
	box-sizing: border-box;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	transition: 0.2s;
}
.product_box:hover{
	border-color: #ff9900;
/*	transform: scale(1.05);*/
/*	z-index: 2;*/
}
.product_box a {
	width: 100%;
	height: 100%;
	display: block;
}
.product_box a:hover{
	text-decoration: none;
}
.product_box a:hover .product_img img {
	opacity: 0.75;
}
.product_icon{
	float: right;
	display: block;
	padding: 1px;
	height: 17px;
	width: 66%;
	box-sizing: border-box;
	overflow: hidden;
}
/*
.product_icon_s{
	float:left;
	display:block;
	margin:1px;
	margin-left:0;
	width:16px;
	height:16px:
}
*/
.product_img{
	float: left;
	display: block;
	padding: 1px;
	width: 33%;
	height: 100%;
}
.product_img img{
	width: 100%;
	height: auto;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	transition: 0.2s;
}
.product_name,
.product_name_list{
	float: right;
	display: block;
	padding: 4px;
	width: 66%;
	height: auto;
	box-sizing: border-box;
}
.product_name .product_name_inner {
	font-size: 90%;
	font-weight: normal;
	line-height: 1.2em;
	overflow: hidden;
}
.product_table_index .product_name .product_name_inner,
.product_table_category .product_name .product_name_inner{
	height: 3.6em;
}
.product_table_list .product_name .product_name_inner {
	height: 3.6em;
}
.product_day{
	float: right;
	bottom: 2em;
	width: calc(66% - 4px);
	display: block;
	margin-left: 4px;
	padding: 0px 4px;
	color: #aaaaaa;
	font-size: 80%;
	text-align: left;
	line-height: 1.2em;
	text-overflow: ellipsis;
	border-left: 5px solid #cccccc;
	box-sizing: border-box;
}
.product_day:before{
	content:"";
}
.product_text{
	float: right;
	bottom: 2em;
	width: calc(66% - 4px);
	display: block;
	margin-left: 4px;
	padding: 0px 4px;
	color: #ff0000;
	font-size: 80%;
	text-align: left;
	line-height: 1.2em;
	text-overflow: ellipsis;
	border-left: 5px solid #ff0000;
	box-sizing: border-box;
}
.product_price,
.product_price_fromto{
	clear: right;
	float: right;
	width: 100px;
	display: block;
	padding: 1px;
	color: #CC0000;
	font-size: 100%;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	box-sizing: border-box;
}
.product_price:after{
	content:"円";
}
.product_price_fromto:after{
	content:"円～";
}

.product_off{
	float: left;
    width: auto;
    min-width: calc(66% - 100px);
	display: block;
	padding: 1px;
	color:#333333;
	font-size: 100%;
	font-weight:normal;
	text-align: right;
	white-space: nowrap;
	box-sizing: border-box;
}
.product_off:after{
	content:" OFF";
}
