/** clearfix
********************************************************************************/
#category .catProductlist:after,
#category .icon:after
{display:block;content:"";clear:both;}


/** category
********************************************************************************/
/** content **/
#category{
	float:left;
	width:740px;
}

#flower{
	
}

#category .catTtl{
	margin-bottom:49px;
	line-height:0;
}

#category .catProductlist{
	
}

#category .catPrdItem{
	position:relative;
	float:left;
	margin-bottom:50px;
	margin-right:9px;
}

#category .end{
	margin-right:0;
}

#category .prdImgBox{
	position:relative;
	width:178px;
	height:178px;
	overflow:hidden;
	text-align:center;
	margin-bottom:15px;
}

#category .prdImg{
	max-height:178px;
}


#category .soldOut{
	opacity:0.3;
	-ms-filter:"alpha(opacity=30)";
}

#category .soldOutImg{
	position:absolute;
	z-index:10;
	top:50%;
	left:50%;
	margin:-11px 0 0 -43px;
}

#category .prdTtl{
	font-size:19px;
	line-height:1;
	margin-bottom:15px;
	font-weight:bold;
}

#category .rub{
	display:block;
	font-size:12px;
	margin-top:6px;
	font-weight:normal;
}

#category .area{
	font-size:14px;
	margin-bottom:3px;
	line-height:1;
	font-family:"Þâ¥´¥·¥Ã¥¯", Yu Gothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, sans-serif;
}

#category .price{
	font-size:16px;
	line-height:1;
	font-family:"Þâ¥´¥·¥Ã¥¯", Yu Gothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, sans-serif;
	margin-bottom:7px;
}

#category .num{
	font-size:16px;
	line-height:1;
	font-weight:bold;
}

#category .str{
	font-size:14px;
	line-height:1;
  color: #aaa;
}

#category .regular{
  margin-bottom: 3px;
}

#category .regular .num{
  text-decoration: line-through;
}

#category .discount .num{
  color:#b7282e;
}

#category .icon{
	font-size:12px;
	font-family:"Þâ¥´¥·¥Ã¥¯", Yu Gothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, sans-serif;
	font-weight:bold;
	line-height:1;
	height:12px;
  margin-bottom: 10px;
}

#category .newIco{
	float:left;
	color:#ee7800;
	margin-right:1em;
}

#category .saleIco{
	float:left;
	color:#b7282e;
}

#category .member{
  height: 32px;
  color: #2386f5;
}

#category .member .txt{
  font-size: 14px;
  line-height: 1;
  margin-bottom: 3px;
  font-weight: bold;
  font-family:"Þâ¥´¥·¥Ã¥¯", Yu Gothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, sans-serif;
}

#category .member .num{
  font-size: 16px;
  margin-right: 9px;
}

#category .member .per{
  font-size: 14px;
}

#category .prdLink{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	display:block;
	overflow:hidden;
	text-indent:-999px;
	background:#fff;
	opacity:0;
	-ms-filter:"alpha(opacity=0)";
	z-index:11;
}

#category .prdLink:hover{
	opacity:0.3;
	-ms-filter:"alpha(opacity=30)";
}







/* ¸¡º÷UI
*-------------------------------------------------------------------*/
#searchUiBox{
  margin-bottom: 30px;
}

#searchUiBox:after{
  display: block;
  content: "";
  clear: both;
}

#searchUiBox h2{
  font-size: 26px;
  margin-bottom: 50px;
  background: linear-gradient(left, #f0f0f0, #f0f0f0, #f0f0f0, #f0f0f0, #f0f0f0, #fff);
  background: -moz-linear-gradient(left, #f0f0f0, #f0f0f0, #f0f0f0, #f0f0f0, #f0f0f0, #fff);
  background: -webkit-gradient(linear, left top, right top, from(#F0F0F0), color-stop(0.6, #f0f0f0), to(#fff));
  padding: .6em 1.5em;
}

#searchUiBox .search_result{
  float: left;
}

#searchUiBox .sort{
  float: right;
}

#searchUiBox .hitNum{
  margin-right: 2em;
}


@media all and (max-width: 767px) {
  #category{
    float:none;
    width:100%;
  }
	#category img {
		width: 100%;
	}
	#searchUiBox h2{
		font-size: 12px;
		margin-bottom: 30px;
		background: linear-gradient(left, #f0f0f0, #f0f0f0, #f0f0f0, #f0f0f0, #f0f0f0, #fff);
		background: -moz-linear-gradient(left, #f0f0f0, #f0f0f0, #f0f0f0, #f0f0f0, #f0f0f0, #fff);
		background: -webkit-gradient(linear, left top, right top, from(#F0F0F0), color-stop(0.6, #f0f0f0), to(#fff));
		padding: .6em 1.5em;
	}
	.search_result {
		float: none;
		font-size: 14px;
		margin: 0 15px;
		display: block;
		width: 100%;
	}
	#searchUiBox .sort{
		float: none;
		font-size: 14px;
		display: block;
		margin: 0 15px;
		width: 100%;
	}
	
	
  .catProductlist {
    display: flex;
    padding: 0 10px;
		flex-wrap: wrap;
		justify-content: space-between;
  }
  .catPrdItem {
    float: none !important;
		width:46% !important;
		margin: 0 auto 15px !important;
		
  }
	.catProductlist::after {
		display: block;
		content:"";
		width:46%;
	}
	.prdImgBox {
		width: 100% !important;
    height: auto !important;
    text-align: center !important;
    margin-bottom: 15px !important;
  }
	.prdImg {
		width: 100% !important;
		height: auto !important;
	}
}