/* @charset "EUC-JP" */

/* ブラウザスタイルの初期化 */
* {
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  /* font-size: medium; */
}

/* IE 6 用ブラウザスタイルの初期化の追加 */
th, td, form {
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  /* font-size: medium; */
}

div#container {
  width: 650px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}

img {
  border-style: none;
}
.ifrm-container{
  width:100%;
  height:100%;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  display: inline-block;
} 
.ifrm{
  width:100%;
  height:100%;
  border:none;
  display:block;
}