


/*-------------関連記事---------------*/

.related.article{
	margin: 10px 0 10px;
	padding: 0 5px;
}
.related.article.front,
.related.latest_entries.front{
	display: none;
}
.related.front .item-5{
	display: none;
}
.related.detail .ignore{
	display: none;
}

.related.article .title{
	margin:0;
	color:#000;
	background-image: none;
	line-height:18px;
	font-size:16px;
	padding:5px 0px 5px;
	text-indent: -0.5em;
	font-weight:normal;
	text-shadow:none;
	-webkit-box-sizing:border-box;height:28px;
	overflow:hidden;
	white-space:nowrap;
	width:100%;
	z-index:100;
	
}
.related.article ul {
	padding: 0 0 8px 0;
	margin: 0;
}
.related.article ul li:first-child{
	display: none;
}
.related.article li{
	position: relative;
	padding: 0;
	border: none;
	max-width: 300px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.related.article li a ,
.related.latest_entries a {
	text-decoration: underline;
	display: inline-block;
	padding: 0;
	font-weight: normal;
	font-size: 15px;
	color: #00F;
	background-image: none;

	max-width: 300px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	background: url(../images/common/relate_arrow.png) 2px 4px no-repeat;
	background-size: 8px;
	padding-left: 15px;
}
.related.article.detail li.item-1{
	display: none;
}
.related.article.detail li.item-2{
	display: block;
}
/*.related.detail li.item-1,
.related.detail li.item-2{
	display: none;
}

*/


.entryDetailBodyCopy a.related-link{
	color: #00F;
}

.related.article li span.relate-keyword{
text-decoration: none;
	margin-right: 5px;
	font-size: 15px !important; 
}


/*-------------最新エントリー---------------*/

.related.latest_entries{
	margin: 0 0 20px;
	padding: 0 10px;
}
.related.latest_entries .title{
	margin:0;
	color:#000;
	background-image: none;
	line-height:18px;
	font-size:16px;
	padding:5px 0px 5px;
	text-indent: -0.5em;
	font-weight:normal;
	text-shadow:none;
	-webkit-box-sizing:border-box;height:28px;
	overflow:hidden;
	white-space:nowrap;
	width:100%;
	z-index:100;
}

.related.latest_entries .iArrow li {
	border: none;
	padding: 0 0 10px 0;
}
.related.latest_entries .iArrow li .time{
	display: none;
}
.related.latest_entries .iArrow li.ignore{
	display: none;
}
.related.latest_entries .latest_entries_links{
	text-align: right;
	margin: 5px 0 0 ;
}

.related.latest_entries .latest_entries_links a{
	display: inline;
	padding-left: 15px;
	background: url(../images/common/relate_arrow.png) 2px 4px no-repeat;
	background-size: 8px;
}

