@charset "utf-8";
/* CSS Document */
	.entryBody hr {
		color: #FFF;
		margin-bottom: 30px;
		border-style: none;
		border-color: #FFF;
		clear: both;
		float: none;
	}
		.entryBody h3 {
			font-size: 18px;
			font-weight: 600;
			margin: 0 0 20px 0 ;
		}
		.entryBody p {
			font-size: 14px;
		}
.entryContent::after {
	clear: both;
	float: none;
	display: block;
	content: "";
}



/*-ブランドページ----*/
	ul.recProduct li figure {
		width: 190px;
	}





.pagelink {
	text-align: center;
	padding: 20px 0 20px 0;
}
	.pagelink a {
		color: #222;
		text-decoration: underline;
	}
#news .entrylist a {
		color: #222;
		text-decoration: none;
}
	#news .entrylist a:hover {
		text-decoration: underline;
	}

