/* #11589 START by CuiL 20160915 物件詳細ページ走行距離の表記追加対応 */
@charset "EUC-JP";

.mileage_txt{
	text-decoration: underline !important;
	color: #004ab8 !important;
}


#mileage_box{
	background-color: #fafafa;
	padding: 5px;
}

#mileage_box dl dt{
	font-size: 14px;
	line-height: 1.1;
	margin-bottom: 5px;
}


#mileage_box dl dd{
	padding-bottom: 12px;
}

#mileage_box dl dd:last-child{
	padding-bottom: 0;
}

/* #11589 END by CuiL 20160915 物件詳細ページ走行距離の表記追加対応 */
