@charset 'utf-8';

.mercury {
  background: #f8f8f8;
}

.area-product-list{
  padding: 50px 15px;
  margin-left: -10px;
  margin-right: -10px;
}

.area-product-list .item{
  display: table;
  width: 100%;
  -webkit-box-shadow: 0px 2px 16px 0px rgba(4,0,0,0.2);
  box-shadow: 0px 2px 16px 0px rgba(4,0,0,0.2);
  margin-bottom: 10px;
}
.area-product-list .item:last-child{
  margin-bottom: 0;
}

.area-product-list .item a{
  display: block;
  position: relative;
  background: #fff;
}
.product-list .item a:before{
  margin-top: -2px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  display: block;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  right: 15px;
}
.area-product-list .item .prod-img{
  display: table-cell;
  width: 130px;
  padding-top: 30px;
  padding-bottom: 50px;
  background: #f8f8f8;
  vertical-align: middle;
	text-align: center;
}
.area-product-list .item .prod-detail{
  display: table-cell;
  vertical-align: top;
  padding: 20px 25px;
}
.area-product-list .item .prod-img img{
	height: 115px;
  vertical-align: top;
}

.area-product-list .item a .prod-detail .release-date{
  font-size: 10px;
  color: #000;
  opacity: .5;
  margin-bottom: 10px;
}
.area-product-list .item a .prod-detail .prod-name{
  color: #000;
  font-size: 14px;
  margin-bottom: 15px;
  text-align: left;
}
.product-list .item .prod-detail .color-variation{
  line-height: 1;
}
.product-list .item .prod-detail .color-variation img{
  vertical-align: top;
}

.product-list .item .prod-detail .color li {
	margin-right: 2px;
	width: 18px;
	height: 4px;
	float: left;
	margin-bottom: 5px;
}
.product-list .item .prod-detail .color li:last-child {
	margin-right: 0;
}
.product-list .item .prod-detail .jp_only {
  font-size: 10px;
  color: #000;
  margin-bottom: 0;
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 10px;
	padding-right: 20px;
}

.hdg-l2 {
  height: 24px;
}

.japanese-only-title {
  float: left;
}

.hdg-l2 .japanese-only {
  width: 91px;
  float: right;
  font-size: 1.2rem;
  padding-top: 3px;
}

.txt_link_product a {
	border: 1px solid #d8dadc;
	border-radius: 3px;
	padding: 8px 25px 8px;
}

a { font-weight: bold; }