@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
}

#iframeWrap {
		width:95%;
		height:600px;
		margin:10px auto;
	}

#iframeWrap iframe {
		width:100%;
      height:100%;
		border:none;
	}
	
@media screen and (max-width:480px){
#iframeWrap {
		
      width:93%;
      height:500px;
      overflow:auto;
      -webkit-overflow-scrolling:touch;
      display: inline-block;
      margin: 10px;
	}
	
#iframeWrap iframe {
      width:100%;
      height:100%;
      border:none;
      display:block;
	}
}