@charset "UTF-8";

/*
es_MX
*/

/* =========================================================
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 {
	position: relative;
	text-align: center;
	background-color: #f6f6f6;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	padding: 5px;
}
#list li .box .new {
	position: absolute;
	top: 5px;
	left: 5px;
	background: url(/img/common/common/icon_new.gif) no-repeat 0 0;
	width: 22px;
	height: 9px;
	z-index: 2;
}
#list li .box img.large {
	cursor: pointer;
	border: 1px solid #f6f6f6;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	width: 100%;
}
#list li .box img.large:hover {
	border: 1px solid #ffcc00;
}
#list li .box .cat {
	clear: both;
	color: #666666;
	font-size: 10px;
	text-align: right;
	margin-top: 3px;
}
#list li .box .cat a {
	color: #666666;
}
#list li .box .cat a:hover {
	color: #fcc800;
}
#list li .box .cat span {
	background-color: #d3d3d3;
	padding: 2px 4px;
	margin-right: -5px;
}
