@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;
}
*/


/* ************************************************************************** **
    ここから下にスタイルシートを記述してください。
** ************************************************************************** */

/* 演題区分 */
div#session1_message{
    margin          : 0px 0px 0.5em 21px;
}

/* 筆頭著者の所属機関名 */
input[name="org_1"],
input[name="org_option1_1"],
input[name="eorg_1"]{
    width           : 100%;
}
/* 筆頭著者以外の所属機関名 */
table.institution_form input{
    width           : 100%;
}

/* 筆頭著者の所属機関住所 */
input[name="org_postno_1"]{
    width           : 7em;
}
input[name="org_addr_1"]{
    width           : 100%;
}
input[name="org_telext_1"]{
    width           : 7em;
}

input[name="option6"]{
    width           : 30em;
}

/* 共著者の氏名 */
table.author_form input{
    width           : 10em;
}

table.example_and_notes{
    border          : 2px outset #808080;
    margin          : 1em 0px;
    width           : 100%;
}
table.example_and_notes > caption{
    text-align      : left;
}
table.example_and_notes > tbody > tr > td{
    border          : 1px solid #808080;
    font-size       : 85%;
    padding         : 0.5em;
}

/* 抄録入力欄 */
table.limit_characters{
    border-collapse : collapse;
    margin          : 0.5em 0px;
}
table.limit_characters > tbody > tr > td{
    vertical-align  : baseline;
}
table.limit_characters > tbody > tr > td:nth-of-type(1){
    white-space     : nowrap;
}
