@charset "Shift_JIS";

 /* モーダルを出すときのUL OL のリストタグのスタイル設定用 */

.exp_li{
  display : block
  padding-top : 5px;
  padding-bottom : 5px;
}

.exp_ol{
  margin-top : 5px;
  margin-left : 2px;
  margin-right : 0px;
  margin-bottom : 0px;
  list-style-type : none;
  list-style-position : outside;
  padding-left : 0px;
}

.ol_number{
  font-weight : 700;
  list-style-type : decimal;
  list-style-position : outside;
}

.ol_maru{
  font-weight : 500;
  list-style-type : disc;
  list-style-position : outside;
}

