@charset "EUC-JP";

.mw1810_list {
  position: relative;
  padding-left: 5px;
}
.mw1810_list:before {
  position: absolute;
  content: "\002a";
  top: 0;
  left: 0;
}

.mw1810_brackets {
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
}
.mw1810_brackets:before {
  position: absolute;
  content: "\03c";
  top: 0;
  left: 0;
}
.mw1810_brackets:after {
  position: absolute;
  content: "\03e";
  top: 0;
  right: 0;
}
