@charset "utf-8";
/**----------------------------------------------------------
 *CSS information
 *
 * file name	: sales.css
 * author		: kataoka daichi
 * style info	: 物件を売却ページCSS
 -----------------------------------------------------------*/

 #header_inner{
	background-image: url(/img/title/bg_body_sale.jpg);
}
#headimg {
	background-image: url(/img/title/ttl_sale.jpg);
}
#article h3 {
height: 34px;
margin-bottom: 10px;
background-repeat: no-repeat;
background-position: 0px 10px;
text-indent: -9999px;
overflow: hidden;
}
#article h3.consult-sales{
	background-image: url(/img/stitle/sttl_consult-sales.jpg);
}
#article h3.assessment{
	background-image: url(/img/stitle/sttl_assessment.jpg);
}
#article h3.property-check{
	background-image: url(/img/stitle/sttl_property-check.jpg);
}
#article h3.mediation-contract{
	background-image: url(/img/stitle/sttl_mediation-contract.jpg);
}
#article h3.sales-activities{
	background-image: url(/img/stitle/sttl_sales-activities.jpg);
}
#article h3.trade-agreement{
	background-image: url(/img/stitle/sttl_trade-agreement.jpg);
}
#article h3.preparing-delivery{
	background-image: url(/img/stitle/sttl_preparing-delivery.jpg);
}
#article h3.payment-balance{
	background-image: url(/img/stitle/sttl_payment-balance.jpg);
}

#article p {
margin-left: 16px;
margin-right: 16px;
margin-bottom: 15px;
}
#article h4 {
margin-left: 16px;
color: #C60;
font-size: 14px;
}

#article table {
width: 685px;
margin-left: 15px;
margin-bottom: 15px;
border-left: 2px solid #F0ECE0;
border-top: 2px solid #F0ECE0;
}
#article table th {
padding: 4px;
padding-left: 8px;
background-color: #A0894C;
border-right: 2px solid #F0ECE0;
border-bottom: 2px solid #F0ECE0;
text-align: center;
vertical-align: top;
color: white;
font-weight: bold;
}
#article table td{
padding: 4px;
padding-left: 8px;
text-align: left;
vertical-align: top;
border-right: 2px solid #F0ECE0;
border-bottom: 2px solid #F0ECE0;
}
#article table td.word {
width: 100px;
background-color: #D1C49E;
font-weight: bold;
color: #333;
}
#article table tr.odd td.word {
background-color: #DFC079;
}
#article table tr.odd td {
background-color: #FFFFE6;
}
#article table tr.odd th,
#article table tr th.odd {
background-color: #D4AA48;
}
#article .variousBox {
padding-left: 60px;
background-image: url(/img/sale/variousarrow.gif);
background-repeat: no-repeat;
background-position: 20px 30px;
}
#article .variousBox table {
width: 615px;
}

#article ul.hd1 {
margin-left: 32px;
margin-bottom: 1em;
}

#article ul.hd1 li {
margin-bottom: 0.3em;
list-style-type: disc;
}

#article .settlementBox{
	clear: both;
}

#article .settlementBox dl{
	width: 657px;
	margin-left: 17px;
	margin-bottom: 6px;
	padding-top: 14px;
	background-image: url(/img/sale/arrow01.gif);
	background-repeat: no-repeat;
	background-position: 60px 0px;
}

#article .settlementBox dl.start{
	padding-top: 0px;
	background-image: none;
}

#article .settlementBox dl.end{
	margin-bottom: 15px;
}

#article .settlementBox dl dt{
	float: left;
	clear: left;
	width: 147px;
	padding: 4px;
	padding-left: 8px;
	background-color: #A0894C;
	font-weight: bold;
	color: #FFF;
}

#article .settlementBox dl dd{
	float: right;
	clear: right;
	width: 484px;
	padding: 4px;
	padding-left: 8px;
	background-color: #FFF;
}

#article .settlementBox dl.odd dt{
	background-color: #D4AA48;
}
#article .settlementBox dl.odd dd{
	background-color: #FFFFE6;
}
#article .settlementBox dl::after {
content: ",";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
