@charset "utf-8";


/*=========================================
アコーディオン
=========================================*/

.acordion{
	margin:25px 0;
}

.trigger{
}

.trigger.active{
}

.acordion_tree{
	text-align:left;
	padding:15px 0;
}

.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;
}

