/*---------------------------------------------------------------------------------
　QAコンテンツ
---------------------------------------------------------------------------------*/


		#vertical_container{
			width: ;
			margin: 0 30px 0 0 ;
		}



/*---------------------------------------------------------------------------------
　質問タイトル
---------------------------------------------------------------------------------*/


		.accordion_toggle {
			display: block;
			height: 30px;
			width: 530px;
			background: url(images/accordion_toggle.gif) no-repeat center right #d4eaef;
			padding: 0 10px 0 10px;
			line-height: 30px;
			font-size: 12px;
			color: #000;
			border-bottom: 1px solid #fff;
			cursor: pointer;
			margin: 0 0 0 30px;
		}
		
		
		.accordion_toggle_active {
			background: url(images/accordion_toggle_active.gif) no-repeat center right #47aee7;
			color: #fff;
			border-bottom: 1px solid #74a5e3;
		}
		
/*---------------------------------------------------------------------------------
　質問答え
---------------------------------------------------------------------------------*/

		.accordion_content {
			background-color: #fff;
			color: #444;
			overflow: hidden;
			width: 550px;
			margin: 0 0 0 30px;
			border-bottom:1px solid #47aee7;
		}
			
			.accordion_content h2 {
				margin: 10px 0 10px 10px;
				color: #0099FF;
				font-size:12px;
				padding:0;
			}
			
			.accordion_content p {
				line-height: 150%;
				padding: 0 10px 15px 30px;
				font-size:12px;
				margin:0;
			}
			


