@charset "UTF-8";

* {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 10pt;
}
.info-title-head{
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.info-title-detail{
    padding: 15px 20px;
    margin: 0;
    background: #dcefff;
}