<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
*/

/* =========================================================
list
========================================================= */
#list {
	clear: both;
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px 0;
}
#list li.box {
	position: relative;
	border: 2px solid #e6eae6;
	border-radius: 5px;
	margin-bottom: 12px;
}
/* -----------------------------------------------
official
----------------------------------------------- */
#list .official {
	position: absolute;
	top: 25px;
	right: 10px;
	display: inline-block;
	background-image: url(/img/common/common/official_stamp.png);
	background-size: 60px 60px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
	width: 60px;
	height: 60px;
}
#list .official span {
	display: none;
}
/* -----------------------------------------------
header
----------------------------------------------- */
#list li.box .header {
	background-color: #f7f6f5;
	border-bottom: 1px dotted #dcdcdc;
	padding: 8px 10px;
}
#list li.box .header:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#list li.box .header .cat {
	float: left;
	border-left: 5px solid #043c78;
	margin-top: 2px;
}
#list li.box .header .cat span {
	display: inline-block;
	color: #043c78;
	font-weight: bold;
	padding: 0 2px 0 5px;
	min-width: 120px;
}
#list li.box .header .date {
	float: right;
	color: #666666;
	margin-top: 2px;
}
#list li.box .header .date .new {
	float: right;
	color: #ff3399;
	background: url(/img/common/common/icon_new.gif) no-repeat 0 50%;
	padding-left: 25px;
}
/* -----------------------------------------------
body
----------------------------------------------- */
#list li.box .body {
	clear: both;
	padding: 10px;
}
#list li.box .body .thumb {
	float: right;
	margin: 0 0 10px 10px;
}
#list li.box .body .thumb img.medium {
	border: 1px solid #e7e7e7;
	padding: 1px;
	max-width: 120px;
	max-height: 90px;
}
#list li.box .body .thumb img.medium:hover {
	border: 1px solid #ffcc00;
}
#list li.box .body .world-area {
	display: inline-block;
	color: #333;
	font-weight: bold;
	margin: 0 0 3px 0;
}
#list li.box .body h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 116%;
	margin: 0 0 10px 0;
}
#list li.box .body p {
	line-height: 137%;
	margin-bottom: 8px;
	min-height: 18px;
}
#list li.box .body .contact {
	clear: both;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#list li.box .body .contact ul {
	list-style-type: none;
	color: #666666;
	line-height: 126%;
	display: table-cell;
	vertical-align: bottom;
	padding: 0;
	margin: 0;
	width: 100%;
}
#list li.box .body .contact ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
#list li.box .body .contact li {
	display: inline-block;
	margin: 0 8px 0 0;
}
#list li.box .body .contact li span {
	color: #999999;
	margin-right: 3px;
}
#list li.box .body .contact li.name a {
	color: #3366ff;
	font-weight: bold;
}
#list li.box .body .contact li.name a:hover {
	color: #668cff;
}
#list li.box .body .contact li.name a img {
	margin-right: 4px;
	vertical-align: bottom;
}
#list li.box .body .contact li.area a {
	color: #666;
}
#list li.box .body .contact li.area a:hover {
	color: #ff9933
}
#list li.box .body .contact .detail {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
}
#list li.box .body .contact .detail a {
	display: inline-block;
	color: #ffffff;
	background-color: #043c78;/* service color */
	border-radius: 2px;
	padding: 4px 8px;
	white-space: nowrap;
}
#list li.box .body .contact .detail a:hover {
	background-color: #ffcc00;
}</pre></body></html>