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

/* ボーダーの太さ */
.border-2{
    border-width:2px !important;
}

.border-3{
    border-width:3px !important;
}

.border-4{
    border-width:4px !important;
}

.border-5{
    border-width:5px !important;
}

/* アンダーライン */
.u{
    text-decoration: underline;
}

/* アンダーライン */
.b{
    font-weight: bold;
}

