/* [Pz-LkC][1.7.3] CSS */
.linkcard {
	margin-top: 4px;
	margin-bottom: 16px;
	margin-left: 4px;
	margin-right: 8px;
	float: left;
}
.linkcard a {
	text-decoration: none;
}
.linkcard img {
	margin: 0 !important;
	padding: 0;
	border: none;
}
.lkc-internal-wrap {
	margin: 0;
	border: 1px solid #ddd;
	padding: 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 0px 6px rgba(0, 0, 0, 0.1) inset;
	/*HEIGHT*/
	max-width: 190px;
	background-color: #ffffff;
	/*IN-IMAGE*/
	line-height: 100%;
	position: relative;
}
.lkc-internal-wrap::after {
/*WRAP-AFTER*/
}
.lkc-internal-wrap::before {
	content: "";
	display: block;
	position: absolute;
	left: 40%;
	top: -16px;
	width: 95px;
	height: 25px;
	z-index: 2;
	background-color: rgba(243,245,228,0.5);
	border: 2px solid rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 4px rgba(200,200,180,0.8);
	-moz-box-shadow: 1px 1px 4px rgba(200,200,180,0.8);
	box-shadow: 1px 1px 4px rgba(200,200,180,0.8);
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
}
.lkc-external-wrap {
	margin: 0;
	border: 1px solid #ddd;
	padding: 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.1) inset;
	/*HEIGHT*/
	max-width: 190px;
	background-color: #ffffff;
	/*EX-IMAGE*/
	line-height: 100%;
	position: relative;
}
.lkc-external-wrap::after {
/*WRAP-AFTER*/
}
.lkc-external-wrap::before {
	content: "";
	display: block;
	position: absolute;
	left: 40%;
	top: -16px;
	width: 95px;
	height: 25px;
	z-index: 2;
	background-color: rgba(243,245,228,0.5);
	border: 2px solid rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 4px rgba(200,200,180,0.8);
	-moz-box-shadow: 1px 1px 4px rgba(200,200,180,0.8);
	box-shadow: 1px 1px 4px rgba(200,200,180,0.8);
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
}
.lkc-this-wrap {
	margin: 0;
	border: 1px solid #ddd;
	padding: 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.1) inset;
	/*HEIGHT*/
	max-width: 188px;
	background-color: #eeeeee;
	/*TH-IMAGE*/
	line-height: 100%;
	position: relative;
}
.lkc-this-wrap::after {
/*WRAP-AFTER*/
}
.lkc-this-wrap::before {
	content: "";
	display: block;
	position: absolute;
	left: 40%;
	top: -16px;
	width: 95px;
	height: 25px;
	z-index: 2;
	background-color: rgba(243,245,228,0.5);
	border: 2px solid rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 4px rgba(200,200,180,0.8);
	-moz-box-shadow: 1px 1px 4px rgba(200,200,180,0.8);
	box-shadow: 1px 1px 4px rgba(200,200,180,0.8);
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
}
.lkc-card {
	margin-top: 16px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}
.lkc-content {
	/*CONTENT-PADDING*/
	/*CONTENT-INSET*/
	/*CONTENT-BGCOLOR*/
	height: 320px;
	margin-top: 6px;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;/*SEPARATOR*/
}
.lkc-title {
	color: #4c4c4c;
	/*OUTCOLOR-TITLE*/
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	overflow: hidden;
	word-break: break-all;
}
.lkc-title:hover {
	text-decoration: underline;
}
.lkc-url {
	color: #c15e34;
	/*OUTCOLOR-URL*/
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	line-height: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.lkc-excerpt {
	color: #666666;
	/*OUTCOLOR-EXCERPT*/
	font-size: 12px;
	padding: 0;
	margin: 6px 0 0 0;
	line-height: 15px;
	overflow: hidden;
}
.lkc-thumbnail {
	max-width: 188px !important;
	max-height: 100% !important;
	padding: 0;
	margin-top: 0;
	margin-right: 6px;
	margin-left: 11px;
	margin-bottom: 10px;
}
.lkc-thumbnail-img {
	max-width: 188px !important;
	max-height: 100% !important;
	border: 1px solid #222;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;/*THUMBNAIL-SHADOW*/
	margin-bottom: 10px;

}
.lkc-info {
	padding: 0;
	color: #595959;
	/*OUTCOLOR-INFO*/
	font-size: 12px;
	overflow: hidden;
	display: inline !important;
}
.lkc-domain {
	color: #595959;
	/*OUTCOLOR-INFO*/
	font-size: 12px;
	text-decoration: none;
	display: inline !important;
}
.lkc-domain:hover {
	color: #595959;
	/*OUTCOLOR-INFO*/
	font-size: 12px;
	text-decoration: underline;
	display: inline !important;
}
.lkc-favicon {
	height: 16px;
	width: 16px;
	margin: 0 4px;
	border: none;
	vertical-align: top;
	display: inline !important;
}
.lkc-name a {
	margin: 0;
	padding: 0;
	float: right;
	color: #888888;
	/*OUTCOLOR-PLUGIN*/
	font-size: 4px;
	opacity: 0.5;
	text-decoration: none;
	display: none;
}
.lkc-share {
	text-shadow: none;
}
.lkc-sns-tw {
	margin: 0;
	padding: 0 1px;
	color: #5ea9dd !important;
	background-color: #f5f8fa !important;
	font-size: 9px;
	text-decoration: underline !important;
	font-weight: bold !important;
	white-space: nowrap;
}
.lkc-sns-fb {
	margin: 0;
	padding: 0 1px;
	color: #ffffff !important;
	background-color: #3864a3 !important;
	font-size: 9px;
	text-decoration: underline !important;
	font-weight: bold !important;
	white-space: nowrap;
}
.lkc-sns-hb {
	margin: 0;
	padding: 0 1px;
	color: #ff6464 !important;
	background-color: #ffefef !important;
	font-size: 9px;
	text-decoration: underline !important;
	font-weight: bold !important;
	white-space: nowrap;
}
.lkc-sns-gp {
	margin: 0;
	padding: 0 1px;
	color: #dd4e42 !important;
	background-color: #ffffff !important;
	font-size: 9px;
	text-decoration: underline !important;
	font-weight: bold !important;
	white-space: nowrap;
}
.lkc-sns-po {
	margin: 0;
	padding: 0 1px;
	color: #eeeeee !important;
	background-color: #ee4055 !important;
	font-size: 9px;
	text-decoration: underline !important;
	font-weight: bold !important;
	white-space: nowrap;
}
.clear {
	clear: both;
}
blockquote.lkc-quote {
	background-color: transparent;
	background-image: none;
	padding: 0;
	margin: 0;
	border: none;
}
.lkc-iframe-wrap {
	margin: 0;
	max-width: 180px;
}
.lkc-iframe {
	padding: 0;
	margin: 0;
	width: 100%;
}

/*OPTION*/

@media screen and (max-width: 1024px) {
.lkc-title {
	font-size: 90%;
	line-height: 90%;
}
.lkc-excerpt {
	font-size: 80%;
}
.lkc-thumbnail {
	max-width: 70px;
	max-height: 70px;
}
.lkc-thumbnail-img {
	max-width: 70px;
	max-height: 70px;
}
}

@media screen and (max-width: 640px) {
.lkc-title {
	font-size: 80%;
	line-height: 80%;
}
.lkc-excerpt {
	font-size: 65%;
}
.lkc-thumbnail {
	max-width: 60px;
	max-height: 60px;
}
.lkc-thumbnail-img {
	max-width: 60px;
	max-height: 60px;
}
}
@media screen and (max-width: 480px) {
.lkc-title {
	font-size: 100% !important;
	line-height: 120% !important;
}
.lkc-excerpt {
	font-size: 100% !important;
	line-height: 120% !important;
}
.lkc-thumbnail {
	max-width: 100% !important;
	max-height: 100% !important;
	float: left !important;
}
.lkc-thumbnail-img {
	max-width: 100% !important;
	max-height: 100% !important;
}
.lkc-internal-wrap {
	max-width: 100% !important;
}
.lkc-content {
	height: 150px !important;
}
