@charset "utf-8";
.basic {
	font-size: 10px;
	line-height: 18px;
	color: #666666;
}
.equipment {
	font-size: 10px;
	line-height: 20px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.spec_underline {
	font-size: 10px;
	color: #666666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5671A0;
}
.spec_underline_spec {
	font-size: 10px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.spec_spacebox {
	padding-bottom: 30px;
	padding-left: 35px;
}
.font_right {
	text-align: right;
}

