/* [Pz-LKC][0.0.1] CSS */
.linkcard {
	/*MARGIN-TOP*/
	/*MARGIN-BOTTOM*/
	/*MARGIN-LEFT*/
	/*MARGIN-RIGHT*/
}
.linkcard a {
	text-decoration:	none;
}
.linkcard img {
	/*RESET-IMG*/
}
.linkcard-internal-wrapper {
	/*LINKCARD-WRAP-MARGIN*/
	/*BORDER*/
	/*PADDING*/
	/*RADIUS*/
	/*SHADOW*/
	/*HEIGHT*/
	/*WIDTH*/
	/*IN-BGCOLOR*/
	/*IN-IMAGE*/
	line-height:			100%;
	/*WRAP*/
}
.linkcard-internal-wrapper::after {
	/*WRAP-AFTER*/
}
.linkcard-internal-wrapper::before {
	/*WRAP-BEFORE*/
}
.linkcard-external-wrapper {
	/*LINKCARD-WRAP-MARGIN*/
	/*BORDER*/
	/*PADDING*/
	/*RADIUS*/
	/*SHADOW*/
	/*HEIGHT*/
	/*WIDTH*/
	/*EX-BGCOLOR*/
	/*EX-IMAGE*/
	line-height:			100%;
	/*WRAP*/
}
.linkcard-external-wrapper::after {
	/*WRAP-AFTER*/
}
.linkcard-external-wrapper::before {
	/*WRAP-BEFORE*/
}
.linkcard-this-wrapper {
	/*LINKCARD-WRAP-MARGIN*/
	/*BORDER*/
	/*PADDING*/
	/*RADIUS*/
	/*SHADOW*/
	/*HEIGHT*/
	/*WIDTH*/
	/*TH-BGCOLOR*/
	/*TH-IMAGE*/
	line-height:			100%;
	/*WRAP*/
}
.linkcard-this-wrapper::after {
	/*WRAP-AFTER*/
}
.linkcard-this-wrapper::before {
	/*WRAP-BEFORE*/
}
.linkcard-link {
	text-decoration:		none;
}
.linkcard-content {
	/*CONTENT-PADDING*/
	/*CONTENT-INSET*/
	/*CONTENT-BGCOLOR*/
	/*CONTENT-HEIGHT*/
	margin:					8px 8px 0 8px;
	word-break:				break-all;
	white-space:			normal;
	overflow:				hidden;
}
.linkcard-title {
	/*COLOR-TITLE*/
	/*SIZE-TITLE*/
	font-weight:			bold;
	line-height:			20px;
	overflow:				hidden;
	word-break:				break-all;
}
.linkcard-title:hover {
	text-decoration:		underline;
}
.linkcard-url {
	/*COLOR-URL*/
	/*SIZE-URL*/
	font-weight:			normal;
	text-decoration:		underline;
	line-height:			12px;
	white-space:			nowrap;
	overflow:				hidden;
	text-overflow:			ellipsis;
	/*DISPLAY-URL*/
}
.linkcard-excerpt {
	/*COLOR-EXCERPT*/
	/*SIZE-EXCERPT*/
	padding:				8px 0 0;
	line-height:			15px;
	overflow:				hidden;
}
.linkcard-thumbnail {
	max-width:				100px;
	max-height:				100px;
/*	padding:				0 6px;	*/
	margin:					0 6px;
	/*THUMBNAIL_POSITION*/
}
.linkcard-thumbnail-image {
	max-width:				100px;
	max-height:				100px;
	border:					1px solid #222;
	/*THUMBNAIL-RADIUS*/
	/*THUMBNAIL-SHADOW*/
}
.linkcard-info {
	margin:					8px;
	/*COLOR-INFO*/
	/*SIZE-INFO*/
	overflow:				hidden;
	display:				inline /*IMPORTANT*/;
}
.linkcard-domain {
	/*COLOR-INFO*/
	/*SIZE-INFO*/
	text-decoration:		none;
	display:				inline /*IMPORTANT*/;
}
.linkcard-domain:hover {
	/*COLOR-INFO*/
	/*SIZE-INFO*/
	text-decoration:		underline;
	display:				inline /*IMPORTANT*/;
}
.linkcard-favicon {
	height:					16px;
	width:					16px;
	margin:					0 4px;
	border:					none;
	vertical-align:			top;
	display:				inline /*IMPORTANT*/;
}
.linkcard-hatena {
	margin:					0 0 0 5px;
	padding:				0;
	border:					none;
	vertical-align:			top;
	display:				inline /*IMPORTANT*/;
}
.linkcard-name a {
	margin:					0;
	padding:				0;
	float:					right;
	/*COLOR-PLUGIN*/
	/*SIZE-PLUGIN*/
	opacity:				0.5;
	text-decoration:		none;
	/*CREDIT*/
}
.linkcard-sns-hatena {
	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;
}
.linkcard-sns-facebook {
	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;
}
.linkcard-sns-twitter {
	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;
}
.linkcard-sns-google-plus {
	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;
}
.linkcard-sns-pocket {
	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.linkcard-quote {
	background-color:		transparent;
	background-image:		none;
	padding:				0;
	margin:					0;
	border:					none;
}

.hatena-webcard-wrapper {
	/*HATENA-WRAP-MARGIN*/
	/*HEIGHT*/
	/*WIDTH*/
	/*WRAP*/
}
.hatena-webcard-wrapper::after {
	/*WRAP-AFTER*/
}
.hatena-webcard-wrapper::before {
	/*WRAP-BEFORE*/
}
.hatena-webcard-iframe {
	/*STATIC*/
	/*BORDER*/
	/*RADIUS*/
	/*SHADOW*/
	padding:				0;
	margin:					0;
	width:					100%;
	height:					149px;
}