.kensakukekka h1{
font-weight:bold;
font-size:1.3em;
color:#fff;
background-color:#000;
padding:5px 0 5px 20px;
margin-bottom:15px;
}

.list-product{
			width:90%;
			margin:0 auto;
		}

		.list-name{
			font-size: 13px ;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			width: 150px;
		}

		.newproduct .list-name a{
			color:#444;
			font-size: 13px ;
		}

		.list-waribiki{
			font-size: 11px;
			color: #fff;
			background: #e73647;
			width: 60px;
			text-align: center;
			padding: 1px 0;
			float: left;
			margin: 3px 0 0;
			letter-spacing:1px;
		}
		.list-waribiki{
			/*color: #e73647;
            background: #fff;*/
		}
		.list-price{
			font-size:16px;
			color:#444;
			float:right;
			margin-right: 0;
		}
		.list-price-sale{
			color:#e73647;
		}
		.list-price__tax{
			font-size:10px;
			color:#666;
			margin-left:3px;
		}

		.list-price-sale .list-price__tax{
			color:#e73647;
		}

		.list-soldout{
			color: #555;
			font-weight:bold;
			text-align:right;
			font-size:14px;
		}

		.list-exp{
			clear: both;
			padding: 2px 0 0;
			font-size: 13px;
			color: #555;
		}

/*--------------------------------------------------
	pager
--------------------------------------------------*/


ul.page {
	text-align: left;
	margin: 10px auto;
	clear: both;
}
ul.page li {
	list-style-type:none;
	list-style-image:none;
	margin: 0px;
	padding: 0px;
	font: 10px Verdana, Geneva, sans-serif;
	display: inline;
font-weight: bold;
}
ul.page li a, 
ul.page li span {
	display: inline-block;
	padding: 8px 10px;
	text-decoration: none;
	margin: 0px 0px 10px;
}
ul.page li a {
	border: 1px solid #6495ed;
	color: #6495ed;
}
ul.page li a:hover {
	border: 1px solid #6495ed;
	background: #FCFCFC;
	color: #6495ed;
        text-decoration:underline;
}
ul.page li span{
	border: 1px solid #cccccc;
	background: #FFFFFF;
	font-weight: bold;
	color: #cccccc;
}

.newproduct-inner{
width:165px;
height:165px;
display:table-cell;
vertical-align:middle;
text-align:center;
background-color:#ffffff;
}

.newproduct-inner img{
width:100%;
height:auto;
}

.newproduct{
transition:0.3s ease all;
}

.newproduct:hover{
box-shadow:0 0 3px #999;
}

p.category-item-name{
font-size: 12px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 170px;
}

p.category-item-exp{
font-size: 12px;
text-align:right;
color:#555555;
margin:0 5px 0 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}