@charset "utf-8";
/*
* PPDV Distributor Page
*
* @version			0.3.0.0
* @lastmodified 2020/10/20
* @link					https://www.landcomp.co.jp/
* @copyright		Copyright 2020, LAND COMPUTER Co.,Ltd.All rights reserved.
* ------------------------------------------------------------------------ */
/* 
* 0.3  HD14対応中
* 0.2  HD84U対応
* 0.1  カテゴリ別indexページ対応 共通部品対応
* ------------------------------------------------------------------------ */

/* distributor =========================================================== */
div.dealerLink {
	background-color: #f9f9f9;
	margin-bottom: 20px;
	padding: 20px 20px 10px;
}
div.dealerLink dl {
}
div.dealerLink dl dt {
	font-weight: bold;
	margin-bottom: 5px;
}
div.dealerLink dl dd {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
div.dealerLink dl dd:last-child {
	border-bottom: none;
}
div.dealerLink dl dd a {
	padding-left: 12px;
	margin-right: 15px;
	background: url("../../../img5/link_p.png") no-repeat 0 center;
}
div.dealerLink dl dd a.nomark {
	margin-right: 0;
	padding-left: 0;
	background: none;
}
