<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h3.sindex {
	margin-bottom : 30px;
	font-weight : 700;
	font-size : 160%;
	line-height : 1em;
	letter-spacing : 1px;
}

h3.sindex font {
	letter-spacing : 5px;
}

h3.sindex span {
	float : right;
	padding-top : 2px;
	font-weight : 400;
	font-size : 60%;
	letter-spacing : 0;
}

/*----------STRUCTURE----------*/

.data {
	width : 100%;
	border-top : solid 1px #b4b4b4;
	border-left : solid 1px #b4b4b4;
	line-height : 1.5em;
}

.data th {
	background : #e6f0f5;
}

.data th.type {
	width : 178px !important;
	width /**/: 190px;
	padding : 7px 10px 8px 10px;
	border-right : solid 1px #b4b4b4;
	border-bottom : solid 1px #b4b4b4;
	font-weight : normal;
}

.data th.name {
	padding : 7px 10px 8px 10px;
	border-right : solid 1px #b4b4b4;
	border-bottom : solid 1px #b4b4b4;
	font-weight : normal;
}

.data th.area {
	width : 104px !important;
	width /**/: 125px;
	padding : 7px 10px 8px 10px;
	border-right : solid 1px #b4b4b4;
	border-bottom : solid 1px #b4b4b4;
	font-weight : normal;
}

.data th.phone {
	width : 84px !important;
	width /**/: 105px;
	padding : 7px 10px 8px 10px;
	border-right : solid 1px #b4b4b4;
	border-bottom : solid 1px #b4b4b4;
	font-weight : normal;
}

.data td.cat {
	padding : 7px 10px 8px 10px;
	border-right : solid 1px #b4b4b4;
	border-bottom : solid 1px #b4b4b4;
	background : #e6f0f5;
}

.data td.cat span img {
	width : 20px;
	height : 20px;
	margin : 3px 0 0 7px;
}

.data td {
	padding : 7px 10px 8px 10px;
	border-right : solid 1px #b4b4b4;
	border-bottom : solid 1px #b4b4b4;
}

.data td.twn,.data td.tel {
	text-align : center;
}

.data td a {
	color : #145abe;
	text-decoration : underline;
}

.data td a:hover {
	color : #145abe;
	text-decoration : none;
}

/*----------SIDEBAR----------*/

#side {
	float : right;
	width : 260px;
}

#side h3 {
	padding : 15px 0 16px 0;
	color : #ffffff;
	background : #55463c;
	font-size : 100%;
	font-weight : 700;
	border-top-left-radius : 12px;
	border-top-right-radius : 12px;
	text-align : center;
}

ul#sidecat {
	list-style : none;
	overflow : hidden;
	width : 230px !important;
	width /**/: 260px;
	padding : 15px;
	background : #e2d7c8;
	border-bottom-left-radius : 12px;
	border-bottom-right-radius : 12px;
}

ul#sidecat li {
	float : left;
	width : 114px;
	margin : 0 2px 2px 0;
	text-align : center;
}

ul#sidecat li:nth-child(2n) {
	margin : 0 0 2px 0;
}

ul#sidecat li a {
	display : block;
	padding : 12px 0 14px 0;
	color : #282828;
	background : #f5f0e6;
	text-decoration : underline;
}

ul#sidecat li a:hover {
	display : block;
	padding : 12px 0 14px 0;
	color : #282828;
	background : #ffffff;
	text-decoration : none;
}</pre></body></html>