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


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

.acordion{
	background:#ffffff;
	/*box-shadow: 0 0 10px rgba(0,0,0,0.3);*/
	/*border-radius:5px;*/
}

.trigger{
	padding: 0px;
	background:#ffffff;
	font-size:100%;
}

.trigger.active{
	/*border-radius:5px;*/
	/*border-bottom:1px solid #cfcfcf;*/
}

.acordion_tree{
	padding:10px 10px 15px 10px;
	font-size:75%;
	box-shadow: 1px 3px 4px 0 rgba(0,0,0,0.3);
}

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