/*------------------------------------------------------------
	カテゴリー説明・グループ説明
------------------------------------------------------------*/

#category-disc {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 17px;
}

@media only screen and (max-width: 812px) {
	
	#category-disc .one-half:first-child {
		margin-bottom: 20px;
	}
	
}

h3 {
	font: 300 1.8rem/2 'Roboto';
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 15px;
	color: #90080D;
}

h3 span {
	display: block;
	font-size: 1rem;
	font-weight: 500;
	color: #000;
}

@media only screen and (min-width: 813px) {
	
	#category-disc {
		padding-bottom: 50px;
		margin-bottom: 20px;
	}
	
	h3 {
		margin-bottom: 10px;
		text-align: left;
	}

	h3 span {
		font-size: 1.1rem;
	}
	
}

/*------------------------------------------------------------
	ベースライン
------------------------------------------------------------*/

/*商品件数*/
div.itemAmount {
	width: 100%;
	margin-bottom: 12px;
	position: relative;
}

div.itemAmount p {
	font-size: 1rem;
	margin-bottom: 7px;
}

div.itemAmount p span {
	font-size: 1.4rem;
	font-family: 'Roboto';
	font-weight: 500;
	color: #000;
}

div.itemAmount div.alignRight {
	font-size: 1rem;
	position: absolute;
	top: 5px;
	right: 0;
}

@media only screen and (min-width: 831px) {

	div.itemAmount {
		margin-bottom: 20px;
	}
	
	div.itemAmount div.alignRight {
		position: absolute;
		top: 7px;
		right: 0;
	}
	
	div.itemAmount p {
		font-size: 1.4rem;
		padding-top: 10px;
	}
	
	div.itemAmount p span {
		font-size: 2rem;
	}
	
	
	div.itemAmount div.alignRight {
		font-size: 1.4rem;
	}

}

/*商品一覧*/
#item-list {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 20px 0 0;
	margin-bottom: 20px;
}

#item-list div.one-fourth {
	margin-bottom: 20px;
}

#item-list div.one-fourth figure {
	margin-bottom: 10px;
}

	
#item-list div.one-fourth dl {
	text-align: center;
}

#item-list div.one-fourth dl dt a {
	display: block;
	font-size: 1rem;
	line-height: 1.7;
	color: #000;
	margin-bottom: 3px;
}

/*カラーミーのNEWアイコンなど*/
#item-list div.one-fourth dl dt a img {
	vertical-align: middle
}
	

#item-list div.one-fourth dl dd {
	font-size: 1rem;
	color: #666;

}

@media only screen and (min-width: 831px) {
	
	#item-list {
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		padding: 30px 0 20px;
		margin-bottom: 40px;
	}
	
	#item-list div.one-fourth,
	#item-list div.one-fourth:nth-child(4n) {
		width: 30%;
		margin-right: 5%;
		margin-bottom: 30px;
	}
	
	#item-list div.one-fourth:nth-child(3n) {
		margin-right: 0;
	}
		
	#item-list div.one-fourth figure {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-bottom: 15px;
	}
	
	#item-list div.one-fourth figure img {
		transition:0.2s ease-in-out;
	}
	
	#item-list div.one-fourth figure img:hover {
		transform:scale(1.1,1.1);
		opacity:0.8;
		cursor: pointer;
	}

	
	#item-list div.one-fourth dl dt a {
		font-size: 1.5rem;
		line-height: 1.8;
		margin-bottom: 5px;
	}
	
	#item-list div.one-fourth dl dd {
		font-size: 1.2rem;
	}
	
}



/*ページャー*/
ul.listPager {
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

ul.listPager li {
	display: inline-block;
    vertical-align: top;
	width: 34px;
	height: 34px;
	font-weight: 500;
	line-height: 32px;
	margin: 0 5px;
}

ul.listPager li a {
	display: block;
	font: 400 1.3rem/32px 'Roboto';
	color: #000;
	text-decoration: none;
	border: 1px solid #ddd;
}

ul.listPager li a:hover {
	background: #68090B;
	color: #fff;
	border: 1px solid #fff;
}

ul.listPager li.unavailable {
	display: none;
	background: #f9f9f9;
	border: 1px solid #ddd;
}

ul.listPager li.selected {
	border: 1px solid transparent;
}


@media only screen and (min-width: 831px) {
	
	ul.listPager {
		padding-bottom: 40px;
	}
	
	ul.listPager li {
		width: 40px;
		height: 40px;
		line-height: 38px;
	}
	
	ul.listPager li a {
		display: block;
		font-size: 1.5rem;
		line-height: 38px;
	}

}
