@charset "UTF-8";
/* CSS Document */


/*  ここからページのCSS  */
body{
/*	font-size:14px;
	line-height:1.6;*/
	}
		
p.qa{  /*Add .qa &'14.01.22 yasuhara */ 
	margin-bottom:10px;
	}	
	
#question_and_answer ol{
	margin-left: 10px;
	}
#question_and_answer ol li{
		list-style: decimal outside;
	}
#question_and_answer h3.question
{
	background: url(../images/qa/qa_icon_q.png) no-repeat;
	}
#question_and_answer h3.active{
	background: url(../images/qa/qa_icon_q_on.png) no-repeat;
	}
	
	
	
#question_and_answer h1.ttl_1st { 
	padding-top: 0px ;
	}
#question_and_answer .h2_contain {
	border-bottom: solid 3px #CACACA;
	}
#question_and_answer h2.ttl_2nd { 
	padding-top: 30px ;
	padding-bottom:20px;
	}
#question_and_answer .qa {
	border-top: solid 3px #CACACA;
	padding-top: 10px;
	padding-bottom:0px;
	}
#question_and_answer h3.question {
	padding: 0px 0 15px 40px;
	}

#question_and_answer .toggle_container {
	border-top: dotted 1px #CACACA ;
	padding-top:10px;
	padding-bottom:10px;
}
#question_and_answer .answer {
	background: url(../images/qa/qa_icon_a.png) no-repeat;
	padding-left:40px;
	}
	

.ikasu{
	border:solid 1px #670000;
	padding: 10px;
	}