@charset "utf-8";

/* ************************************************************************** */
/*  学術集会専用スタイルシート                                                */
/* ************************************************************************** */

/* ここから下にスタイルシートを記述してください。                             */

textarea.sample_code{
    background-color : #d8d8d8;
    font-size        : 85%;;
    margin           : 1em 0px;
    width            : 100%;
}

ul.note{
    color            : #ff3535;
}

#keyword input{
    width            : 15em;
}

/* question */
table.question{
    border           : 2px #d0d0d0 solid;
}
table.question th{
    border           : 2px #d0d0d0 solid;
}

table.question table td{
    font-size         : 95%;
    padding-top       : 1em;
    vertical-align    : baseline;
}
table.question table ul{
    margin            : 0px;
    padding-left      : 1.5em;
}
table.question td#committee input{
    width             : 20em;
}

