<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#treat{
	width: 100%;
	margin: 8px 0 0 0;
}

#treat h2{
	font-size: 16px;
	color: #5B90B4;
	margin: 10px 0;
	text-align: center;
}

.treat_list{
	border: #5B90B4 dotted 1px;
	padding: 7px;
	border-radius: 8px;
	margin-bottom: 10px;
}

.treat_list h3{
	color: #0073BD;
	font-size: 15px;
	margin-left: 10px;
}

.treat_data{
	font-size: 13px;
	color: #555;
	font-weight: bold;
	margin-right: 15px;
}

.read_treat {
	text-align: right;
	margin-right: 15px;
}

.read_treat a{
	font-size: 13px;
	color: #0073BD;
	font-weight: bold;
	font-style: oblique;
	text-decoration: none;
}

.read_treat a:hover{
	color: #145480;
}

#treat_date{
	font-size: 13px;
	color: #555;
	font-weight: bold;
	font-style: oblique;
	text-align: right;
	margin-right: 10px;
}

#treatcat{
	font-size: 14px;
	float: right;
	margin-right: 10px;
}

#feedback_form{
	width: 100%;
	margin: 10px 0;
	padding: 10px 0 0 0;
	border-top: #5B90B4 dotted 2px;
}

#feedback_form h3{
	font-size: 18px;
	margin: 5px;
	text-align: center;
}

#feedback{
	border: #5B90B4 dotted 1px;
	padding: 7px;
	border-radius: 8px;
	margin-bottom: 10px;
	font-size: 15px;
	color: #5B90B4;
}

#feedback_table{
	width: 100%;
}

.form_element{
	width: 48%;
	padding: 5px;
	font-weight: bold;
	display: inline-table;
}

.form_element input{
	width: 96%;
	font-size: 14px;
	padding: 3px;
}
.form_element select{
	width: 98%;
	font-size: 14px;
	padding: 3px;
}

.form_element_100{
	width: 100%;
	padding: 5px;
	font-weight: bold;
	display: inline-table;
}

.form_element_100 textarea{
	width: 97%;
	font-size: 13px;
	padding: 3px;
}

.captcha p{
	text-align: center;
}

.captcha input{
	width: 200px;
	font-size: 14px;
	padding: 3px;
}

.captcha button{
	font-size: 14px;
	padding: 5px;
}
/*Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ð±Ð°Ð½ÐµÑ€Ð° ÐµÐ³Ð¾Ð² - Ð½Ðµ ÑƒÐ´Ð°Ð»ÑÑ‚ÑŒ*/
.button_egov{
	display: block;
	margin:20px auto;
	padding:7px;
	box-sizing: border-box;
	border:3px #137336 solid;
	background-color:#fff;
	color:#454545;
	text-decoration: none;
	text-align: center;
	font-size: 32px;
	cursor: pointer;
	font-style: normal!important;
	transition-duration:0.2s;
	width:1100px;
	font-family: Calibri;
}
.button_egov:hover{
	background-color: #137336;
	color:#fff;
}
.bnegov{
	border:3px #137336 solid;
	box-sizing: border-box;
	margin:10px auto;
	width:1100px;
	padding-top:10px;
	padding-bottom:10px;
}</pre></body></html>