@charset "UTF-8";

.cssskin-tetekotei  {
  height: 200px;
}

@media only screen and (max-width: 641px) {
.cssskin-tetekotei  {
  height: auto;
}

}
