@charset "UTF-8";
/* font-large.css
 * ver 1.0
 * -- Copyright By　IUHW MITA HOSPITAL Pulmonary Hypertension Center. --
 */

/*----------- fontSize ----------*/
.font_size-ll {
    font-size: x-large;
}
.font_size-l {
    font-size: large;
}
.font_size-m {
    font-size: medium;
}
.font_size-s {
    font-size: small;
}
.font_size-ss {
    font-size: x-small;
}
.font_size-note  {
    font-size: x-small;
}