<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/seed.css";
@import "/css/tha/common/exmedia.css";
@import "/css/tha/common/enlarge.css";
@import "/css/tha/common/fan.css";

/* =========================================================
view-tab
========================================================= */
.view-tab li a {
	background-color: rgba(122,166,211,1);
}
.view-tab li a:hover {
	background-color: rgba(122,166,211,.8);
}
.view-tab li.on a {
	background-color: rgba(51,102,153,1);
}
.view-tab li.list a span {
	background-image: url(/img/common/ib/view_list.png);
}
.view-tab li.map a span {
	background-image: url(/img/common/ib/view_map.png);
}
.view-tab li.pic a span {
	background-image: url(/img/common/ib/view_pic.png);
}
.view-tab li.video a span {
	background-image: url(/img/common/ib/view_video.png);
}
/* =========================================================
common
========================================================= */

/* -----------------------------------------------
link color
----------------------------------------------- */

a:link {
	color: #d2691e;
}
a:visited {
	color: #d2691e;
}
a:hover {
	color: #37a34a;
}

/* -----------------------------------------------
left menu
----------------------------------------------- */

#side-left .menu h3 {
	border-top: 4px solid #336699;
	border-bottom: 1px solid #336699;
}
#side-left .menu div a {
	background-color: #336699;
}
#side-left .category li {
	background: url(/img/common/ib/left_nav_point.png) no-repeat 0 8px;
}

/* -----------------------------------------------
banner
----------------------------------------------- */

#side-left .bn-promo li {
	margin-bottom: 10px;
}
/*
#side-left .bn-promo li.restaurant img {
	width: 125px;
	height: 126px;
}
*/
#side-left .bn-promo li.tg img {
	width: 125px;
	height: 126px;
}

/* -----------------------------------------------
banner
----------------------------------------------- */

#side-left .banner-promo {
	margin-top: 10px;
}

/* promo */
#side-left .banner-promo li.restaurant img {
	width: 135px;
	height: 122px;
}

/* -----------------------------------------------
location
----------------------------------------------- */

.location h3 {
	background-color: #336699;
}
.location div {
	background: url(/img/common/ib/location_bg.png) no-repeat 100% 100%;
}
.location p {
	background: url(/img/common/ib/location_arrow.png) no-repeat 10px 0;
}

/* -----------------------------------------------
contents name
----------------------------------------------- */

#contents-name h2 a {
	display: block;
	background: url(/img/tha/ib/title.gif) no-repeat 0 0;
	width: 202px;
	height: 50px;
}

/* -----------------------------------------------
nodata reg
----------------------------------------------- */

#nodata div a {
	background-color: #336699;
}

/* -----------------------------------------------
pagination
----------------------------------------------- */

.paging .bg {
	background-color: #336699;
}

/* -----------------------------------------------
text ad
----------------------------------------------- */

#sidead li.textad {
	background-color: #eaeff4;
}</pre></body></html>