﻿@font-face {
    font-family: 'NotoSansCJKtcM';
    src: url('../fonts/NotoSansCJKtc/NotoSansCJKtc-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSansCJKtcDL';
    src: url('../fonts/NotoSansCJKtc/NotoSansCJKtc-DemiLight.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSansCJKtcR';
    src: url('../fonts/NotoSansCJKtc/NotoSansCJKtc-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.nsckM15gray {
    font-family: 'NotoSansCJKtcM', sans-serif;
    font-size: 15px;
    color: #999;
    vertical-align: middle;
    word-wrap: break-word;
}
.nsckM17gray {
    font-family: 'NotoSansCJKtcM', sans-serif;
    font-size: 17px;
    color: #999;
    vertical-align: middle;
    word-wrap: break-word;
}
.nsckM27dgray {
    font-family: 'NotoSansCJKtcM', sans-serif;
    font-size: 27px;
    color: #666;
    text-decoration: none;
}
.nsckdl18gray {
    font-family: 'NotoSansCJKtcDL', sans-serif;
    font-size: 18px;
    color: #666666;
}
.nsckR17red {
    font-family: 'NotoSansCJKtcR', sans-serif;
    font-size: 17px;
    background-color: #b9172d;
    color: white;
    padding: 2px 8%;
    letter-spacing: 1.5px;
}