/**
 *
 */

html {
  height: 100%;
  overflow-y: hidden;
}

body {
  background:white;
  overflow: hidden;
  height: 100%;
}

div.table_scroll {
  /*display: none;*/
/*
  overflow: auto;
*/
  /*overflow-y: scroll;*/
display:block;
overflow-y:scroll;
overflow-x: auto;
}

td {
  vertical-align: middle;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

img {
  vertical-align: middle;
}

.size1 {
  width: 1em;
}

.size2 {
  width: 2em;
}

.size_name {
  width: 10em;
}

.size_zip {
  width: 7em;
}

.size_addr {
  width: 30em;
}

.size_tel {
  width: 20em;
}

.size_mail {
  width: 20em;
}


button.jqTransformButton span span {
  white-space: nowrap;
  color: #666;
  color: #333;
}

form.jqtransformdone label {
/*
  position: relative;
  top: 2px;
*/
}

form em {
  text-decoration: none;
  font-size: 0.9em;
  font-weight: normal;
  font-style: normal;
  color: #ff0000;
}

.ime_on{
ime-mode: active;
}

.ime_off{
ime-mode:inactive;
}


/**
 *
 */
