h3.main_title {
	font-size: 167%;
	font-family: "Adobe Garamond", Georgia, "Times New Roman","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
	letter-spacing: 0.1em;
}

.txt-search {
	font-size: 92%;
	padding:5px 10px;
	background:#e7e7e7;
	border-bottom:1px solid #FFFFFF;
	}

.txt-hitNum {
	font-size: 92%;
	margin-bottom:30px;
	padding:5px 10px;
	background:#e7e7e7;
	}

.txt-search strong,
.txt-hitNum strong {
	font-weight:bold;
}

/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
 .productlist_num {
	text-align: center;
	margin-bottom: 20px;
	padding-top: 10px;
	background: url('https://img21.shop-pro.jp/PA01505/502/etc/line660.gif') no-repeat left top;
}
.productlist_num p {
	font-size: 85%;
	line-height: 1.4;
	padding-bottom: 10px;
	background: url('https://img21.shop-pro.jp/PA01505/502/etc/line660.gif') no-repeat left bottom;
}

.sort { margin-bottom: 30px; }
.sort li {
	font-size: 85%;
	display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5〜7*/
    /zoom: 1; /*for ie5〜7*/
    vertical-align: middle;
}
.sort li.sort-title {
	padding-right: 10px;
}

.pagenavi {
	margin-bottom:30px;
}
.pagenavi div {
	font-size: 92%;
	line-height: 1.6;
}
.pagenavi .prev_page {
	float: left;
	width: 50%;
}
.pagenavi .next_page {
	float: right;
	width: 50%;
}

.pagenavi a {
	color:#000000;
}