h1{
	width: 100%;
	margin:10px 0 18px 0;
	padding: 12px 0 5px 5px;
	background-color: #FFF;
	font-size: 2.4rem;
	line-height: 1.2;
	border-bottom:2px #06C755 solid;
	border-width: 2px 0 2px 0;
/*	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
*/}
h1 span{ font-size: 2rem; padding: 0 0 0 3px;
font-weight: normal;}


.cat-h1{	margin:5px 0 5px 0;
}
h2{
	width: 100%;
	margin:30px 0 10px 0;
	position: relative;
	display: inline-block;
	line-height: 1.2;
	font-size: 2rem;
	font-weight: normal;
	padding: 10px 0% 8px 1%;
	color: rgb(49, 49, 49);
	border-top: 3px solid #ebebeb;
	border-bottom: 3px solid #ebebeb;
}



/*共通*/


#contents a:hover{
	opacity: 0.6;
 }

.wrapper{
	margin: 10px 0 0 0;
}


.back-b{
		margin: 10px 0 0 0;
		padding: 10px 0 10px 0;
	background-color: #f7f6fa;
}




/*リスト表示*/
.kisekae-list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 ;
}
.kisekae-box{
	width: 20%;
	padding: 0 5px 0 0;
		position: relative;
	z-index: 1;
}
/*.kisekae-box:nth-child(3n+1){
	padding: 0;
}*/



.kisekae-pic{
  height: 80%;
}
.kisekae-pic img{
	overflow: hidden;
	 height: 100%;
	 object-fit: cover;
	   object-position: 50% 90%;
	   border-radius: 5px;
	   border: solid 1px #999;
}

.kisekae-data{
	margin: 3px 0 3px 0;
	height: 20%;
	text-align: center;
	overflow: hidden;

}
.kisekae-name{
color: #0079c2;
font-size: 1.6rem;
line-height: 1.1;
padding: 1px 2px 3px 2px;
}
.kisekae-price{
	color: #06C755;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
}



/*ページネーション*/
.page-all{ float: left; margin:30px 0 0 0; width: 100%; text-align: center; font-size: 16px; }
.page-all a{ margin:0 8px; }
.page-all span{ color: #999; margin:0 8px; }

.no-data{ float: left; width: 100%; margin:20px 0 0 0; padding: 0 5%; font-weight: bold; color: #999; font-size: 1.8rem; }

.cat{ float: left; width: 100%; padding: 0 3%; margin:10px 0 0 0; }