@charset "UTF-8";

/* 字距調整 */
.left-loose-small {
    margin-left: 0.2em;
}

.left-tight-small {
    margin-left: -0.2em;
}

.left-tight-medium {
    margin-left: -0.4em;
}

.left-tight-large {
    margin-left: -0.6em;
}

.right-loose-small {
    margin-right: 0.2em;
}

.right-tight-small {
    margin-right: -0.2em;
}

.right-tight-medium {
    margin-right: -0.4em;
}

.right-tight-large {
    margin-right: -0.6em;
}

/* 標點調整 */
.dash,
.ellipsis {
    letter-spacing: 0.0em !important;
}

/* 其他調整 */
.text-align-right {
    text-align: right;
}

.margin-top-zero {
    margin-top: 0;
}

.margin-bottom-zero {
    margin-bottom: 0;
}

.margin-bottom-half-em {
    margin-bottom: 0.5em;
}

.margin-top-large-em {
    margin-top: 1.8em;
}

.margin-top-huge-em {
    margin-top: 3.6em;
}

.letter-spacing-normal {
    letter-spacing: normal;
}

.border-1px {
    border: 1px solid #ccc;
}

.text-indent-zero {
    text-indent: 0 !important;
}