.center {
	text-align: center !important;
	}
	.arrow a {
		background-image: url(https://img07.shop-pro.jp/PA01261/466/etc/icon_arrow.jpg?2155);
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 13px;
		line-height: 20px;
		vertical-align: middle;
		font-size: 12px;
		color: #1a1311;
		text-decoration: none;
		}
			.arrow a:hover {
		text-decoration: underline;
		}
.price_red {
color: #bd0000;
font-size: 16px;
font-weight: bold;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
  }
  .clearfix:after {
    clear: both;
  }

/* ¾¦ÉÊ²èÁü */
.product_image_main{
  margin: 0 0 20px;
}
.product_image_main img{
  max-width: 100%;
  height: auto;
}
.product_image_thumb{
  list-style: none;
}
.product_image_thumb li{
  float: left;
  text-align: center;
  max-width: 150px;
  padding: 0 1%;
}

/* roll over */
a:hover img {
opacity:0.5;
filter: alpha(opacity=50);
}


