/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 25 2025 | 14:36:45 */
.uline {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
}

.uline::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

/* チョーク風 */
.uline.chalk::after {
  background-image: url("https://i.imgur.com/BZ5cFQC.png");
}

/* クレヨン風 */
.uline.crayon::after {
  background-image: url("https://i.imgur.com/MnN5Fv0.png");
}

/* 波線風 */
.uline.wavy::after {
  background-image: url("https://i.imgur.com/dYF9P3D.png");
}
/* ここにCSSコードを追加

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */ 

