@charset "utf-8";

body{
	text-align:center;
}
#zoomimg{
	margin-bottom:10px;
	margin-top:10px;
}

@media screen and (max-width:568px){
	#zoomimg img{
		width:100%;
	}
	#btn_close img{
		width:20%;
	}
}
@media screen and (min-width:569px){
	#btn_close img{
		width:112px;
	}
}
