@charset "UTF-8";
 .linkcard {
margin-top: 16px !important;
margin-bottom: 16px !important;
margin-left: 16px !important;
margin-right: 16px !important;
}
.linkcard a {
text-decoration: none;
}
.linkcard img {
margin: 0 !important; padding: 0; border: none;
}
.linkcard span.external-icon {
display: none;
}
.linkcard p {
display: none;
}
.linkcard:hover .lkc-thumbnail img {
}
.lkc-link {
}
.lkc-unlink {
cursor:	not-allowed;
}
.lkc-external-wrap {
border: #888888 solid 1px;
box-shadow: 8px 8px 8px rgba(0,0,0,0.3);
border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
background-color: #f8f8f8;
}
.lkc-internal-wrap {
border: #2277bb solid 1px;
box-shadow: 8px 8px 8px rgba(0,0,0,0.3);
border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
background-color: #ddeeff;
}
.lkc-this-wrap {
border: #2277bb solid 1px;
box-shadow: 8px 8px 8px rgba(0,0,0,0.3);
border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
background-color: #bbccdd;
}
.lkc-external-wrap , .lkc-internal-wrap , .lkc-this-wrap {
position:	relative;
margin: 0;
padding: 0;
max-width: 500px;
}
.lkc-external-wrap::before , .lkc-internal-wrap::before , .lkc-this-wrap::before {
}
.lkc-external-wrap::after , .lkc-internal-wrap::after , .lkc-this-wrap::after {
}
.lkc-external-wrap:hover , .lkc-internal-wrap:hover , .lkc-this-wrap:hover {
opacity: 0.8;
}
.lkc-external-wrap:hover::before , .lkc-internal-wrap:hover::before , .lkc-this-wrap:hover::before {
}
.lkc-external-wrap:hover::after , .lkc-internal-wrap:hover::after , .lkc-this-wrap:hover::after {
}
.lkc-card {
margin-top: 8px;
margin-bottom: 8px;
margin-left: 8px;
margin-right: 8px;
}
.lkc-content {
word-break: break-all;
white-space: normal;
overflow: hidden;
height: 108px;
margin: 8px 0 0 0;
}
.lkc-title {
display: block;
overflow: hidden;
word-break: break-all;
color: #111111;
font-size: 16px;
line-height: 22px;
white-space: wrap; text-overflow: ellipsis; display: -webkit-box !important; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
font-weight: bold;
font-style: normal;
text-decoration: none;
}
.lkc-title:hover {
text-decoration: underline;
}
.lkc-excerpt {
padding: 0;
overflow: hidden;
color: #444444;
font-size: 11px;
line-height: 16px;
white-space: wrap; text-overflow: ellipsis; display: -webkit-box !important; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
.lkc-excerpt:hover {
text-decoration: none;
}
.lkc-url {
display: block !important;
margin: 0;
padding: 0;
border-radius: 4px;
text-decoration: none;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #4466ff;
font-size: 10px;
line-height: 16px;
font-weight: normal;
font-style: normal;
text-decoration: underline;
}
.lkc-url:hover {
text-decoration: underline;
}
.lkc-url:link {
text-decoration: none;
}
.lkc-date {
display: block !important;
margin: 0;
padding: 0 4px;
border-radius: 4px;
text-decoration: none;
overflow: hidden;
color: #444444;
font-size: 10px;
line-height: 16px;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
.lkc-date:hover {
text-decoration: none;
}
.lkc-external-wrap .lkc-heading {
position: absolute; top: -17px; left: 20px; padding: 0 17px; 
border: #888888 solid 1px;
border-radius: 4px;
box-shadow: 8px 8px 8px rgba(0,0,0,0.3);
background-color: #f8f8f8;
}
.lkc-internal-wrap .lkc-heading {
position: absolute; top: -17px; left: 20px; padding: 0 17px; 
border: #2277bb solid 1px;
border-radius: 4px;
box-shadow: 8px 8px 8px rgba(0,0,0,0.3);
background-color: #ddeeff;
}
.lkc-this-wrap .lkc-heading {
position: absolute; top: -17px; left: 20px; padding: 0 17px; 
border: #2277bb solid 1px;
border-radius: 4px;
box-shadow: 8px 8px 8px rgba(0,0,0,0.3);
background-color: #bbccdd;
}
.lkc-heading {
display: inline !important;
color: #444444;
font-size: 12px;
line-height: 32px;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
.lkc-heading:hover {
text-decoration: none;
}
.lkc-external-wrap .lkc-more {
display: none;
}
.lkc-internal-wrap .lkc-more {
display: none;
}
.lkc-this-wrap .lkc-more {
display: none;
}
.lkc-more {
display: inline;
position: absolute;
padding: 0 24px;
color: #444444;
font-size: 12px;
line-height: 24px;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
.lkc-more:hover {
text-decoration: none;
}
.lkc-more:active {
}
.lkc-info {
display: flex !important;
margin: 0;
padding: 0;
align-items: center;
color: #222222;
font-size: 12px;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
.lkc-external-wrap > .lkc-added {
}
.lkc-internal-wrap > .lkc-added {
}
.lkc-this-wrap > .lkc-added {
}
.lkc-added {
display: inline !important;
border-radius: 4px;
color: #ffffff;
padding: 4px; background-color: #365cd9;
font-size: 9px;
line-height: 10px;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
.lkc-added:hover {
text-decoration: none;
}
.lkc-info:hover {
text-decoration: none;
}
.lkc-info * {
margin: 0 4px 0 0;
white-space: nowrap;
overflow: hidden;
}
.lkc-favicon {
display: inline-flex !important;
vertical-align: middle !important;
border: none;
height: 16px;
width: 16px;
}
img.lkc-favicon {
margin: -4px 0 0 0 !important;
object-fit: cover;
height: 100%;
width: 100%;
}
.lkc-domain {
display: inline-flex !important;
vertical-align: middle !important;
text-decoration: none;
color: #222222;
font-size: 12px;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
.lkc-share {
text-shadow: none;
white-space: nowrap;
overflow: hidden;
}
.lkc-share * {
display: inline;
margin: 0 !important;
padding: 0 1px !important;
font-size: 9px;
text-decoration: underline !important;
font-weight: bold !important;
white-space: nowrap;
}
.lkc-sns-x {
color: #ffffff !important;
background-color: #333 !important;
}
.lkc-sns-tw {
color: #5ea9dd !important;
background-color: #e0f8fa !important;
}
.lkc-sns-fb {
color: #ffffff !important;
background-color: #3864a3 !important;
}
.lkc-sns-hb {
color: #ff6464 !important;
background-color: #ffefef !important;
}
.lkc-sns-gp {
color: #dd4e42 !important;
background-color: #ffffff !important;
}
.lkc-sns-po {
color: #eeeeee !important;
background-color: #ee4055 !important;
}
.lkc-url-info {
font-weight: normal;
text-decoration: underline;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #4466ff;
font-size: 10px;
line-height: 16px;
font-weight: normal;
font-style: normal;
text-decoration: underline;
}
.lkc-url-info:hover {
text-decoration: underline;
}
.lkc-thumbnail {
display: flex;
float: left;
width: 102px;
margin: 0 8px 0 0;
}
.lkc-thumbnail-img {
object-fit: cover;
width: 100px !important;
height: 100px !important;
border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
}
.lkc-error {
display: block;
padding-top: 50px;
margin-top: -50px;
}
.clear {
clear: both;
}
blockquote.lkc-quote {
background-color: transparent;
background-image: none;
padding: 0;
margin: 0;
border: none;
}
blockquote.lkc-quote::before {
content: '';
}
blockquote.lkc-quote::after {
content: '';
}
.lkc-iframe-wrap {
max-width: 500px;
}
.lkc-iframe {
padding: 0;
margin: 0;
width: 100%;
}
@media screen and ( max-width: 600px )  { .lkc-title { font-size: 14px; line-height: 19px; } .lkc-excerpt { font-size: 10px; } .lkc-thumbnail { width: 90px !important; } img.lkc-thumbnail-img { height: 90px !important; width: 90px !important; } }@media screen and ( max-width: 480px )  { .lkc-title { font-size: 12px; line-height: 17px; } .lkc-excerpt { font-size: 8px; } .lkc-thumbnail { width: 70px !important; } img.lkc-thumbnail-img { height: 70px !important; width: 70px !important; } }@media screen and ( max-width: 320px )  { .lkc-title { font-size: 11px; line-height: 15px; } .lkc-excerpt { font-size: 6px; } .lkc-thumbnail { width: 50px !important; } img.lkc-thumbnail-img { height: 50px !important; width: 50px !important; } }