@import url("global.css");

/* ----------------------------------------
 Index-Page
---------------------------------------- */

ul.list {
	width: 1000px;
	margin-left: -20px;
	padding-bottom: 50px;
}
ul.list li {
	width: 230px;
	height: 302px;
	float: left;
	margin: 0 0 20px 20px;
}
ul.list li a {
	display: block;
	border: #ccc 1px solid;
	width: 210px;
	height: 291px;
	position: relative;
	line-height: 20px;
	overflow: hidden;
	color: #333;
	padding: 9px 9px 0;
}
ul.list li a:hover {
	color: #cc1e06;
	text-decoration: none;
}
ul.list li a .image {
	width: 210px;
	height: 148px;
	overflow: hidden;
	margin-bottom: 8px;
}
ul.list li ul.status {
	height: 20px;
	width: 219px;
	margin: 0 0 10px -9px;
}
ul.list li ul.status li {
	width: 62px;
	height: 20px;
	float: left;
	margin: 0 0 0 9px;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding-left: 2px;
	letter-spacing: 2px;
}
ul.status li.icon_recommend {
	background-color: #ff6868;
}
ul.status li.icon_sale {
	background-color: #f06c00;
}
ul.status li.icon_negotiate {
	background-color: #cc1e06;
}
ul.status li.icon_contract {
	background-color: #333;
}
ul.status li.icon_newbuild {
	background-color: #58a2e4;
}
ul.status li.icon_used {
	background-color: #69be69;
}

ul.list li p {
	font-size: 11px;
	line-height: 1.3;
	letter-spacing: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 2px 0;
}
ul.list li .price {
	font-size: 16px;
	text-align: center;
	margin-bottom: 8px;
}
ul.list li .price span {
	font-size: 20px;
	padding-right: 5px;
}
ul.list li .rimawari {
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
}
ul.list li .rimawari span {
	font-size: 14px;
	color: #cc1e06;
}
ul.list li a .panel {
	width: 200px;
	height: 270px;
	padding: 20px 14px 10px 14px;
	background-color: #F0BBB4;
	background-color: rgba(217,86,68,0.7);
	position: absolute;
	left: 0;
	top: -30px;
	opacity: 0;
	text-align: center;
	color: #fff;
}
ul.list li a .panel p {
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 1px;
	white-space: normal;
	overflow: hidden;
	margin-bottom: 10px;
}

/* ----------------------------------------
 Entry-Page
---------------------------------------- */

article.entry {
	float: left;
	width: 710px;
}
.entrytitle {
	margin-bottom: 50px;
}

article.entry .zumi {
	margin-bottom: 40px;
}
article.entry .zumi p {
	color: #cc1e06;
	margin: 10px 0;
}

article.entry dl.point {
	margin-bottom: 20px;
}
article.entry .sub {
	color: #cc1e06;
	font-size: 22px;
	margin-bottom: 10px;
}
article.entry dl.point dd {
	padding-bottom: 10px;
}
article.entry dl.point dd p {
	margin: 1em 0 ;
}

article.entry .imagebox {
	height: 390px;
	padding: 10px;
	background-color: #f5f5f5;
	margin-bottom: 30px;
}
article.entry .imagebox .mainimage {
	display: table-cell;
	width: 470px;
	height: 370px;
	vertical-align: middle;
	padding: 6px;
	border: #ddd 4px solid;
	overflow: hidden;
	background-color: #fff;
	text-align: center;
}
article.entry .imagebox .mainimage a {
	display: table-cell;
	width: 470px;
	height: 370px;
	vertical-align: middle;
	overflow: hidden;
	text-align: center;
}
article.entry .imagebox ul.subimage {
	float: right;
	width: 200px;
}
article.entry .imagebox ul.subimage li {
	background-color: #fff;
	float: left;
	margin: 0 0 10px 10px;
	width: 70px;
	height: 70px;
	padding: 6px;
	border: #ddd 4px solid;
}

article.entry table.data {
	width: 100%;
	border-collapse: collapse;
	border: #ccc 1px solid;
	line-height: 1.4;
	font-size: 12px;
	margin-bottom: 30px;
}
article.entry table.data tr {
	border-bottom: #ddd 1px solid;
}
article.entry table.data tr:last-of-type {
	border-bottom: none;
}
article.entry table.data tr:nth-child(even) {
	background-color: #fafafa;
}
article.entry table.data th {
	text-align: center;
	vertical-align: middle;
	padding: 15px 0;
	border-right: #ccc 1px dotted;
	width: 94px;
	background-color: #f2f2f2;
}
article.entry table.data td {
	text-align: left;
	vertical-align: middle;
	padding: 15px 10px;
	border-right: #ddd 1px solid;
}
article.entry table.data tr td:last-of-type {
	border-right: none;
}

article.entry .map {
	border: #ddd 4px solid;
	padding: 1px;
}
article.entry .map iframe {
	vertical-align: middle;
}

article.entry input#btn_contact {
	width: 710px;
	height: 140px;
	background: url(../invest/img/contact.png) no-repeat left top;
	display: block;
	margin: 40px 0 50px;
	text-indent: -1000px;
	cursor: pointer;
	text-align: left;
}
article.entry input#btn_contact:hover {
	background-position: left bottom;
}

/* ---------- Side-Navi ---------- */

dl#side {
	width: 220px;
}
dl#side dt {
	background-color: #f7f7f7;
	height: 50px;
	border-bottom: #ccc 1px solid;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
dl#side dd {
	padding: 5px 0;
	border-bottom: #ccc 1px dotted;
}
dl#side dd a {
	display: block;
	padding: 12px 10px;
	color: #333;
	line-height: 25px;
}
dl#side dd a:hover {
	background-color: #f7f7f7;
	border-radius: 5px;
	text-decoration: none;
}
dl#side dd div.title {
	font-size: 11px;
	margin-bottom: 8px;
}
dl#side dd div.image {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 10px;
}
dl#side dd div.price {
	font-size: 16px;
}
dl#side dd div.price span {
	font-size: 20px;
	padding-right: 5px;
}
dl#side dd div.rimawari {
	font-size: 12px;
}
dl#side dd div.rimawari span {
	font-size: 14px;
	color: #cc1e06;
}


