/*アコーディオンセット*/
.acset {
    border:1px #ddd solid;
    border-top:5px #0066cc solid;
}
.acset .acmenu {
    margin: 0;
    padding: 0 10px;
    border-bottom:1px #ddd solid;

}
.acset .acmenu:last-child {
    border-bottom-width: 0;
}
.acset .acmenu dt {
	padding:7px 0 7px 25px;
	font-size: 0.9em;
}
.acset ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.acset ul li {
    background:url("../../img2/icon_menu2.png") no-repeat left center;
    padding-left: 10px;
    border-bottom: 1px #ddd solid;
    font-size: 0.9em;
	line-height:130%;
}
.acset ul li a {
    display: block;
    padding: 8px 0;
    text-decoration: none;
    color: #0066cc;
}
.acset ul li:last-child {
    border-width:0;

}

.acset .acmenu dt a {
    text-decoration: none;
    color: #0066cc;
}


/*＋-ボタン*/
.acset .acmenu dt.plus {
	background:url("../../img2/open.png") no-repeat left center;
}
.acset .acmenu dt.pluson {
	background:url("../../img2/close.png") no-repeat left center;
	font-weight: bold;
}
