/* Overide .lyt-news_link--item
============================== */
.lyt-news_link--item a:hover {
	opacity: 0.7;
}
.lyt-news_link--item a[target="_blank"]:after {
	content: "";
	display: inline-block;
	vertical-align: -2px;
	margin: 0 0 0 5px;
	width: 16px;
	height: 14px;
	background: url(/assets/images/ico_external.png) no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
}

/* Overide Share
============================== */
.post-info .post-info_share li {
	vertical-align: top;
	line-height: 1;
}

/* EntryButton
============================== */
.trends-open {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	overflow: hidden;
	width: 49%;
	margin: 0 auto;
	padding: 0 20px;
}

.trends-open .btn-link01 {
	cursor: pointer;
}

.trends-open .btn-link01[target="_blank"]:after {
	content: "";
	display: inline-block;
	vertical-align: -2px;
	margin: 0 0 0 5px;
	width: 16px;
	height: 14px;
	background: url(/assets/images/ico_external_w.png) no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
}


/* Trends Detail
============================== */
#trends-detail {
	display: none;
    margin-top:0;
    padding-top:11px;
}

/* ==============================
   Smartphone
============================== */
@media screen and (max-width: 767px) {


/* EntryButton
============================== */
.trends-open {
	width: 100%;
	padding: 0;
}

}/* end @media screen and (max-width: 767px) */