@charset "utf-8";



/*アコーディオン
-------------------------------------*/
.acordion{

}

.trigger{
	margin:0;
	padding:0;

}

.trigger.active{
margin:0;
	padding:0;

}

.acordion_tree{
	padding:0px;

}

.open-close {
	float:right;
	text-indent:-9999px;
	display:block;
	margin-top:3px;
	height:11px;
	width:20px;
	background:url(../images/open.png) no-repeat;
	-webkit-background-size:20px 11px;
}

.trigger.active .open-close{
	background:url(../images/close.png) no-repeat;
	-webkit-background-size:20px 11px;
}

