.mainTtl .mainTtlIn{
	background: url(https://img21.shop-pro.jp/PA01399/390/etc/img-productsttl.jpg?cmsp_timestamp=20170927150310) no-repeat right 8%;
}
@media screen and (max-width: 767px){
	.mainTtl .mainTtlIn{
		background-position: center center;
	}
}
.productsCont .productsItem
{
	box-sizing: border-box;
	float: right;
	margin-left: 4%;
	moz-box-sizing: border-box;
	webkit-box-sizing: border-box;
	width: 76%;
}
.productsCont .productsItem .itemHide
{
	display: none;
}
.productsCont .productsItem .itemTtl
{
	border: 1px solid #000;
	font-size: 24px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 15px 0 15px 20px;
}
.productsCont .productsItem .itemRow
{
	margin: 0 -5px;
}
.productsCont .productsItem .itemBox
{
	margin-bottom: 10px;
	padding: 0 5px;
}
.productsCont .productsItem .itemBox .image
{
	display: block;
}
.productsCont .productsItem .itemBox .image img
{
	height: auto;
	vertical-align: middle;
	width: 100%;
}
.productsCont .productsItem .itemBox .txtBox
{
	background: #f7f7f7;
	display: block;
	height: 140px;
	padding: 15px 10px 10px;
	position: relative;
}
.productsCont .productsItem .itemBox .txtBox>span
{
	display: block;
}
.productsCont .productsItem .itemBox .txtBox .productName
{
	font-size: 18px;
	margin-bottom: 10px;
}
.productsCont .productsItem .itemBox .txtBox .use
{
	color: #666;
	margin-bottom: 13px;
}
.productsCont .productsItem .itemBox .txtBox .price
{
	border-bottom: 1px solid #000;
	bottom: 10px;
	position: absolute;
	right: 10px;
	text-align: right;
	width: 91%;
	font-size: 16px;
}
@media screen and (max-width: 991px)
{
	.productsCont .productsItem
	{
		margin-bottom: 10px;
		margin-left: 0;
		width: 100%;
	}
	.productsCont .productsItem .itemTtl
	{
		text-align: center;
	}
	.productsCont .productsItem .itemRow
	{
		margin: 0;
	}
	.productsCont .productsItem .itemBox .txtBox .productName
	{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.productsCont .productsItem .itemBox .txtBox .use
	{
		font-size: 15px;
	}
}
@media screen and (max-width: 767px)
{
	.productsCont .productsItem .itemTtl
	{
		font-size: 17px;
		padding: 10px;
		text-align: censter;
	}
	.productsCont .productsItem .itemRow
	{
		margin: 0;
	}
}

.pagenation{
	overflow: hidden;
	margin-top: 20px;
}
.pagenation .pagePrev {
	float: left;
	text-align: center;
}
.pagenation .pageNext {
	float: right;
	text-align: center;
}
.pagenation .pagePrev a, .pagenation .pageNext a{
	display: block;
	color: #666;
	font-size: 14px;
	text-align: center;
	border: 1px solid #999;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px 0;
}
.pagenation .pagePrev a:hover, .pagenation .pageNext a:hover{
	color: #666;
}
@media screen and (min-width: 768px) {
	.pagenation .pagePrev, .pagenation .pageNext{
		width: 100px;
	}
}
@media screen and (max-width: 767px) {
	.pagenation .pagePrev, .pagenation .pageNext{
		width: 100px;
	}
}

.notFound{
	font-size: 16px;
	margin-top: 20px;
}