@charset "utf-8";

/* ************************************************************************** */
/*  学術集会専用スタイルシート                                                */
/* ************************************************************************** */

/* ここから下にスタイルシートを記述してください。                             */

/* ul.example */
ul.example{
    margin           : 0px;
    padding-left     : 0px;
}
ul.example > li{
    font-size        : 95%;
    color            : #757575;
    list-style       : none;
    margin-bottom    : 0.5em;
    margin-left      : 26px;
    text-indent      : -26px;
}
ul.example > li::before{
    content          : "(例)";
}

.p-extended-address {
    width: 600px;
}

/* required */
/* span.required{
    color            : #ff3535;
    font-weight      : normal;
}
span.required2{
    color            : #3535ff;
    font-weight      : normal;
} */

/* table.input_form > thead > tr > th,
table.input_form > tbody > tr > th{
    display          : block;
    text-align       : left;
}
table.input_form > thead > tr > th,
table.input_form > tbody > tr > th{
    padding          : 0.5em 1em 0px 1em;
} */
