<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.minimizableWindow {
	/* 隍�焚蛟狗ｪ薙ｒ蜃ｺ縺吶�縺ｧposition繧жidth縺ｯcss縺ｧ縺ｯ險ｭ螳壹＠縺ｪ縺� */
	/* position:absolute; */
	/* width: 260px; */
	/* height: 180px; */
	border-style: solid;
	border-width: 1px;
	border-color: rgb(150, 150, 150);
	background: rgb(245, 245, 245);/*background: rgb(218, 218, 218);*/
        border-radius: 5px;
        filter: alpha(opacity=90);
        -moz-opacity: 0.90;
        opacity: 0.90;
}
.minimizableWindow &gt; .title {
	position: absolute;
	left: 0px;
	display: inline-block;
	background: rgb(21, 119, 175);/*background-color: rgb(0, 0, 230);*/
	border-color: rgb(0, 0, 180);
	border-width: 1px;
	height: 23px;
	/* width: 260px; */ /* 隕ｪ(minimizableWindow)縺ｮ險ｭ螳壹≧縺ｾ縺�％縺ｨ菴ｿ縺� */
	margin: 0px;
        padding-top: 5px;
	color: white;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
}
.minimizableWindow &gt; .title &gt; .titletext {
        padding-left: 10px;
        font-weight: bold;
}
.minimizableWindow &gt; .controlbox_button {
	/* 遯薙�蜿ｳ荳翫↓蜃ｺ縺� 譛螟ｧ蛹� 譛蟆丞喧 髢峨§繧� 縺ｮ荳峨▽繧呈э蝗ｳ縺励◆繧ゅ� */
	position: absolute;
	display: inline-block;
	border-width: 0;
	/*border-style: solid;*/
	/*border-color: rgb(150, 150, 150);*/
	background: rgb(21, 119, 175);/*background-color: rgb(218, 218, 218);*/
	height: 28px;
	margin: 0px;
	font-size: 20pt;
	color: white;
        border-top-right-radius: 4.5px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
	/* base.css縺ｮ蠖ｱ髻ｿ繧呈ｶ医☆ */
	padding: 0 0.2em;
	/*border-radius: 0;*/
	line-height: normal;
}
.minimizableWindow &gt; .minimize {
	right: 0px;
	/* right: 40px; */
}
.minimizableWindow &gt; .maximize {
	display:none;
	/*right: 20px;*/
}
.minimizableWindow &gt; .close {
	display:none;
	/* right: 0px; */
}
.minimizableWindow &gt; .content {
	position: relative;
	display: block;
	/* overflow: scroll; */
	/* top: 20px; */
	/* width: 260px; */
	/* height: 160px; */
}	
.minimizableWindow &gt; .content &gt; .contenttext {
        padding-top: 10px;
        padding-left: 10px;
}	
.setting_item_panel{
    margin-top:15px;
    margin-left: 10px;
    height: 30px;
    display: inline-block;
}
.update_setting_button {
    border-top: 1px solid #CCCCCC;
    text-align:right;
    margin-top: 20px;
    padding-right: 0px;
}</pre></body></html>