@charset "utf-8";

#contentsWrap {
	position: relative;
	margin: 0 auto 20px;
	width: 600px;
	padding: 8px 0 0 0;
	text-align: left;
}

.clLine {
	clear: both;
	font-size: 1px;
	margin: 0 0 15px 0;
	border-bottom: 1px dashed #CCCCCC;
}

.txtL {
	text-align:left;
	display:block;
}
.txtC {
	text-align:center;
	display:block;
}
.txtR {
	text-align:right;
	display:block;
}

a.overBtn:hover img {
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity: 0.7;
	opacity: 0.7;
}

img {
	border:none;
	vertical-align:top;
}

table {
	border-collapse:collapse;
}


/*貸したい*/
#lendIndexHeader {
	position: relative;
	width: 600px;
	background-image: url(../sv_lend/images/lend_header_bg.jpg);
	background-repeat: no-repeat;
	height: 410px;
}
#lendIndexHeader h1 {
	margin:0;
}
#lendIndexPoint {
	list-style: none;
	margin: 0;
	padding: 0;
}
#lendIndexPoint li {
	list-style: none;
	position: absolute;
	width: 258px;
	color: #333333;
}
#lendIndexPoint li span {
	display: block;
	font-size: 12px;
	padding: 5px 0 0 10px;
	line-height: 1.3em;
}
#lendIndexPoint li.pt1 {
	top: 95px;
	left: 24px;
	width: 263px;
}
#lendIndexPoint li.pt2 {
	top: 95px;
	left: 315px;
}
#lendIndexPoint li.pt3 {
	top: 225px;
	left: 24px;
}
#lendIndexPoint li.pt4 {
	top: 225px;
	left: 315px;
}

.lendIndexSvWrap {
	width: 590px;
	margin: 0 auto;
	position: relative;
}
.lendIndexSvWrap h3 {
	float: left;
	width: 120px;
	text-align: center;
	font-size: 16px;
	background-color: #64ACAC;
	color: #FFFFFF;
	padding: 12px 0;
	line-height: 1.4em;
	margin: 0;
}

.lendIndexSvList {
	float: right;
	width: 460px;
}
.lendIndexSvList ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
.lendIndexSvList li {
	list-style: none;
	font-size: 12px;
	line-height: 1.3em;
	color: #333333;
	margin: 0 0 15px 0;
}
.lendIndexSvList li span {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	display: block;
	margin: 0 0 4px 0;
}

/*売りたい*/
#sellIndexHeader {
	position: relative;
	width: 600px;
	background-image: url(../sv_sell/images/sell_contact_bg.jpg);
	background-repeat: no-repeat;
	height: 240px;
}
#sellIndexHeader h1 {
	margin:0;
}
#sellIndexSvWrap {
	width: 590px;
	margin: 0 auto;
	position: relative;
}
#sellIndexSvWrap ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sellIndexSvWrap li {
	list-style: none;
	min-height: 74px;
	font-size: 12px;
	color: #333333;
	display: block;
	position: relative;
	padding: 0 0 0 205px;
}
#sellIndexSvWrap li img {
	position:absolute;
	display:block;
	top:0;
	left:0;
}
#sellIndexSvWrap li span.txtBox {
	display: block;
	padding: 6px 6px 6px 22px;
	background-color: #F3F3F3;
	margin: 0 0 8px 0;
	line-height: 1.3em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#sellIndexSvWrap li span.pt1 {
	font-size: 14px;
	padding: 0 0 8px 0;
	display: block;
	color: #FF3300;
	font-weight: bold;
}
#sellIndexSvWrap li span.pt2 {
	font-size: 12px;
	padding: 0 0 8px 0;
	display: block;
}
