@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.3em;
  margin-top: 5px;
  margin-bottom: 5px;
}
.asterisk li:before{
  content: "※";
  margin-right: 0.2em;
}

/* category_research_content テーブル内の label の上下余白 */
table.input_form.category_research_content label {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  display: inline-block;
}

/* category_research_content テーブル内の ul の上下余白 */
table.input_form.category_research_content ul {
  margin-top: -0.2em;
}

.submit_button {
  font-size: 18px;
  margin: 0.3em;
  min-width: 7em;
  padding: 0.3em 0.5em;
}
