@charset "utf-8";

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

#top_ex {
	margin: 10px 0;
	text-align: center;
}

#top_ex dt {
	text-align: center;
	/*margin: 5px 10px;*/
}

#top_ex .trigger {
	margin: 5px 0 0;
}

#top_ex .acordion_tree {
	margin: 0 0;
	padding: 10px 0 0;
	background-color: #ffffff;
	text-align: left;
	font-size:12px;
}

#top_ex a,
#top_ex a:link,
#top_ex a:hover,
#top_ex a:visited {
	color: #3975cb;
	text-decoration: underline;
}

#top_ex .button a,
#top_ex .button a:link,
#top_ex .button a:hover,
#top_ex .button a:visited {
	color: #FFF;
	text-decoration: none;
	width: 90%;
}

