@charset "UTF-8";

/* =========================================================
list
========================================================= */
#list {
	clear: both;
	margin: -5px -5px 15px 0;
}
#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;
	margin: 0;
	width: 25%;
}
#list .wrap li.box {
	position: relative;
	text-align: center;
	background-color: #f6f6f6;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	margin: 0 5px 5px 0;
}
#list .wrap li.box a {
	display: block;
}
#list .wrap li.box .new-icon {
	position: absolute;
	top: 0;
	left: 0;
	color: #ffffff;
	font-size: 8px;
	font-weight: bold;
	line-height: 100%;
	text-align: center;
	background-color: rgba(255,51,153,1);
	padding: 2px;
	z-index: 1;
}
#list .wrap li.box .thumb {
	display: block;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-bottom: 5px;
	height: 100px;
}
#list .wrap li.box .world-area {
	color: #666;
	font-weight: bold;
	font-size: 9px;
	line-height: 100%;
}
#list .wrap li.box .cat {
	color: #666666;
	font-size: 9px;
	line-height: 100%;
	margin: 2px;
}
#list .wrap li.box .cat span {
	display: inline-block;
	line-height: 100%;
}
