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

/*
th_TH
*/

/* common */
@import "/css/tha/common/map.css";

/* =========================================================
header
========================================================= */
#map .free .header .cat {
	background-color: #ba8b40;
}
#map .premier .header .cat {
	background-color: #533c32;
}
/* =========================================================
article
========================================================= */
#map .premier .article .box p {
	color: #aa8000;
}
/* -----------------------------------------------
data
----------------------------------------------- */
#map .balloon .data {
	margin-bottom: 10px;
}
#map .balloon .data table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px #efefef dotted;
	width: 100%;
}
#map .balloon .data tr {
	border-bottom: 1px #efefef dotted;
}
#map .balloon .data th {
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	line-height: 126%;
	text-align: left;
	background-color: #f7f6f5;
	padding: 4px 8px;
	white-space: nowrap;
}
#map .balloon .data td {
	color: #666c67;
	font-size: 12px;
	line-height: 126%;
	padding: 4px 8px;
	width: 50%;
}
#map .balloon .data td a {
	color: #666c67;
}
#map .balloon .data td span {
	font-weight: bold;
}
#map .balloon .data .sold {
	color: #e73739;
	font-weight: bold;
	margin-left: 8px;
}
/* =========================================================
footer
========================================================= */
#map .balloon .footer {
	margin-top: 0;
}
/* -----------------------------------------------
left
----------------------------------------------- */
#map .free .footer .left li {
	float: left;
	color: #666666;
	margin: 0 8px 0 0;
}
#map .free .footer .left li a {
	color: #666;
}
#map .free .footer .left li a:hover {
	color: #ff9933;
}
#map .premier .footer .left li.name {
	font-weight: bold;
	margin-bottom: 2px;
}
#map .premier .footer .left li.name a {
	color: #3366ff;
	display: table-cell;
	vertical-align: middle;
}
#map .premier .footer .left li.name a:hover {
	color: #668cff;
}
#map .premier .footer .left li.name img {
	vertical-align: middle;
	margin-right: 4px;
}
#map .premier .footer .left li.tel,
#map .premier .footer .left li.license {
	float: left;
	margin-right: 8px;
}
/* -----------------------------------------------
detail button
----------------------------------------------- */
#map .premier .footer .detail a {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background-color: #533c32;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	margin-bottom: 5px;
	padding: 10px 22px 6px 22px;
}
#map .premier .footer .detail a:hover {
	background-color: #ffcc00;
}
#map .free .footer .detail a {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	color: #ba8b40;
	font-weight: bold;
	line-height: 100%;
	border: 2px solid #ba8b40;
	border-radius: 3px;
	padding: 10px 20px 8px 20px;
	white-space: nowrap;
}
#map .free .footer .detail a:hover {
	color: #ffcc00;
	border: 2px solid #ffcc00;
}
</pre></body></html>