@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;
} */


/* ************************************************************************** */
/* ここから下にスタイルシートを記述してください。 */

/* 米印 */
.asterisk {
    list-style: none;
    padding-left: 1em;
    margin-left: 0.5em;
    margin-top: 5px;
    margin-bottom: 5px;
}
.asterisk li{
    text-indent: -1.5em;
}
.asterisk li:before{
    content: "※";
    margin-right: 0.1em;
}

/* 利益相反について */
table#coi {
    border-collapse: collapse;
    border: 1px solid #ccc;
    
}
.coi-main > tr > td {
    padding-left: 5px;
}
.coi-main > tr > td > label {
    padding-top: 10px;
}

table#coi th,
table#coi td {
    border            : 1px #d0d0d0 solid;
    background-color: #f9f9f9; 
}
table#coi > tbody > tr > td{
    vertical-align    : middle;
}
table#coi > tbody > tr > td:first-of-type {
  width: 2em;
}
table#coi > tbody > tr > td:nth-last-of-type(2) label{
    white-space       : nowrap;
    margin-right      : 0px;
    width: 4em;
}
table#coi table td{
    vertical-align    : baseline;
}
