@charset "Shift_JIS";
/*===*/


#myAcc{
  width:528px;
 }
  

/*タイトル部分*/
.accordion_toggle {/*05*/
	display: block;
	height: 38px;
	width: 528px;
	font-size:9px;
	line-height:9px;
	text-indent:-9999px;
	outline: none;
	cursor: pointer;
	margin: 0 0 0 0;
}

/*タイトル部分のアクティブ（置き換えなしで背景が共通の場合）
.accordion_toggle_active {
	background-position:-535px 0;}*/




/*個別に括る*/

.accordion_content {
	overflow: hidden;
	width:528px;
	padding:-2px 0px 0 0px;
	background:url(../../faq/img/acc-repe.jpg) repeat-y;
	}
	
	
.accordion_content-bot{
	overflow: hidden;
	width:528px;
	padding: 0 0px 0 0px;
	background:url(../../faq/img/acc-bot.jpg) no-repeat left bottom;
	}	
	
.accordion_content-bot .answer{
	width:488px;
	margin:15px 20px;
	background:url(../../faq/img/answer-bt.jpg) no-repeat left top;
	padding:28px 0;

	}		
	


/*タブの設定*/
.accordion_toggle#acc01{ background: url(../../faq/img/acc01.jpg) no-repeat left top;}
.accordion_toggle#acc02{ background: url(../../faq/img/acc02.jpg) no-repeat left top;}
.accordion_toggle#acc03{ background: url(../../faq/img/acc03.jpg) no-repeat left top;}
.accordion_toggle#acc04{ background: url(../../faq/img/acc04.jpg) no-repeat left top;}
.accordion_toggle#acc05{ background: url(../../faq/img/acc05.jpg) no-repeat left top;}
.accordion_toggle#acc06{ background: url(../../faq/img/acc06.jpg) no-repeat left top;height:62px;}
.accordion_toggle#acc07{ background: url(../../faq/img/acc07.jpg) no-repeat left top;}
.accordion_toggle#acc08{ background: url(../../faq/img/acc08.jpg) no-repeat left top;}
.accordion_toggle#acc09{ background: url(../../faq/img/acc09.jpg) no-repeat left top;
height:87px;}





/*タイトル部分のアクティブ
.accordion_toggle_active#acc01{ background-position:-473px 0;}
.accordion_toggle_active#acc02{ background-position:-473px 0;}
.accordion_toggle_active#acc03{ background-position:-473px 0;}
.accordion_toggle_active#acc04{ background-position:-473px 0;}
.accordion_toggle_active#acc05{ background-position:-473px 0;}*/






  
  
  
  