@charset "UTF-8";

/*
ja_JP
*/

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

#list {
	clear: both;
	margin-bottom: 25px;
}
#list table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#list tr {
	border-bottom: 1px #dcdcdc dotted;
}
#list tr.end {
	border-bottom: 2px #e6eae6 solid;
}
#list tr.none {
	border-bottom: none;
}
#list tr.none td {
	padding: 4px;
}

/* -----------------------------------------------
header
----------------------------------------------- */

#list th {
	text-align: left;
	font-weight: normal;
	background-color: #f7f6f5;
	border-top: 2px #e6eae6 solid;
	border-left: 2px #e6eae6 solid;
	border-right: 2px #e6eae6 solid;
	border-bottom: 1px #e6eae6 solid;
	background: #f7f6f5 url(/img/common/bs/icon_arrow_down.png) no-repeat 8px 6px;
	padding: 8px;
}
#list th .header {
	display: table;
	list-style-type: none;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#list th .header .left {
	display: table-cell;
	padding: 0 8px 0 22px;
	width: 100%;
}
#list th .header .left .area {
	display: inline-block;
	color: #8a6540;
	font-weight: bold;
	margin: 0 5px 0 0;
}
#list th .header .left .area a {
	color: #8a6540;
}
#list th .header .left .area a:hover {
	color: #00ac9a;
}
#list th .header .left .area .world-area {
	display: inline-block;
	color: #333;
	margin-right: 5px;
}
#list th .header .left .name {
	display: inline-block;
	color: #666666;
	margin: 0 5px 0 0;
}
#list th .header .left .name a {
	color: #666666;
}
#list th .header .left .name a:hover {
	color: #00ac9a;
}
#list th .header .left .name span {
	color: #999999;
	margin-right: 3px;
}
#list th .header .left .tel {
	display: inline-block;
	color: #666666;
	white-space: nowrap;
}
#list th .header .left .tel span {
	color: #999999;
	margin-right: 3px;
}
#list th .header .date {
	display: table-cell;
	color: #666666;
	text-align: right;
	white-space: nowrap;
}
#list th .header .date .new {
	color: #ff3399;
	background: url(/img/common/common/icon_new.gif) no-repeat 0 2px;
	padding-left: 26px;
}

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

#list td.pic {
	text-align: center;
	border-left: 2px #e6eae6 solid;
}
#list td.pic .thumb {
	position: relative;
	border: 1px solid #cccccc;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin: 3px;
}
#list td.pic .thumb:hover {
	border: 1px #ffcc00 solid;
}
#list td.pic .thumb a {
	display: block;
	width: 30px;
	height: 30px
}

#list td.pic .noimg {
	position: relative;
	padding: 3px;
}
#list td.pic .noimg a {
	display: block;
	background: url(/img/common/bs/noimg_list.png) no-repeat 50% 50%;
	border: 1px solid #ffffff;
	padding: 1px;
	width: 30px;
	height: 30px
}
#list td.pic .noimg a:hover {
	border: 1px #ffcc00 solid;
}
#list td.pic .noimg a span {
	display: none;
}

#list td.pic .sold {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	position: absolute;
	top: 50%;
	left: 0;
	color: #ffffff;
	font-size: 10px;
	line-height: 100%;
	text-align: center;
	background-color: #ff0000;
	opacity: 0.8;
	padding: 2px 0;
	margin-top: -7px;
	width: 100%;
}

/* -----------------------------------------------
category
----------------------------------------------- */

#list td.cat {
	color: #6f5436;
	background-color: #fff8dc;
	padding: 3px 8px;
	white-space: nowrap;
}
#list td.cat span {
	color: #ffffff;
	text-align: center;
	padding: 2px;
	margin-right: 4px;
}

/* -----------------------------------------------
title
----------------------------------------------- */

#list td.title {
	padding: 3px 8px;
	width: 100%;
}
#list td.title h3 {
	display: flex;
	align-items: flex-end;
}
#list td.title a {
	display: block;
	overflow: hidden;
	line-height: 100%;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	height: 1em;
}

/* -----------------------------------------------
price
----------------------------------------------- */

#list td.price {
	table-layout: fixed;
	border-left: 1px #dcdcdc dotted;
	padding: 3px 4px 3px 8px;
}
#list td.price div {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	width: 80px;
	height: 1em;
}
/* -----------------------------------------------
detail
----------------------------------------------- */
#list td.detail {
	border-right: 2px #e6eae6 solid;
	padding: 3px 8px 3px 4px;
	white-space: nowrap;
}
#list td.detail a {
	display: block;
	color: #ffffff;
	background-color: #f8b500;
	border-radius: 2px;
	padding: 4px;
}
#list td.detail a:hover {
	background-color: #ffcc00;
}
/* -----------------------------------------------
online reset
----------------------------------------------- */
#list .online-list {
	display: inline-block;
	margin: 0 5px 0 0;
}
