@charset "utf-8";

/* ************************************************************************** **
    文字のフォントを変更したい場合、コメントアウトを解除し
    指定したいフォントを記述してください。
** ************************************************************************** */

/* 文字のフォント */
/*
*{
    font-family      : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
*/


/* ************************************************************************** **
    テンプレートの「table.input_form」および「table.input_form」の色を
    変更したい場合、それぞれのコメントアウトを解除し、色を指定してください。
** ************************************************************************** */

/* 枠線の色 */
/*
div.input_form,
table.input_form,
table.input_form > tbody > tr{
    border-color     : #78c800;
}
*/

/* 枠線内の背景の色 */
/*
div.input_form,
table.input_form{
    background-color : #f9ffe3;
}
*/

/* 枠線内の背景の色(カーソルの乗せた場合) */
/*
div.input_form:hover,
table.input_form > tbody > tr:hover{
    background-color : #e9ffc8;
}
*/

/* ラベルタグの背景の色(カーソルを乗せた場合) */
/*
label:hover{
    background-color : #bfff00;
}
*/


/* ************************************************************************** **
    ここから下にスタイルシートを記述してください。
** ************************************************************************** */

/* 講演形態 */
select[name="session1"] > option[value="01"],
select[name="session1"] > option[value="05"]{
    background-color    : #e0e0e0;
    font-weight         : bold;
}

/* カテゴリー */
table#category_list{
    border-collapse : collapse;
}
table#category_list,
table#category_list > thead > tr > th,
table#category_list > tbody > tr > td{
    border              : 1px solid #808080;
}
table#category_list > thead > tr > th,
table#category_list > tbody > tr > td{
    padding             : 0.3em 0.8em;
}
table#category_list > tbody > tr > td:nth-of-type(2),
table#category_list > tbody > tr > td:nth-of-type(3){
    text-align          : center;
}
table#category_list > thead > tr > th{
    white-space         : nowrap;
}

/* 筆頭著者の連絡先電子メールアドレス */
input[name="option1"]{
    width               : 30em;
}

/* 文字装飾の説明 */
ul#explanation_of_text_decoration{
    margin              : 0px;
    padding             : 0px;
}
ul#explanation_of_text_decoration > li{
    list-style          : none;
    margin              : 1em 0px 1em 1em;
    text-indent         : -1em;
}
ul#explanation_of_text_decoration > li::before{
    content             : "●";
}
