* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0; 
	padding:0; 
}

html, body { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #333333;
	overflow:hidden;
}

.wrapper { 
	width:100%; 
	height:166px; 
	overflow:hidden;
	display: inline-block;
}
.notice { 
	font-size:11px; 
	display: block;
	margin-bottom: 5px;
	color: #aaaaaa;
}

.ad_block {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;

	border:1px solid #ccc;
	background: #eee;
	width:100%;
	padding: 7px;

	text-decoration: none;
}

.ad_block_image { 
	width:24%;
	height: 78px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.ad_block_content {
	width:73%;
}

.ad_block_title {
	font-size: 14px;
	display: block;
	margin-bottom: 4px;
	color: #990000;
}

.ad_block_text {
	font-size: 11px;
	display: block;
	margin-bottom: 4px;
	color: #444;
	line-height: 1.2;
}

.ad_block_source {
	font-size: 11px;
	display: block;
	color: #990000;
}