.kajo{
  display: list-item;
  list-style-type: disc;
  margin-left: 2ex;
}
.kajon{
  display: list-item;
  list-style-type: decimal;
  margin-left: 2ex;
}
ol{
  margin-top:  0ex;
  margin-left:  1ex;
  padding-left: 1ex;
}

.head{
  text-align: left;
  width:99%
}
.block{
  text-align: left;
  width:99%
}
.blocknum{
  float:left;
  background-color: red;
}
.blockbody{
  margin-left: 1ex;
  text-align:left;
}
.blocktitle{
  border-bottom: solid 1px;
  background-color: yellow;
  list-style-type: decimal;
}
.alert{
  text-align:left;
  background-color: red;
}
.line img{
  width:100%;
}
.blocktag{
  border-left: solid 2px orange;
}
.blockval{
  margin-left:2ex;
}
.w{
  text-align:center;
  clear: both;
  margin:0 auto;
}
.wform{
  float:left;
  width:100%;

}
.wtitle{
  float:left;
  width:100%;
  background-color: skyblue;
}
.wform {
  float:left;
}
.wform select
{
  width:100%;
}
.wtext input
{
  width:100%;
}

.wctitle{
  float:left;
  width:100%;
  background-color: skyblue;
}

.wcform textarea{
  width:100%;
}
.line img{
  width:100%;
}
.member{
  width:100%;
}
.br{
  content: "\A";
}
.normal{
  display:none;
}
//////
.condition{
  width:100%;
  //float: left;
}
.genre{
  
}
.trset{
  
}
.tdset{
  width:100%;
  background: skyblue;
  //float:left;
}
.tdval{
  //float:left;
}
.clr{
  clear: both;
}
