@charset "utf-8";


/*****************ac01*****************/

#ac01 {
	margin : 15px auto;
}


#ac01 dl.acordion{
	background:#fff;
	border-radius:5px;
	text-align: center;
}

#ac01 dt.trigger{
	padding:10px 10px 10px 15px;
	background: #ff5897;
	border-radius:5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
}

#ac01 dt.trigger.active{
}

#ac01 dd.acordion_tree{
	border-radius:5px;
	padding:15px 3px;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
	font-size: 13px;
	line-height: 1.4;
}

#ac01 dd.acordion_tree a {
	font-size: 14px;
	text-decoration: underline;
	color: #fd4289;
	font-weight: bold;
}

/*****************ac01*****************/

/*****************ac02*****************/

#ac02 {
	margin : 15px auto;
}


#ac02 dl.acordion{
	background:#fff;
	border-radius:5px;
	text-align: center;
}

#ac02 dt.trigger{
	padding:10px 10px 10px 15px;
	background: #ff91ba;
	border-radius:5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
}

#ac02 dt.trigger.active{
}

#ac02 dd.acordion_tree{
	border-radius:5px;
	padding:15px 3px;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
	font-size: 13px;
	line-height: 1.4;
}

#ac02 dd.acordion_tree a {
	font-size: 14px;
	text-decoration: underline;
	color: #fd4289;
	font-weight: bold;
}

/*****************ac02*****************/