@charset "utf-8";

/* ************************************************************************** */
/*  学術集会専用スタイルシート                                                */
/* ************************************************************************** */

/* ここから下にスタイルシートを記述してください。                             */

#input_form span.required{
    color           : #ff4444;
}

#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 tr th,
#input_form table tr td{
    vertical-align  : baseline;
}
#input_form table tr th{
    text-align      : right;
    white-space     : nowrap;
}

#input_form table.institution tr th,
#input_form table.institution tr td,
#input_form table.abstract tr th,
#input_form table.abstract tr td{
    border          : 1px #444444 solid;
    padding         : 1em;
}

ul.list{
    margin          : 0em;
    padding-left    : 0px;
}
ul.list > li{
    list-style      : none;
    margin-left     : 1em;
    text-indent     : -1em;
}
ul.list > li::before{
    content         : "※";
}

#input_form textarea{
    display         : block;
}

#input_form table#coi tr th,
#input_form table#coi tr td{
    vertical-align  : middle;
}

