@charset "utf-8";

  font.label {
    color: #FFFFFF;
    background-color: #5e87b0;
    font-weight: normal;
    text-shadow: none;
    padding: 0 10px;
  }
  
  p.content {
    font-size: 18px;
    font-weight: normal;
    margin-top: 0px;
    margin-left: 10px;
    margin-bottom:12px;
    text-shadow: none;
    white-space: normal;
  }

  p.label {
    margin-bottom:5px;
  }

  /* ui-btn-up-bのbackground */
  /* custom.css時には併せて変更した方が良い */
  a, a:active, a:hover, a:visited {
      color:#396b9e;
  }