/* 
	===============================
	パンくずリスト 
	=============================== */

.topicpath	{
	width: auto;
	margin:10px 10px 0 10px;
	}

.topicpath p {
	text-align: left;
	font-size: 0.56em;
	color: #999999;
	margin: 0;
	}

.topicpath a {
	color: #999999;
	text-decoration: none;
	}

.topicpath a:hover {
	color: #ff0000;
	text-decoration: underline;
	}


/* 
	横幅767px以下に適用
	================================ */

@media only screen and (max-device-width: 767px) {
	
	.topicpath {
		display: none;
	}
	
}

