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



  width : 640px;
}
.accordion-group{
  border : 0px none;
  margin: 0;
  width : 640px;
}
.accordion-inner{
  border-top-width : 0px;border-right-width : 0px;border-bottom-width : 1px;border-left-width : 0px;border-top-style : none;border-right-style : none;border-bottom-style : solid;border-left-style : none;border-top-color : initial;border-right-color : initial;border-bottom-color : #cccccc;border-left-color : initial;
  background:#f6f6f6;
  padding: 10px;
  color:#000; /*文字の色*/

  width : 640px;
}
.accordion-heading .accordion-toggle{
  background: #fff;
  color:#000; /*文字の色*/
  font-weight:bold;
  padding-left : 20px;
  width : 610px;
}
.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-top-width : 0px;border-right-width : 0px;border-bottom-width : 1px;border-left-width : 0px;border-top-style : none;border-right-style : none;border-bottom-style : solid;border-left-style : none;border-bottom-color : red;
  background: #f6f6f6;
  font-size : 12px;
  text-decoration: none;
  width : 600px;
  font-family : メイリオ;
  font-weight : normal;
}
[class*="span"]{
  margin-left:0;
  width : 660px;
}