@charset "utf-8";


/*::::::::::アコーディオン::::::::::*/

.displayNone {
	display: none;
}

.accordion {
	margin:10px 0 30px;
	color:#fff;
	line-height:1.6;
	font-size:12px;
}

.switch {
	border:1px solid #fff;
	padding:5px 0;
	text-align:center;
	font-size:14px;
	font-weight: bold;
	background : rgba(0,0,0,0.2)
}

.open {
	display:none;
}

.close {
	border:1px solid #fff;
	padding:5px;
	text-align:center;
	font-size:14px;
	font-weight: bold;
}

.accordion .tree {
	padding:10px 0;
	text-align:left;
	font-weight: lighter;
}

.tree p{
	font-weight: bold;
	margin:10px 0 5px;
	font-size:14px;
}

.tree a{
	font-weight: bold;
	text-decoration: underline;
	color:#01b4ed;
}
/*::::::::::アコーディオン::::::::::*/