@charset "utf-8";
/* CSS Document */

.biz {
	width: 100%;
	margin-right: -30px;
	margin-bottom: 20px;	
}
.biz dl {
	float: left;
	width: 420px;
	margin: 0 30px 30px 0;
}
.biz dt a:hover img {
	position: relative;
	left: 1px;
	top: 1px;
}
.biz dl.purchase {
	width: 870px;
}

h2.sbtitle {
	float: right;
	display: inline;
}
p.txt {
	float: right;
	display: inline;
}
figure.top {
	margin: 0 0 40px 130px;
}

section {
	margin-bottom: 30px;
}
section.structure figure {
	float: right;
	margin: 0 0 20px 20px;
}
section.struct li {
	list-style-type: decimal;
	line-height: 200%;
	margin-left: 30px;
}
section.condition {
	height: 130px;
	background: url(../img/business/purchase/bg_condition.jpg) no-repeat 315px top;
}
section.condition li {
	position: relative;
	line-height: 200%;
	margin-left: 25px;
	padding-left: 30px;
}
section.condition li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 19px;
	height: 19px;
	border: #CCCCCC solid 1px;
}
section table {
	clear: both;
	display: inline-table !important;
	width: 870px;
	line-height: 150%;
	border: #D6D7DE solid 1px;
	border-collapse: collapse;
	margin: 0 0 10px;
}
section table th {
	vertical-align: middle;
	background-color: #EDF5EE;
	border: #D6D7DE solid 1px;
	padding: 1em;
	width: auto;
}
section table td {
	border: #D6D7DE solid 1px;
	padding: 1em;
}
section table th.width100 {
	width: 100px;
}
section table th.width250 {
	width: 250px;
}

section#slide {
	position: relative;
	width: 870px;
	height: 140px;
	padding: 30px 0 0;
}
section#slide li {
	float: left;
	display: inline-block;
	width: 200px;
	height: 140px;
	border-left: 18px #FFFFFF solid;
	background-color: #CCCCCC;
}
section#slide .left {
	position: absolute;
	left: 0;
}
section#slide .right {
	position: absolute;
	right: 0;
}


