@charset "utf-8";

/* ************************************************************************** */
/*  学術集会専用スタイルシート                                                */
/* ************************************************************************** */

/* ここから下にスタイルシートを記述してください。                             */



/* ************************************************************************** */



/* institution */
table.institution td:nth-of-type(1){
    text-align       : right;
    white-space      : nowrap;
}
table.institution td{
    vertical-align   : baseline;
}
table.institution input{
    width            : 40em;
}

/* address */
table.address > tbody > tr:nth-of-type(1) > td > input:nth-of-type(1){
    width            : 8em;
}
table.address > tbody > tr:nth-of-type(2) > td > input{
    width            : 40em;
}
table.address > tbody > tr:nth-of-type(4) > td > input{
    width            : 13em;
}
/* phone */
table.phone td:nth-of-type(1) input{
    width            : 13em;
}
table.phone td:nth-of-type(2){
    padding-left     : 1em;
    white-space      : nowrap;
}
table.phone td:nth-of-type(3) input{
    width            : 5em;
}
table.phone td{
    vertical-align   : baseline;
}

/* mail_address */
table#mail_address input{
    width            : 25em;
}

/* title */
table.title textarea{
    height           : 4em;
    width            : 48em;
}
/* abstract */
table.abstract textarea{
    height           : 10em;
    width            : 50em;
}

/* tag */
table.tag{
    font-size        : 93%;
}
table.tag th,
table.tag td{
    text-align       : center;
}
table.tag th{
    width            : 20% !important;
}
table.tag td{
    width            : 10% !important;
}

/* note */
ul.note{
    margin           : 0px;
    padding-left     : 0px;
}
ul.note2{
    color            : #ff4444;
}
ul.note > li{
    list-style       : none;
    margin-left      : 1em;
    text-indent      : -1em;
}
ul.note > li::before{
    content          : "※";
}

/* password */
table#password input{
    width            : 10em;
}
