@charset "Shift_JIS";
/* --------------------------------------------------------	*/
/*	Accordion */
/* --------------------------------------------------------	*/
.accordion{
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align:left;

}
.accordion-group{
  border: 0;
  margin: 0;
}
.accordion-inner{
  border: 0;
  background:#f6f6f6;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  color:#000; /*文字の色*/
}
.accordion-heading .accordion-toggle{
  background: #fff;
  color:#000; /*文字の色*/
  font-weight:bold;
}
.accordion-toggle:hover{
  color: #444;
  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: #555;
  border: 0;
  background: #f6f6f6;
  border-bottom: 1px solid #ccc!important;
  font-size: 1.1em;
  text-decoration: none;
}
[class*="span"]{
  margin-left:0;
}