.hidden {
  display: none;
}

.favoritePostedBtn {
	width: auto;
	margin: 0 auto 0 0;
	height: 40px;
}

.favoritePostedBtn a {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 0 0 0 40px;
	border: 1px solid #999999;
	border-radius: 4px;
	background: #ececec;
	text-align: center;
	font-size: 100%;
	font-weight: 700;
	color: #999999;
	text-decoration: none;
	line-height: 40px;
}

.arrowGrayBtn a::before {
	width: 20% !important;
}

.favoritePostedBtn a::before {
	content: '済';
	display: block;
	position: absolute;
	width: 20%;
	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: 40px;
  text-align: center;
  font-size: 1.6rem;
  color: #cc0000;
  line-height: 50px;
}

.listViewStockoutMsg {
  text-align: left !important;
}

.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;
}

#mainContents .titleView ul li a {
	font-size: 90% !important;
}

#mainContents .titleView .arrowGrayBtn button, #mainContents .titleView .arrowGrayBtn a {
	font-size: 90% !important;
}

.pickupItemList {
	margin: 10px 0;
}

.price {
	margin: 5px;
}

.name{
	margin: 0 0 10px 0;
}

#mainContents .tileView > ul {
	display: flex;
    margin: 50px 0;
	float: left;
}

/* SP版のスタイル */
@media (max-width: 768px) {
	#mainContents .tileView > ul {
	    width: 100%!important;
	}
}

#mainContents .tileView > ul > li > a {
	display: flex;
    height: 100%;
    text-decoration: none;
    background: #efefef;
    color: #000000;
    padding: 20px 10px;
    position: relative;
	font-size: 90% !important;
	align-items: center;
}

#mainContents .tileView > ul > li > a > dl > dt {
	display: flex;
	vertical-align: middle;
	text-align: left;
	width: 100%;
	font-size: 1.4rem;
	font-weight: 700;
  }
  
  #mainContents .tileView > ul > li > a > dl > dd {
	display: flex;
	width: 100%;
	vertical-align: middle;
	text-align: left;
	font-size: 1.6rem;
  }
  
  #mainContents .tileView .favoritePostedBtn a {
	font-size: 90% !important;
  }
  .cartInBtnArea {
	position: relative;
    background-color: white;
  }

  #tileView .favoritePostedBtn a::before {
	content: '済';
	display: block;
	position: absolute;
	width: 20%;
	height: 30px;
	font-size: 90%;
	text-align: center;
	line-height: 30px;
	border-right: 1px solid #999999;
	left: 0;
	top: 5px;
}

#mainContents .pickupItemList ul li a .img {
    padding-right: 10px;
    display: block;
    width: 160px;
    margin: 0 auto 15px;
}

#mainContents .pickupItemList ul li a .sp-img{
	display: table-cell;
	width: 100%;
	height: auto;
}
