@charset "utf-8";
/* CSS Document */

.accordion_sect:after {
	content: ".";  /* 斁[しい要G@をXる */
	display: block;  /* ブロックッベル要G@ぃH */
	clear: both;
	height: 0;
	visibility: hidden;
}

.accordion_sect {
	min-height: 1px;
}

* html .accordion_sect {
	height: 1px;/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.accordion_sect{
	padding-top: 0.5em;
}


.accordion_head{
	cursor: pointer;
	margin: 0 !important;
}

.open span{
	display: block;
	margin: 0 10px 0 0;
	background: url(../images/close.gif) 100% 50% no-repeat;
}
.close span{
	display: block;
	margin: 0 10px 0 0;
	background: url(../images/open.gif) 100% 50% no-repeat;
}

.accordion_panel{
	margin: 0;
}
