@charset "UTF-8";

/*
th_TH
*/

/* =========================================================
list
========================================================= */

#list {
	clear: both;
	margin-bottom: 15px;
}
#list .wrap {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#list .wrap ul {
	display: table-cell;
	vertical-align: top;
	list-style-type: none;
	padding: 0 5px 0 0;
	margin: 0;
	width: 25%;
}
#list .wrap ul.none {
	padding: 0;
}
#list li {
	text-align: center;
	margin-bottom: 5px;
}
#list li .box {
	text-align: left;
	border: 1px solid #ebebeb;
	background-color: #f6f6f6;
	border-radius: 3px;
	padding: 4px 5px 5px;
}
#list li .box .thumb .date {
	float: right;
	color: #666666;
	margin-bottom: 2px;
}
#list li .box .thumb .new {
	float: right;
	color: #ff3399;
	background: url(/img/common/common/icon_new.gif) no-repeat 0 1px;
	padding-left: 24px;
	margin-bottom: 2px;
	white-space: nowrap;
}
#list li .box .thumb img.large {
	cursor: pointer;
	border: 1px solid #f6f6f6;
	width: 100%;
}
#list li .box .thumb a:hover img.large {
	border: 1px solid #fcc800;
}
#list li .box .title {
	line-height: 1.1;
	margin-top: 4px;
}
#list li .box .world-area {
	clear: both;
	color: #555555;
	font-size: 11px;
	line-height: 100%;
	margin: 8px 0 -4px;
}
#list li .box .name {
	margin-top: 8px;
	font-size: 12px;
}
#list li .box .cat {
	color: #888888;
	font-size: 11px;
	margin-top: 2px;
}
/* -----------------------------------------------
info
----------------------------------------------- */
#list li .info {
	display: table;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
#list li .info .store {
	display: table-cell;
	vertical-align: bottom;
}
/* -----------------------------------------------
stamp
----------------------------------------------- */
#list li .stamp {
	display: table-cell;
	width: 1%;
	vertical-align: bottom;
	padding: 2px 0 1px;
}
#list li .stamp div {
	background-image: url(/img/tha/flyer/stamp_list.png);
	background-size: 50px 39px;
	background-repeat: no-repeat;
	background-position: 0 0;
	opacity: 0.7;
	width: 50px;
	height: 39px;
}
#list li .stamp span {
	display: none;
}
