@charset "utf-8";

/* ************************************************************************** */
/*  学術集会専用スタイルシート                                                */
/* ************************************************************************** */

/* ここから下にスタイルシートを記述してください。                             */

#input_form span.required{
    color           : #ff0000;
}

#input_form table{
    border-collapse : collapse;
    margin          : 1em 0em;
}
#input_form table caption{
    font-weight     : bold;
    text-align      : left;
    white-space     : nowrap;
}
#input_form table th,
#input_form table td{
    vertical-align  : baseline;
}
#input_form table th{
    text-align      : right;
    white-space     : nowrap;
}

#input_form table.institution th,
#input_form table.institution td,
#input_form table.abstract th,
#input_form table.abstract td{
    border          : 1px #444444 solid;
    padding         : 1em;
}

#input_form textarea{
    display         : block;
}
