@charset "UTF-8";

/*202608修正*/

/*フロート*/
.tnk_pz{
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	align-items: flex-start;
}


/*タイトル非表示*/
.lkc-title{
	display:none;
}


/*リンクカード*/
.linkcard{
	width:calc(100% / 3) !important;
	height:auto !important;
}

/*サムネ画像*/
.lkc-thumbnail{
	margin:3%;
}

.lkc-thumbnail-img{
	width:100％ !important;
	height:auto !important;
	border:solid 1px #eee !important;
}



@media screen and (max-width: 480px){
	/*リンクカード*/
	.linkcard{
		width:calc(100% / 2) !important;
		height:auto !important;
	}

	.lkc-content{
			margin:3%;
	}


	/*サムネ画像*/
	.lkc-thumbnail {
		width: 100% !important;
		height:auto !important;
		margin:0;
    }

	img.lkc-thumbnail-img{
		width: 100% !important;
		height:auto !important;
		border:solid 1px #eee !important;
	}

}
