@charset "utf-8";

.ta1 input[type=text], .ta1 textarea {
    width:80%;
    padding:5px;
}

.ta1 button[type=button] {
    width:25%;
    padding:5px;
}

.ta1 th {
    text-align:left;
}

span.required:before {
    content: " ※ ";
    color:#f00;
}

form .msg {
    color:#00f;
}

form textarea {
    height:10em;
}
