<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.subcategory .product_item a span{
	
	display: block;
	display: table-cell;
    /* IE8向けのハックです */
	display /*\**/: inline-block\9;
    vertical-align: middle;
    margin: auto;
	
	text-align: center;
	border: 1px solid #ccc;
	padding: 9px;
	height: 67px;
	width: 150px;
}



.pager{
	
	text-align: center;
	margin-top: 10px;

}


.page{

	margin: 0px auto;

}

.page li{

	list-style: none;
	float: left;
	display: block;
	padding: 0px 10px;
	font-size: 12px;

}

.page li a{

text-decoration:underline !important;

}</pre></body></html>