@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: #1216b6;
	border-radius:5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
	overflow: hidden;
}

#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: #1216b6;
	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: #1263b6;
	border-radius:5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
	overflow: hidden;
}

#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: #1216b6;
	font-weight: bold;
}

/*****************ac02*****************/

/*****************ac03*****************/

#ac03 {
	margin : 15px auto;
}


#ac03 dl.acordion{
	background:#fff;
	border-radius:5px;
	text-align: center;
}

#ac03 dt.trigger{
	padding:0;
	background: #1263b6;
	border-radius:5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
	overflow: hidden;
	line-height:0;
}

#ac03 dt.trigger.active{
}

#ac03 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;
}

#ac03 dd.acordion_tree a {
	font-size: 14px;
	text-decoration: underline;
	color: #1216b6;
	font-weight: bold;
}

/*****************ac03*****************/