@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------
  #brand_list
    メーカー一覧
----------------------------------------------------*/

#brand_list h2 {
	background: #E0F1DF;
	margin: 0 0 4.2vw 0 !important;
	font-size: 4.2vw !important;
	padding: 2vw 3.33vw;
	border-radius: 3px;
}
#brand_list {
	margin-right: 0;
}
#brand_list h2 {
	background: #E0F1DF;
	border-radius: 3px;
}
#brand_list #maker-list dl {
	width: 100%;
	height: auto !important;
	margin-right: 0;
	margin-bottom: 8vw;
	padding-bottom: 4vw;
	border-bottom: dotted 1px #ccc;
}
#brand_list #maker-list dl:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#brand_list #maker-list dl dt {
	margin-bottom: 5vw;
}
#brand_list #maker-list dl li {
	background: url(https://hanwa.itembox.cloud/item/user_data/packages/osouji/img/share/arrow_red.gif) no-repeat left 8px;
	padding-left: 0.6em;
	margin-bottom: 2.66vw;
}
#brand_list #maker-list dl li a {
	display: block;
	zoom: 1;
}
#brand_list #maker-list dl li a:link,
#brand_list #maker-list dl li a:visited {
	color: #333;
	text-decoration: none;
}
#brand_list #maker-list dl li a:hover,
#brand_list #maker-list dl li a:active {
	color: #4F8F2B;
	text-decoration: underline;
}
