@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
.ppc_banner {
	border: 1px solid #ccc;
	box-sizing: border-box;
	overflow: hidden;
}
img {
	display: block;
	width: 100%;
}
div[data-size="300x250"] {
	width: 300px;
	height: 250px;
}
div[data-size="300x100"] {
	width: 300px;
	height: 100px;
}
div[data-size="728x90"] {
	width: 728px;
	height: 90px;
}

