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

/*.colors //////////////////////////////*/
.purple {
  background-image: url(../image/_color-back/purple-h25px.png);
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.2);
  background-blend-mode: lighten;
}
.purple_border {
  border-left: thin dotted #A961D6;
  border-right: thin dotted #A961D6;
  border-bottom: thin dotted #A961D6;
}
.green {
  background-image: url(../image/_color-back/green-h25px.png);
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.2);
  background-blend-mode: lighten;
}
.green_border {
  border-left: thin dotted #65A684;
  border-right: thin dotted #65A684;
  border-bottom: thin dotted #65A684;
}
.brown {
  background-image: url(../image/_color-back/brown-h25px.png);
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.2);
  background-blend-mode: lighten;
}
.brown_border {
  border-left: thin dotted #A66C65;
  border-right: thin dotted #A66C65;
  border-bottom: thin dotted #A66C65;
}
.pink {
  background-image: url(../image/_color-back/pink-h25px.png);
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.2);
  background-blend-mode: lighten;
}
.pink_border {
  border-left: thin dotted #C25DA0;
  border-right: thin dotted #C25DA0;
  border-bottom: thin dotted #C25DA0;
}
.red {
  background-image: url(../image/_color-back/red-h25px.png);
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.2);
  background-blend-mode: lighten;
}
.red_border {
  border-left: thin dotted #C25DA0;
  border-right: thin dotted #C25DA0;
  border-bottom: thin dotted #C25DA0;
}
.violet {
  background-image: url(../image/_color-back/violet-h25px.png);
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.2);
  background-blend-mode: lighten;
}
.violet_border {
  border-left: thin dotted #8585a8;
  border-right: thin dotted #8585a8;
  border-bottom: thin dotted #8585a8;
}
.black {
  background-image: url(../image/_color-back/black-h25px.png);
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.2);
  background-blend-mode: lighten;
}
.black_border {
  border-left: thin dotted #4C4C4C;
  border-right: thin dotted #4C4C4C;
  border-bottom: thin dotted #4C4C4C;
}