@charset "Shift_JIS";

/* ===================================================================
CSS information

 File Name  : list.css
 販売リスト・売却相談リスト
=================================================================== */
#cNavi{
	margin-top: 10px;
	padding: 15px 10px;
	background: url("../images/contents/cNaviBg.gif") no-repeat left top;
	height: 80px;
}
#cNavi2{
	margin-top: 10px;
	padding: 15px 10px;
	background: url("../images/consultation/cNaviBg.gif") no-repeat left top;
	height: 80px;
}

#cNavi li
,#cNavi2 li{
	float: left;
}
#cNavi li a
,#cNavi2 li a{
	padding: 5px 12px 3px 25px;
	border-right: 1px solid #ddd;
	background: url("../images/contents/arrowCNavi.gif") no-repeat 8px 10px;
	display: block;
	color: #777;
	font-weight: bold;
	text-decoration: none;
}
#cNavi li a:hover
,#cNavi li.act a
,#cNavi2 li a:hover
,#cNavi2 li.act a{
	background-position: 8px -9px;
	color: #2f4076;
}
h2.pageTitle{
	margin-top: -35px;
	padding: 0 0 15px 30px;
	font-size: 20px;
	color: #777;
	font-weight: bold;
}
/*** 一覧表示 ***/
.cList{
	width: 540px;
}
.cList li{
	margin-top: 15px;
	padding: 10px;
	border: 1px solid #ccc;
	height: 120px;
	position: relative;
}
.cList li h4{
	margin-left: 190px;
	margin-bottom: 8px;
	padding: 5px;
	background-color: #e6e6e6;
}
.cList li h4 a{
	display: block;
	font-size: 15px;
	font-weight: bold;
}
.cList li ul{
	margin-left: 190px;
}
.cList li ul li{
	margin: 0;
	padding: 2px 0;
	border: none;
	height: auto;
	position: static;
}
.cList li div{
	border: 1px solid #ccc;
	position: absolute;
	top: 10px;
	left: 10px;
}
.cList .address{
	padding-left: 45px;
	background: url("../images/contents/address.gif") no-repeat left 3px;
}
.cList .station{
	padding-left: 45px;
	background: url("../images/contents/station.gif") no-repeat left 3px;
}
.cList .price{
	font-size: 15px;
	font-weight: bold;
	text-align: right;
}
.cList li p{
	margin-left: 190px;
	padding: 20px 0 0;
}
