<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 ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#list li.box {
	clear: right;
	border-bottom: 1px solid #e6eae6;
	padding-bottom: 9px;
	margin-bottom: 10px;
}
#list li.box:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}


#list ul.search {
    list-style-type: none;
    padding: 0;
    margin: 0 0 5px;
}

#list li.tel {
    background: url(/img/common/tg/icon_tel.gif) no-repeat 0 2px;
    margin-bottom: 4px;
    padding-left: 24px;
}

#list li.map {
    background: url(/img/common/tg/icon_map.gif) no-repeat 0 2px;
    margin-bottom: 2px;
    padding-left: 23px;
}

#list li.map a {
    color: #333333;
}

#list li.map a:hover {
    color: #ffa300;
}

/* -----------------------------------------------
picture
----------------------------------------------- */

#list li.box .thumb {
	float: right;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #e8ece9;
	margin: 0 0 5px 5px;
	width: 82px;
}
#list li.box .thumb img.small {
	vertical-align: middle;
	border: 1px solid #ffffff;
	max-width: 80px;
	max-height: 60px;
}
#list li.box .thumb img.small:hover {
	border: 1px solid #ffcc00;
}


/* -----------------------------------------------
data
----------------------------------------------- */
#list li.box dt {
	font-weight: normal;
	margin-bottom: 6px;
}
#list li.box dt a {
	line-height: 137%;
	font-weight: bold;
}
#list li.box dd p {
	line-height: 137%;
	margin-bottom: 6px;
}
#list li.box dd .date {
	color: #888;
}
#list li.box dd .date .new {
	display: inline-block;
	color: #ff3399;
	background: url(/img/common/common/icon_new.gif) no-repeat 0 2px;
	padding-left: 24px;
	margin-top: 3px;
}
#list li.box dd .review-preview {
	margin-top: 10px;
}
/* -----------------------------------------------
world area
----------------------------------------------- */
#list li.box dt .world-area {
	color: #333;
	display: inline-block;
	margin-right: 10px;
}
</pre></body></html>