﻿/* 記事下ナビゲーション */
div.wp-pagenavi {
	clear: both;
	margin: 10px 0 5px 0;
	text-align: center;
}


/* パンくずリスト */
div#breadcrumb {
	clear: both;
	margin: 0 0 10px 0;
	padding: 5px 3px 3px 3px;
	border-bottom: 1px solid #999;
}

div#breadcrumb p {
	font-size: 0.75em;
	margin: 0;
	padding: 0;
}

div#breadcrumb p a {
	color:#232323;
	text-decoration: none;
}

div#breadcrumb p a:hover {
	text-decoration: underline;
}