@charset "UTF-8";
#ad {
	clear:both;
	width:100%;
	height:100%;
	text-align:center;
	background:#000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 5px;
}
.adPart {
	display: -webkit-box;
	-webkit-box-pack: center;
	/*height:218px;*/
	max-width: 320px;	
	max-height: 240px;

	margin: auto;
}
.adPart img{
	width:100%;
	height:auto;
	max-width: 320px;	
	max-height: 240px;

}
