/* アコーディオン */
.search-list1 dl.acordion{
	margin:8px 10px;
}

.search-list1 dt{
	padding:10px;
	font-size:28px;
	display: table-cell;
	vertical-align:middle;
	width:460px;
}
.search-list1 dt.trigger {
	background: #9bd8ff -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FECA64), to(#FECA64)); 
	border-radius: 10px;
	text-align:left;
	border: 1px solid #ccc;
	color: #663300; 
	margin-bottom:0;
}
.search-list1 dt.active{
	border-radius: 10px 10px 0 0;
}
.search-list1 dt.trigger span.open-close {
	background:url(/image/imgp.php?nm=point_plus.png) no-repeat right;
	float:right;
	width:40px;
	height:40px;
	text-indent: -9999em;
}
.search-list1 dt.active span.open-close {
	background:url(/image/imgp.php?nm=point_none.png) no-repeat right;
	float:right;
	width:40px;
	height:40px;
}
.search-list1 dd.acordion_tree{
	margin:0;
	padding:10px;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#F0F0F0));
	border: 1px solid #CCC;
	border-top:none;
}

ul.search-list-link{
	margin:0;
	padding:0;
	border-top:1px dashed #C0C0C0;
}

.search-list-link li{
	padding:10px;
	margin:0px;
	color:#808080;
	font-size:25px;
	list-style-type:none;
	vertical-align:middle;
	display:block;
	background-image:url(/image/imgp.php?nm=list_arrow.png);
	background-repeat: no-repeat;
	background-position:right;
	border-bottom:1px dashed #C0C0C0;
	position:relative;
}

.search-list-link li a{
	display:block;
	-webkit-box-sizing: border-box;
	line-height:30px;
}
