.hidden {
  display: none;
}

.favoritePostedBtn {
	width: 200px;
	margin: 0 auto 0 0;
}

.favoritePostedBtn a {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 35px;
	padding: 0 0 0 40px;
	border: 1px solid #999999;
	border-radius: 4px;
	background: #ececec;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #999999;
	text-decoration: none;
	line-height: 35px;
}
.favoritePostedBtn a::before {
	content: '済';
	display: block;
	position: absolute;
	width: 40px;
	height: 30px;
	font-size: 1.2rem;
	text-align: center;
	line-height: 30px;
	border-right: 1px solid #999999;
	left: 0;
	top: 5px;
}
.favoritePostedBtn a:hover {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	opacity: 0.6;
}

/* リスト表示のスタイル */
#mainContents #list-view {
	display: none;
}

/* タイル表示のスタイル */
#mainContents #tile-view {
	display: none;
}

.current-view {
	display: block !important;
}

.view_mode_button {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 5px;
	border: 1px solid #999999;
	border-radius: 4px;
	background: #ececec;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #333333;
	text-decoration: none;
	line-height: 40px;
}

.favoriteBtn {
	padding: 0 0 0 40px !important;
}

.stockout_msg_display {
	height: 60px;
  text-align: center;
  font-size: 1.6rem;
  color: #cc0000;
  line-height: 60px;
}

.pickupItemList > ul > li > a > dl > dt {
  display: flex;
  vertical-align: middle;
  text-align: left;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
}

.pickupItemList > ul > li > a > dl > dd {
  display: flex;
  width: 100%;
  vertical-align: middle;
  text-align: left;
  font-size: 1.6rem;
}

.pickupItemList > ul {
	margin-bottom: 10px !important;
}

.pickupItemList {
	margin: 10px 0;
}

.price {
	margin: 5px;
}

.name{
	margin: 0 0 10px 0;
}

.tileView > ul {
	width: initial !important;
	float: left;
}

.product_link {
  display: block;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
  text-decoration: none;
  transition: all 0.3s ease;
}

.product_link:hover {
  border-color: #bbb;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #f1f1f1;
}

.product_feature, .product_status, .name, .detailed_element, .price {
  margin-bottom: 5px;
}

.product_feature, .product_status {
  font-size: 14px;
  font-weight: normal;
  color: #555;
}

.name span {
  font-size: 16px;
  color: #000;
}

.detailed_element {
  font-size: 14px;
  font-weight: normal;
  color: #777;
}

.price {
  font-size: 16px;
  font-weight: bold;  
  text-align: right;
}
