@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;
} */


/* ************************************************************************** */
/* ここから下にスタイルシートを記述してください。 */

.red{
  color: red;
}

/* ul.example */
ul.example{
  margin           : 0px;
  padding-left     : 0px;
  color            : #757575;
  font-size        : 12px;
}
ul.example > li{
  font-size        : 95%;
  list-style       : none;
  margin-bottom    : 0.5em;
  margin-left      : 26px;
  text-indent      : -26px;
}
ul.example > li::before{
  content          : "(例)";
}

/* テーブル何でも */
.lined-table {
  border-collapse: collapse;
  border: 1px solid;
  width: 100%;
}

.lined-table th,
.lined-table td {
  border: 1px solid;
  padding: 10px 12px;
  vertical-align: top;
}

.lined-table th {
  font-weight: 600;
}


/* 発表演題の倫理審査について */
.ethical_review {
  padding-left: 20px;
}

.ethical_review::before {
  content: "";
  display: block;
  height: 0.5em;
}

.ethical_review::after {
  content: "";
  display: block;
  height: 0.5em;
}

.ethical_review > label {
  text-indent : -20px;
  padding-left : 20px;
}

.other-text {
  margin-left: 1em;
}

.ethical_review input[type="text"] {
  margin-left: 1em;
}
