
/* ----- textSmall.css ----- */
@media screen {
/* 全体 */
body {
  font-size:90%;
  background-color:#dcdcdc;
  width:800px;
  padding:auto;
  margin:auto;
  overflow:visible;
  position:relative;
}

#visual-portal-wrapper{
  font-size:90% !important;
  padding:0;
  margin:0;
  width:800px;
  overflow:visible;
  position:relative;
}
}


