/******************************************************************************
 *                                                                            *
 *  relnote.css                                                               *
 *                                                                            *
 *   Copyright (c) Yamaha Corporation. All rights reserved.                   *
 *                                                                            *
 ******************************************************************************/
body {
  font-family: "Hiragino Kaku Gothic Pro",Meiryo, "Meiryo UI", "MS PGothic", sans-serif;
  width: 750px;
  padding-top: 0.5rem;
  padding-left: 1.5rem;
  font-size: 0.9rem;
  color: #444444;
}
p {
  margin-right: 15px;
}
p.explain {
  margin-left: 1.0rem;
}
h2 {
  color: #444444;
  margin-top: 18px;
  margin-left: 15px;
  margin-bottom: 18px;
}
ul, ol {
  line-height: 140%;
  padding-bottom: 5px;
}
ul.title {
  margin-left: 20px;
  padding-left :0px;
  list-style: none;
}
li.title {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 1.1rem;
}
li.title:before {
  content: '';
  display: inline-block;
  width: .7em;
  height: .7em;
  margin-top: .7em;
  margin-right: .7em;
  background: #000;
  transform: rotate(45deg);
}    
ul.app {
  margin-top: 1.0rem;
  margin-bottom: 1.0rem;
  padding-left: 1.0rem;
  padding-bottom: 5px;
}
table.history {
  margin-left: 2.5rem;
}
hr {
  margin-top: 5px;
  margin-bottom: 12px;
}
p.none {
  margin-left:20px;
}
