.bx-viewport { 
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	left: 0 !important;
}

.top-text {
	margin: 0 0 10px 8px; 
}

#sinsakubanner {
  border: 1px solid #5c533e;
  margin-bottom: 30px;
 padding-top: 8px;
  background-color: #fff7eb;
}

#main .iframetopix {
  width:480;
  height:150;
  overflow:auto; /* scrollからautoに変更 */
  -webkit-overflow-scrolling:touch;
  border:1px solid #c9c9c9; /* ついでに枠線も整形 */
  margin-bottom: 20px;
}

#main .framenews {
  width:100%;
  height:100%;
  border:none; /* 追加で指定 */
  display:block; /* 追加で指定 */
}

