@charset   "UTF-8";

/*アコーディオン
-------------------------------------*/
.acordion{
 background : none 0% 0% / auto auto repeat scroll padding-box border-box #f2ffe6;
 box-shadow: 0 0 10px rgba(0,0,0,0.3);
 border-radius:5px;
  width : 94%;
  bottom : inherit;
  margin-left : auto;
  margin-right : auto;
  margin-top : 10px;
  font-size : 18px;
}

.trigger{
	padding:10px 10px 10px 15px;
	background : none 0% 0% / auto auto repeat scroll padding-box border-box #ffeeff;
	
	border-radius:5px;
	font-size : 95%;
  

  text-align : left;
}

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

.acordion_tree{
	padding : 10px;
	font-size : 90%;
}

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