@charset "UTF-8";

/* 1) 共通
------------------------------------*/
input {
width: 240px;
}
input.long {
width: 420px;
}
textarea {
width: 420px;
height: 250px;
margin-bottom: 6px;
}


