@charset "utf-8";
/* CSS Document */


/* .updated */
#pagination_test_drive .updated {
	padding: 10px 15px;
}
#pagination_test_drive .updated p {
	line-height: 1.5;
}

/* .wrapInner */
#pagination_test_drive .wrapInner {
	margin-top: 20px;
}

/* reset */
#pagination_test_drive dl,
#pagination_test_drive dt,
#pagination_test_drive dd,
#pagination_test_drive ul,
#pagination_test_drive ol,
#pagination_test_drive li,
#pagination_test_drive p {
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

/* .myDescription */
#pagination_test_drive .myDescription {
	font-size: 18px;
	margin-bottom: 20px;
}

/* .myFields */
	#pagination_test_drive .myFields:before,
	#pagination_test_drive .myFields:after {
		content: "";
		display: table;
	}
	#pagination_test_drive .myFields:after {
		clear: both;
	}
	#pagination_test_drive .myFields {
		zoom: 1;
	}

/* dl */
#pagination_test_drive dl {
	background: #fff;
	float: left;
	margin: 0 20px 20px 0;
	padding-right: 40px;
}
#pagination_test_drive dl dl {
	margin-bottom: 20px;
}

/* dt */
#pagination_test_drive dt {
	border-left: 4px solid #000;
	padding: 10px 0 10px 20px;
}
#pagination_test_drive dt p:first-child {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px
}
#pagination_test_drive dt p:nth-child(2) {
	color: #777;
}

/* dd */
#pagination_test_drive dd {
	border-left: 4px solid #ccc;
	padding: 10px 20px;
}

/* ul */
#pagination_test_drive dd ul {
	margin-bottom: 20px;
}
#pagination_test_drive dd ul:last-child {
	margin-bottom: 0;
}
#pagination_test_drive dd ul ul {
	margin-bottom: 0;
}
#pagination_test_drive dd li {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
}
#pagination_test_drive dd p {
	margin-bottom: 10px;
}
#pagination_test_drive dd li p {
	font-weight: bold;
}