@charset "utf-8";

/**
 * 販売店一覧
 */

.dealer_contents_wrap {
	width: 100%;
	text-align: left;
	overflow: hidden;
	background: #eee;
	padding:20px;
	box-sizing: border-box;
	box-shadow: 1px 1px 1px #aaa;
}
.dealer_contents_wrap .map_wrap {/*地図*/
	float: left;
	position: relative;
	width: 466px;
	height: 501px;
}
.dealer_contents_wrap .map_wrap li {
	width: 466px;
	height: 501px;
	position: absolute;
	top: 0;
	left: 0;
}
.dealer_contents_wrap .dealerlist {/*リスト*/
	width: 30%;
	border: 1px solid #AAA;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-ms-border-radius: 14px;
    border-radius: 14px;
    padding: 10px 15px;
    float: left;
    margin: 0 0 0 10px;
    line-height: 130%;

}
.dealer_contents_wrap h3.areaTitle {/*地区名*/
	font-size: 120%;
	font-weight: bold;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
    border-radius: 20px;
    color: #000;
    background-color: #AAA;
    padding: 5px;
    text-align: center;
}
.dealer_contents_wrap .dealerlist h4 {/*県名*/
	font-size: 120%;
	font-weight: bold;
   margin: 40px 0 3px 0;
	border-bottom: 3px solid #999999;
   padding-bottom: 10px;
}
.dealer_contents_wrap .dealerlist ul {
	padding: 20px 0;
	border-top: 1px solid #666666;
}
.dealer_contents_wrap .dealerlist ul li {
	letter-spacing: 0.05em;
	padding: 0 10px 0 20px;
}
.dealer_contents_wrap .dealerlist ul li:first-child {
	line-height: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}
.dealer_contents_wrap .dealerlist ul:nth-child(odd) {
	background: rgba(255,255,255,0.06);
}
.dealer_contents_wrap .dealerlist ul li:nth-child(1):before {
	/*content:"●";*/
}
.dealer_contents_wrap .dealerlist ul li:nth-child(2),
.dealer_contents_wrap .dealerlist ul li:nth-child(3),
.dealer_contents_wrap .dealerlist ul li:nth-child(4) {
	margin-left: 12px;
	font-size: 90%;
	line-height: 120%;
}
.dealer_contents_wrap .dealerlist ul li:nth-child(4) {
text-overflow: ellipsis;
}
