@charset "utf-8";
/* CSS Document */

*{
font-size: 12px;
}

.formnotifier {
color: gray;
opacity: 0.6;
white-space:nowrap;
}

.form .inner{
width: 550px;
margin: 0 auto;
text-align: center;
}

.form table{
width: 100%;
margin-bottom: 30px;
}


.form th{
font-weight: normal;
text-align: left;
background-color: #ededed;
padding: 0.5em 1em;
}

.form td{
padding: 0.5em 1em;
text-align: left;
}

span.must{
color: #ff0000;
}

span.caution{
color: #999999;
font-size: 10px;
}

span.error{
font-size: 10px;
color: #ff0000;
}

.jpn{
ime-mode: active;
}

.num{
ime-mode: inactive;
}

.mail{
ime-mode: disabled;
}

div#send_message{
margin: 0 auto;
text-align: center;
padding-top: 80px;
height: 220px;
}