@import url('https://fonts.googleapis.com/css?family=Noto+Serif&display=swap');
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: 'Noto Serif', serif;
	width: 100%;
}
.border {
	position: relative;
}
.logo {
}
table {
	width: 100%;
}
.ad {
	color: #000000;
	font-size: 13px;
	height: 200px;
	width: 140px;
	text-decoration: none;
	overflow-y: hidden;
}
.ad .ad_logo {
	background-color: #cbcbcb;
	display: block;
	position: relative;
	padding: 3px 6px;
	height: 16px;
}
.ad .ad_logo img {
	height: 16px;
	width: auto;
	float: right;
}
.ad .head {
	color: #626262;
	display: block;
	font-size: 13px;
	line-height: 15px;
	padding: 12px 0px;
	background: #fff;
	height: 50px;
	overflow-y: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}
.ad span {
	display: none;
}
.ad a {
	color: #000000;
	text-decoration: none;
}
.ad img {
	border: 0px;
	width: 140px;
	height: 100px;
	-webkit-filter: grayscale(100%);
        filter: grayscale(100%);
}
