/* ----------------------------
-----  アコーディオン表示用
------------------------------*/  

/*-- 浮気調査エリア --*/
dl.acArea1 dt{
	display:block;
	width: auto;
	height: auto;
	cursor: pointer;
	transform: rotate(0deg);
}
dl.acArea1 dd{
	width: auto;
	height: auto;
	display: none;
}
dl.acArea2 dt{
	display:block;
	width: auto;
	height: auto;
	cursor: pointer;
}
dl.acArea2 dd{
	width: auto;
	height: auto;
	display: none;
}
