<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/*=========================================
アコーディオン
=========================================*/

.acordion{
	margin:0 0 15px;
}

.trigger{
	margin: 0;
	text-align:center;
}


.acordion_tree{
	margin:10px 0;
	padding:10px;
	text-align:left;
	font-size:12px;
	background:#fff;
	color:#333;
}

.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;
}

</pre></body></html>