/* ==========================================================================
Pz-LinkCard デザイン編集
========================================================================== */
.linkcard {
	/* 枠線色設定 */
	border: 1px solid #ddd;
	/* 背景色設定 */
	background: #fafafa;
}
.linkcard {
	/* リンクカード上余白設定 */
	margin-top: 16px;
	/* リンクカード下余白設定 */
	margin-bottom: 16px;
}

.lkc-info {
	/* 見出し背景色設定 */
	background: #000;
}
.lkc-info:before {
	/* 見出し左側テキスト */
	content: 'Information';
}
.linkcard a {
	/* 見出し左側テキストカラー */
	color: #fff;
}
.lkc-excerpt {
	/* スマホサイトでも抜粋文を表示する場合は display: block; に変更 */
	display: none;
}

/* ==========================================================================
Pz-LinkCard レイアウト設定
※基本的に編集の必要はありません。
========================================================================== */
.linkcard {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	opacity: 1;
}
.linkcard:hover {
	opacity: 0.8;
}
.linkcard:hover img{
	opacity: 1;
}
.linkcard a {
	text-decoration: none;
}
.linkcard a:hover {
	text-decoration: none;
	color: #fff;
}
.linkcard img {
	margin: 0 !important;
	padding: 0;
	border: none;
}
.lkc-internal-wrap {
	margin: 0;
	padding: 0;
	border-radius: 0;
	/*RADIUS*/
	/*SHADOW*/
	/*HEIGHT*/
	max-width: 100%;
	/*IN-IMAGE*/
	/*WRAP*/
}
.lkc-internal-wrap::after {
	/*WRAP-AFTER*/
}
.lkc-internal-wrap::before {
	/*WRAP-BEFORE*/
}
.lkc-external-wrap {
	margin: 0;
	padding: 0;
	/*RADIUS*/
	/*SHADOW*/
	/*HEIGHT*/
	max-width: 100%;
	/*EX-IMAGE*/
	/*WRAP*/
}
.lkc-external-wrap::after {
	/*WRAP-AFTER*/
}
.lkc-external-wrap::before {
	/*WRAP-BEFORE*/
}
.lkc-this-wrap {
	margin: 0;
	padding: 0;
	/*RADIUS*/
	/*SHADOW*/
	/*HEIGHT*/
	max-width: 100%;
	/*TH-IMAGE*/
	/*WRAP*/
}
.lkc-this-wrap::after {
	/*WRAP-AFTER*/
}
.lkc-this-wrap::before {
	/*WRAP-BEFORE*/
}
.lkc-card {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.lkc-content {
	/*CONTENT-PADDING*/
	/*CONTENT-INSET*/
	/*CONTENT-BGCOLOR*/
	height: auto;
	line-height: 1;
	margin: 0;
	padding: 8px;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;
	box-sizing: border-box;
}
.lkc-title {
	color: #111111;
	/*OUTCOLOR-TITLE*/
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
}
.lkc-url {
	color: #999;
	/*OUTCOLOR-URL*/
	font-size: 11px;
	line-height: 10px;
	font-weight: normal;
	text-decoration: underline;
	display: block;
	padding: 6px 10px 10px 0;
}
.lkc-url cite{
	font-style: normal;
}
.lkc-excerpt {
	clear: right;
	color: #333333;
	/*OUTCOLOR-EXCERPT*/
	font-size: 12px;
	line-height: 1.5;
	padding: 10px 0 0 0;
	margin: 0;
}
.lkc-thumbnail {
	display: none;
	width: 100px;
	height: auto;
	max-height: 100px;
	padding: 2px 0 0 5px;
	margin: 0;
	float: right;
	overflow: hidden;
}
.lkc-thumbnail img{
display: none;
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
}
.lkc-info:before {
	position: absolute;
	left: 10px;
	top: 1px;
	font-size: 10px;
	line-height: 20px;
}
.lkc-info:after {
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	right: 10px;
	top: 4px;
	background-size: contain;
}
.lkc-info {
	position: relative;
	display: block;
	/*background: #FFF0F5;*/
	height: 21px;
	padding: 3px 6px 0 6px;
	clear: all;
	box-sizing: border-box;
}
.lkc-domain {
	display: none !important;
	color: #333;
	/*OUTCOLOR-INFO*/
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	height: 21px;
	text-decoration: none;
	display: block;
	text-align: right;
}
.lkc-favicon {
	height: 16px;
	width: 16px;
	margin: 0 4px;
	border: none;
	vertical-align: baseline;
	display: inline !important;
}
.lkc-name a {
	margin: 0;
	padding: 0;
	float: right;
	color: ;
	/*OUTCOLOR-PLUGIN*/
	font-size: ;
	line-height: ;
	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: 100%;
}
.lkc-iframe {
	padding: 0;
	margin: 0;
	width: 100%;
}

@media screen and (min-width: 641px)  {
.lkc-excerpt {
	display: none;
}
}