@charset "Shift_JIS";

/*-------------------------------------------------------------------
	Version.												1.4.1.2;
	Author.												
	Aptx.													4.8.6.9;

	PROGRAM-ID.									"service"
-------------------------------------------------------------------*/

/*****************************************************
	DATA DIVISION.
	WORKING-STRAGE SECTION.
*****************************************************/

body #wrap{
	z-index:1;
	position:relative;
}

#contents,
#contents .chapter{
	position:static;
}

#list-area{
	position:absolute;
	left:0;
	padding-bottom:27px;
	border-bottom:1px solid #CCC;
	width:100%;
	z-index:2;
}

#list-area ul{
	width:1143px;
	margin:0 auto;
}
#list-area ul li{
	float:left;
	margin-left:33px;
	margin-bottom:15px;
}
#list-area ul li.sell,
#list-area ul li.maintenance,
#list-area ul li.insurance{
	margin-left:-2px;
}
#contents .detail{
	padding-top:500px;
}

#contents section{
	clear:both;
	padding:0;
	margin:0;
	padding-top:35px;
	zoom:1;
}
section .text-area{
	width:673px;
}
section .text-area p,
section .text-area dl{
	margin-left:20px;
	margin-right:20px;
}
#contents section h3{
	margin-bottom:30px;
}
section dl dt{
	font-weight:bold;
}
section dl dd{
	margin-bottom:20px;
}
.pagetop{
	display:none;
}
section .pagetop{
	display:block;
	clear:both;
	margin-top:20px;
}
section.odd .pic{
	float:left;
	margin-left:-2px;
}
section.odd .text-area{
	float:right;
}
section.even .pic{
	float:right;
}
section.even .text-area{
	float:left;
}

#contents #boat{
	margin-bottom:0;
}


/* clearfix */
#list-area ul:after{
	content											: ".";
	display											: block;
	clear												: both;
	height												: 0;
	visibility											: hidden;
}
#list-area ul{
	zoom:1;
}