@charset "UTF-8";

/* =========================================================
list
========================================================= */
#list {
	clear: both;
	margin-bottom: 20px;
}
#list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#list li.box {
	clear: both;
	border: 2px solid #e8ece9;
	margin-bottom: 10px;
}
/* -----------------------------------------------
header
----------------------------------------------- */
#list li.box .header {
	background-color: #f7f6f5;
	border-bottom: 1px dotted #dcdcdc;
	padding: 5px;
}
#list li.box .header:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#list li.box .header .actcat {
	float: left;
}
#list li.box .header .actcat span {
	display: inline-block;
	color: #ffffff;
	font-size: 12px;
	line-height: 100%;
	padding: 4px;
}
#list li.box .header .actcat .cat {
	margin-left: 1px;
}
#list li.premier .header .actcat .cat {
	background-color: #533c32;
}
#list li.free .header .actcat .cat {
	background-color: #ba8b40;
}
#list li.box .header .date {
	float: right;
	color: #666666;
	font-size: 70%;
	margin-top: 2px;
}
#list li.box .header .date .new {
	color: #ff3399;
}
/* -----------------------------------------------
body
----------------------------------------------- */
#list li.box .wrapper {
	margin: 5px;
}
#list li.box .body {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 5px;
	width: 100%;
}
#list li.box .body .data {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}
#list li.box .body .world-area {
	font-weight: bold;
	font-size: 12px;
	margin: 2px 0 4px 0;
}
#list li.box .body .data .make {
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 2px 0 3px 0;
	height: 1em;
	width: auto;
}
#list li.box .body .data .addr {
	font-size: 75%;
	margin-bottom: 5px;
}
#list li.box .body .data .addr span {
	font-weight: bold;
}
#list li.box .body .data .price {
	font-size: 90%;
	margin-bottom: 5px;
}
#list li.box .body .data .addr span,
#list li.box .body .data .price span {
	font-weight: bold;
}
#list li.box .body .data .total-price {
	vertical-align: middle;
	border: 0;
	margin-bottom: 10px;
}
#list li.box .body .data .total-price .container {
	background-color: #FAF9F7;
	border: 1px solid #e8ece9;
	border-radius: 2px;
	padding: 8px 12px;
}
#list li.box .body .data .total-price .main-wrap {
	border-bottom: 1px solid #efe8de;
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 86%;
}
#list li.box .body .data .total-price .main-wrap span {
	color: #533c32;
	font-size: 11px;
	display: block;
}
#list li.box .body .data .total-price .sub-wrap {
	display: flex;
	justify-content: flex-start;
	margin-top: 4px;
	flex-wrap: wrap;
}
#list li.box .body .data .total-price .sub-wrap .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	font-size: 12px;
	margin: 0 2px;
	color: #777;
}
#list li.box .body .data .total-price .sub-wrap .box span {
	margin-right: 4px;
}
#list li.box .body .data table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px dotted #efefef;
	width: 100%;
}
#list li.box .body .data tr {
	border-bottom: 1px dotted #efefef;
}
#list li.box .body .data th {
	color: #999999;
	font-size: 70%;
	font-weight: normal;
	text-align: left;
	background-color: #f7f6f5;
	padding: 4px;
	white-space: nowrap;
}
#list li.box .body .data th span {
	color: #ea5549;
}
#list li.box .body .data td {
	color: #666c67;
	font-size: 80%;
	padding: 4px;
	width: 100%;
}
#list li.box .body .thumbnail {
	display: table-cell;
	vertical-align: top;
	text-align: center;
}
#list li.box .body .thumbnail .thumb {
	position: relative;
	text-align: center;
	margin: 0 8px 2px 0;
	width: 120px;
}
#list li.box .body .thumbnail .thumb img.medium {
	vertical-align: middle;
	max-width: 120px;
	max-height: 90px;
}
/* -----------------------------------------------
sold out
----------------------------------------------- */
#list li.box .body .thumbnail .thumb .sold {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	z-index: 2;
}
#list li.box .body .thumbnail .thumb .sold span {
	display: none;
}
#list li.box .body .thumbnail .thumb .sold div {
	background-image: url(/imgm/common/common/sold_icon.png);
	background-size: 60px 60px;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
}
/* -----------------------------------------------
noimg
----------------------------------------------- */
#list li.box .body .thumbnail .noimg {
	text-align: center;
	vertical-align: middle;
	background-image: url(/imgm/common/bsc/service_img.png);
	background-size: 70px auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 1px solid #ffffff;
	width: 120px;
	height: 90px;
}
#list li.box .body .thumbnail .noimg .wrap {
	text-align: center;
	vertical-align: middle;
	background-color: rgba(255,255,255,0.8);
	width: 120px;
	height: 90px;
}
/* -----------------------------------------------
title
----------------------------------------------- */
#list li.box .title {
	display: block;
	color: #866629;
	font-size: 85%;
	line-height: 126%;
	margin-bottom: 5px;
}
/* -----------------------------------------------
contact
----------------------------------------------- */
#list li.box .contact {
	margin-bottom: 8px;
}
#list li.box .contact:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
#list li.box .contact li {
	float: left;
	display: inline-block;
	color: #666666;
	font-size: 80%;
	line-height: 126%;
	margin-right: 8px;
}
#list li.box .contact li:last-child {
	margin-right: 0;
}
#list li.box .contact li span {
	color: #999999;
	font-weight: normal;
	margin-right: 3px;
}
#list li.box .contact li.license a {
	color: #333;
}
/* -----------------------------------------------
contact / premier
----------------------------------------------- */
#list li.premier .contact .box {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#list li.premier .contact .box .info {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
#list li.premier .contact .box .name {
	font-weight: bold;
	font-size: 80%;
}
#list li.premier .contact .box .name img {
	vertical-align: middle;
	margin-right: 3px;
	width: 20px;
	height: 20px;
}
#list li.premier .contact .box .logo {
	display: table-cell;
	vertical-align: middle;
}
#list li.premier .contact .box .logo img {
	vertical-align: middle;
	margin-left: 5px;	line-height: 20px;
	max-width: 50px;
	max-height: 40px;
}
/* -----------------------------------------------
detail
----------------------------------------------- */
#list li.box .detail {
	font-size: 80%;
	text-align: center;
}
#list li.box .detail a {
	position: relative;
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	border-radius: 2px;
	padding: 5px 10px;
	z-index: 100;
}
#list li.box .detail a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	background-color: #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
	width: 8px;
	height: 8px;
}
#list li.box .detail a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	background: #e8ece9;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
	width: 8px;
	height: 8px;
}
#list li.premier .detail a,
#list li.premier .detail a:after {
	background-color: #533c32;
}
#list li.free .detail a,
#list li.free .detail a:after {
	background-color: #ba8b40;
}
/* -----------------------------------------------
tag
----------------------------------------------- */
#list li.box .tag {
	overflow: hidden;
	margin-top: 5px;
	width: 100%;
}
#list li.box .tag .tag-box {
	font-size: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}
#list .tag a {
	display: inline-block;
	color: #90776c;
	font-size: 12px;
	line-height: 1;
	vertical-align: bottom;
	border: 1px solid #bfb0aa;
	border-radius: 2px;
	background-color: #faf8f7;
	padding: 3px 5px;
	margin: 0 4px 0 0;
}
#list .tag a:hover {
	color: #9cbb1c;
}