@charset "UTF-8";

@media screen and (min-width: 769px) {
	.topAD{
	  display: none;
	}
}

@media screen and (max-width: 415px) {
	.topAD{
		/*display: block;*/
		height: auto;
		padding: 0;
		margin: 0;
		z-index: 999999;
		position:absolute;
		width: 100%;
		top: 0;
		left: 0;
		/*-webkit-animation-duration: 1s;*/
	}
	.ad_frame{
		width: 100%;
		text-align: center;
		background-color: #f3f3f3;
	}
	.ad_frame img{
		height: auto;
		width: auto;
		max-height: 250px;
	}
	.btn_close{
	  background-color:  #f3f3f3;
	  font-weight: bold;
	  width: 30px;
	  height: 30px;
	  font-family: arial;
	  text-align: center;
	  padding: 4px ;
	  margin: 0;
	  position: absolute!important;
	  right: 0!important;
	  top: auto;
	  line-height: 20px;
	  bottom: 0;
	 }
	.btn_close a{
		text-decoration: none;
		color: #333;
	}
	.ad_frame iframe{
		width: 100%;
	}
}
