@charset "Shift_JIS";
/* --------------------------------------------------------	*/
/*	Accordion */
/* --------------------------------------------------------	*/
.accordion{
	border-right-style : none;
	text-align: left;
	width : 650px;
  border-bottom-style : none;
}
.accordion-group{
  border : 0px none;
  margin : -20px 0px 0px;
}
.accordion-inner{
	border-width: 0px 0px 1px;
	border-style: none none solid;
	border-top-color: initial;
	border-right-color: initial;
	border-bottom-color: rgb(204, 204, 204);
	border-left-color: initial;
	background-color: rgb(246, 246, 246);
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: rgb(0, 0, 0);/*文字の色*/
}
.accordion-heading .accordion-toggle{
	background-color: rgb(255, 255, 255);
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	color: rgb(0, 0, 0);/*文字の色*/
	font-weight: bold;
  width : 620px;
}
.accordion-toggle:hover{
	color: rgb(68, 68, 68);
	text-decoration: none;
}

.accordion-toggle:before{
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 2px;
  width: 14px;
  color: #999;
}
.accordion-heading a{
	color: rgb(85, 85, 85);
	
	
	border-top-color: initial;
	border-right-color: initial;
	border-left-color: initial;
	background-color: rgb(246, 246, 246);
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	font-size: 1.1em;
	text-decoration: none;
}
[class*="span"]{
  margin-left:0;
}