body {  
    background: #fff;  
    color: #333;  
    font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;  
    font-size: 12px;  
    line-height: 1.5;  
    -webkit-text-size-adjust: none;
} 

ol ol {
  list-style-type: lower-roman;
  padding-left: 1em;
}

ol ol li{
  text-indent: 0;
}

.en ol {
  list-style-type: none;
}

.en ol li {
  text-indent: -1em;
}

ol.roman {
  list-style-type: lower-roman;
  margin-left: 1em;
}

ol.roman li{
  text-indent: 0;
}

ol.none {
  list-style-type: none;
}

li.none {
  text-indent: 0em;
}

dl {
  padding-left: 0em;
}

dd {
  margin-left: 2em;
}

p.right {
  text-align: right;
}