<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* キーカラー */
.bg-keycolor {
	color: #FFF;
	background-color: #6BB392;
}
.bg-keycolor2 {
	color: #333;
	background-color: #D7E8AF;
}
.ts-1.bar_gray .ts-title {
	border-top: 2px solid #CCC;
}
.ts-2.bar_green {
	border-left: 5px solid #72AE2D;
}
.ts-1.color_green .ts-icns li {
    background-color: #72AE2D;
}
.ts-1 .ts-title.color_green {
    border-top: 2px solid #72AE2D;
}
.ts-1.color_pink .ts-icns li {
    background-color: #E9546B;
}
.ts-1 .ts-title.color_pink {
    border-top: 2px solid #E9546B;
}
.bg_keycolor {
	border-color:#E9E4D0;
}
.bg_keycolor .ls-title {
  background: #E9E4D0;
}
.list-style + .insertion-style {
	margin-top: 15px;
}

/*add_202009*/
h4.ls-title,
h4.is-title {
  color: #333;
}
.ls-list &gt; li + li {
  margin-top: 10px;
}</pre></body></html>