<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 繧ｹ繝ｩ繧､繝繝ｼ驛ｨ螟ｧ譫� */
.ui_slider {
	position: relative;
	width: 630px;
}

/* 繧ｹ繝ｩ繧､繝繝ｼ驛ｨ蜀�棧 */
.ui_slider_inner {
	width: 496px;
	margin-left: 66px;
	padding: 0;
}

/* 繧ｰ繝ｩ繝募､匁棧 */
.slider_graph {
	display: block;
	position: relative;
	top: 9px;
	height: 40px;
	line-height:0;
	border-bottom: 1px solid #eee;
	font-size: 0;
}

/* 蜷�div縺ｮ繧ｰ繝ｩ繝戊｡ｨ遉ｺclass */
.ui_slider_graph {
	display: inline-block;
	position: relative;
	width: 31px;
	margin: 0;
	background-color: #b4beef;
}

/* 繧ｰ繝ｩ繝輔�鬮倥＆繧ｯ繝ｩ繧ｹ(0縲�100縲�10蛻ｻ縺ｿ��*/
.graph_height_0 {
	height: 0;
}
.graph_height_10 {
	height: 10%;
}
.graph_height_20 {
	height: 20%;
}
.graph_height_30 {
	height: 30%;
}
.graph_height_40 {
	height: 40%;
}
.graph_height_50 {
	height: 50%;
}
.graph_height_60 {
	height: 60%;
}
.graph_height_70 {
	height: 70%;
}
.graph_height_80 {
	height: 80%;
}
.graph_height_90 {
	height: 90%;
}
.graph_height_100 {
	height: 100%;
}

/* 繧ｹ繝ｩ繧､繝繝ｼ荳｡繧ｵ繧､繝峨�譁�ｭ礼畑譫� */
.ref_words {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
}

/* 荳｡繧ｵ繧､繝画枚蟄怜�驛ｨ��span蝗ｲ縺ｿ縲《pan驛ｨclass��*/
.ui_slider .ref_word_min {
	left: 0;
}
.ui_slider .ref_word_max {
	right: 0;
}
.ui_slider .ref_word_min, .ui_slider .ref_word_max {
	position: absolute;
	font-weight: bold;
	bottom: 10px;
}

/* 繧ｹ繝ｩ繧､繝繝ｼ繝ｩ繝�ヱ繝ｼ*/
.slider_wrapper {
	display: block;
	position: relative;
	height: 23px;
	margin-top: 4px;
	padding: 4px 0;
}
.slider_wrapper .ui-slider {
	border: 1px solid #6495ed;
}
.slider_wrapper .ui-slider-horizontal, .slider_wrapper .ui-slider-scale {
	height: 8px;
}
.slider_wrapper .ui-slider-scale {
	font-size: 0;
}
.slider_wrapper .ui-slider-range {
	background: #6495ed;
}
.slider_wrapper .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.5em;
	height: 1.5em;
	cursor: default;
	touch-action: none;
	top: -0.5em;
	border-radius: 50%;
}
.slider_wrapper .ui-slider a.ui-slider-handle:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	margin: -3px 0 0 -3px;
	background: #1060ff;
	border-radius: 50%;
}

</pre></body></html>