@charset "UTF-8";
/* 
====================================================================================================
 ■ common
----------------------------------------------------------------------------------------------------

==================================================================================================== */
/* 
====================================================================================================
■ common
---------------------------------------------------------------------------------------------------- */
textarea {
  padding: 5px;
  vertical-align: top;
  width: 95%;
  min-width: 95%;
  max-width: 95%;
  height: 4em;
  resize: vertical;
  -webkit-transition: height 0.2s linear;
  -webkit-transition-delay: 0s;
  -moz-transition: height 0.2s linear 0s;
  -o-transition: height 0.2s linear 0s;
  transition: height 0.2s linear 0s;
}
textarea:focus {
  height: 12em;
}

label .mini {
  font-size: 14px;
  font-size: 87.5%;
}

input {
  padding: 5px;
}

input:disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

input[type="radio"], input[type="checkbox"] {
  margin: 0 3px 0 0;
  position: relative;
  top: -1px;
}

select {
  margin-top: 8px;
  margin-bottom: 5px;
  padding: 5px;
}

.ime_off {
  ime-mode: disabled;
}

.ime_on {
  ime-mode: active;
}

.wL {
  width: 95%;
}

.wM {
  width: 65%;
}

.wS {
  width: 10em;
}
