@charset "UTF-8";
/* CSS Document */

body {
  /* 全体のフォントファミリー */
  font-family: "Koburina Gothic W6 JIS2004";
}

@media (min-width: 641px) {
    #information li .info_desc, #information_free li .info_desc {
        max-width: 420px;
        margin: 0 auto;
        text-align: left;
    }
}