@charset "utf-8";

/* ************************************************************************** */
/* 「table.input_form」の色を変更したい場合には、コメントアウトを解除し、各色を指定してください */

/* 線の色 */
/* table.input_form,
table.input_form > tbody > tr > th,
table.input_form > tbody > tr > td{
    border-color     : #d0d0d0;
} */

/* 背景色 */
/* table.input_form{
    background-color : #fafafa;
} */

/* 背景色: マウスカーソルが乗った場合 */
/* table.input_form > tbody > tr:hover{
    background-color : #f0f0f0;
} */
/* 背景色: マウスカーソルが乗った場合(所属機関番号) */
/* .institution_no label:hover{
    background-color : #e0e0e0;
} */


/* ************************************************************************** */
/* ここから下にスタイルシートを記述してください。 */

/* select */
select[name="presentation3"] > option[value="10"],
select[name="presentation3"] > option[value="19"],
select[name="presentation3"] > option[value="26"],
select[name="presentation3"] > option[value="28"],
select[name="presentation3"] > option[value="31"]{
    background-color : #e8e8e8;
    font-weight      : bold;
}

/* */
table#coi >tbody > tr > td:nth-of-type(1),
table#coi >tbody > tr > td:nth-of-type(3){
    white-space      : nowrap;
}
table#coi >tbody > tr > td:nth-of-type(3) label:last-of-type{
    margin           : 0px;
}
table#coi >tbody > tr > td:nth-of-type(4) input{
    width            : 20em;
}

