@charset "utf-8";


#spec_content_bg {
	background-image: url(../images/spec/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.content_left {
	width: 280px;
}

dl {
	margin-bottom: 20px;
}

dt {
	float: left;
	margin-bottom: 5px;
}

dd {
	margin-left: 50px;
	margin-bottom: 5px;
}


dl.list dt {
	float: left;
}

dl.list dd {
	margin-left: 15px;
}

dd.modes {
	width: 260px;
}