/************* text-decoration **************/
/* 一重の線 */
.Wavy-line-border1 {
    text-decoration:underline solid blue
}

/* 二重線 */
.Wavy-line-border2 {
    text-decoration:underline double blue
}

/* 点線 */
.Wavy-line-border3 {
    text-decoration:underline dotted blue
}

/* 破線 */
.Wavy-line-border4 {
    text-decoration:underline dashed blue
}

/* 波状の線 */
.Wavy-line-border5 {
    text-decoration:underline wavy blue
}
