@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;
} */


/* ************************************************************************** */
/* ここから下にスタイルシートを記述してください。 */

body{
    color            : #353535;
    font-family      : '游ゴシック Medium','Yu Gothic Medium','游ゴシック体','Yu Gothic','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-size        : 15px;
    max-width        : 950px;
    margin           : 0px auto;
    padding          : 5px;
}
/* table.coi */
/* table.coi */
table.coi{
    border-collapse  : collapse;
    margin           : 1em 0px;
    
}
table.coi > thead > tr{
    background-color : #e0f0d9;
}
table.coi > thead > tr > th,
table.coi > tbody > tr > td{
    border           : 1px black solid;
    padding          : 0.5em;
}
table.coi > tbody > tr > td:nth-of-type(2){
    text-align       : center;
}
table.coi > thead > tr > th:nth-of-type(3),
table.coi > tbody > tr > td:nth-of-type(3){
    text-align       : center;
    white-space      : nowrap;
}
table.coi > tbody > tr > td:nth-of-type(4) > input{
    box-sizing       : border-box;
    max-width        : 50em;
    width            : 100%;
}
p.mb5 {
    margin-bottom: 500em;
}
p.top {
    margin-top: 50000px;
}

ul.note{
    
    margin              : 0px;
    padding             : 0px;
}
ul.note > li{
    list-style          : none;
    margin-left         : 1em;
    text-indent         : 5.5em;
}
ul.note > li::before{
    content             : "※";
}