/* input area */
div.input-area {
 background-color: #f0f0ff;
 overflow: hidden;
}
div.input-box {
 margin: 0.5em;
}

/* input */
input.name {
 width: 20em;
}

input.email {
 width: 20em;
 ime-mode: disabled;
}

input.power {
 width: 4em;
 ime-mode: disabled;
}

textarea.houho {
 width: 20em;
 height: 6em;
}

textarea.comment {
 width: 20em;
 height: 6em;
}

/* submit button */
div.submit {
 margin-top: 2em;
 text-align: center;
}

input.submit {
 margin-left: 1em;
 margin-right: 1em;
 padding: 0.1em 1em;
}
