@charset "UTF-8";

.card:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.card .box {
  position: relative;
  float: left;
  width: 46%;
  min-height: 0;
  background: #fff;
  overflow: hidden;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0 1px 3px 0 #e0e0e0;
  -webkit-box-shadow: 0 1px 3px 0 #e0e0e0;
  box-shadow: 0 1px 3px 0 #e0e0e0;
  }
.card .box > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 0 0;
}
/* theme-card */
.theme-card .box {
    margin:2vw;
}
.theme-card .inner {
  padding: 0;
}

#item_list{
	margin:0;
}

#item_list #up_price{
	text-decoration:none;
}

/* 品目名 */
#item_list #up_price p{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px;
	border-radius: 6px 6px 0 0;
	z-index:999;
	display:block;
	text-decoration:none;
  	font-size: 0.5em;
	font-weight:600;
	color:#fff;
	text-align:center;
	margin:0;
	padding: 2vw 0;
	white-space: nowrap;
	overflow:hidden;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #82bcea), color-stop(0.50, #408fd3), color-stop(0.50, #1375ca), color-stop(1.00, #3c669c));
	background: -webkit-linear-gradient(top, #82bcea 0%, #408fd3 50%, #1375ca 50%, #3c669c 100%);
	background: -moz-linear-gradient(top, #82bcea 0%, #408fd3 50%, #1375ca 50%, #3c669c 100%);
	background: -o-linear-gradient(top, #82bcea 0%, #408fd3 50%, #1375ca 50%, #3c669c 100%);
	background: -ms-linear-gradient(top, #82bcea 0%, #408fd3 50%, #1375ca 50%, #3c669c 100%);
	background: linear-gradient(to bottom, #82bcea 0%, #408fd3 50%, #1375ca 50%, #3c669c 100%);
}
/* UPの画像 */
#item_list #up_price div.up{
	position:absolute;
	left:0;
	margin-top:-5vw;
}
/* 値段 */
#item_list a div.up_price {
	text-align:center;
	font-size:1.1em;
	font-weight:800;
	color:#F00;
	margin:4% auto 5% auto;
}
#item_list a div.up_price small{
	color:#000;
	font-size:0.4em;
	font-weight:400;
}
