@charset "utf-8";

/* プロポーショナルメトリクスを有効化 */
.c-body, li, dt, dd, th, td,
.c-title, .c-large_headline, .c-small_headline, .c-lead,
.c-blockquote, .c-enclosure, .c-note, .c-credit,
.webfont1, .webfont2, .webfont3, .webfont4, .webfont5, .webfont6 {
    font-feature-settings: "palt";
}

/* 本文のみ文字間を微調整 */
.c-body,
li,
dt,
dd,
th,
td,
.c-blockquote,
.c-enclosure,
.c-note {
    letter-spacing: 0.03em;
}

/* BiNDの配置指定（c-center / c-left / c-right）がない本文のみ両端揃え */
.c-body:not(.c-center):not(.c-left):not(.c-right) {
    text-align: justify;
}