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

/*---------------------------------------------------------
                           #contents
---------------------------------------------------------*/

div#contents h2 {
	padding-bottom: 44px;
}

/*---------------------------------------------------------
                           #main
---------------------------------------------------------*/

div#main h3 {
	overflow: hidden;
	width: 880px;
	margin-bottom: 7px;
}
div#main h3:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

div#main h3 img {
	display: block;
	float: left;
}

div#main div.section {
	overflow: hidden;
	width: 880px;
	margin: 0 auto 8px;
}
div#main div.section:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

div#main div.section.end {
	margin-bottom: 10px;
}

div#main div.section h4 {
	margin-bottom: 10px;
}

div#main div.section.end h4 {
	margin-bottom: 3px;
}

div#main div.section dl {
	overflow: hidden;
	width: 820px;
	margin: 0 30px 10px;
}
div#main div.section dl:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

div#main div.section dl.traking dt {
	margin-top: 35px;
}

div#main div.section ul {
	overflow: hidden;
	position: relative;
	width: 830px;
	margin: 0 10px 0 20px;
	padding: 10px 0 0 10px;
	background-color: #f1f1f1;
}

div#main div.section ul li {
	float: left;
	width: 405px;
	margin: 0 10px 10px 0;
}

div#main div.section ul li.cutter,
div#main div.section ul li.driver {
	float: none;
	margin-right: 0;
}

div#main div.section ul li.boss {
	position: absolute;
	float: none;
	top: 385px;
	right: 10px;
	width: 415px;
	margin: 0;
	padding: 0;
}


/* End */
