@charset "utf-8";

body {
  font-size: 12px;
  /*
  font: 13px;
  *font-size: small;
  *font: x-small;
  */
  line-height: 1.5;
}

pre {
  font-size: 12px;
  background-color: #eee;
  padding: 8px;
  border: 1px solid #000;
  width: 80%;
}

th, td {
  font-size: 12px;
}

/**
 * JS
 *
 */
.smplBox {
	width: 150px;
	height: 150px;
	border: solid 1px #000;
	background-color: #edc;
}
