@charset "utf-8";
/* BODY */
#body{
  width: 700px;
}

/* Counter */

.counter {
	width: initial;
}

/* IMAGE */

img{
  width: 100%;
}

@media screen and (min-width: 700px) {
img{
  max-width: 700px;
  }

/* TABLE */
table{
  width: 700px;
}

@media screen and (max-width: 700px) {
table{
  max-width: 100%;
  }
}