

/*--------------------------

/faq.html

--------------------------*/
div.doc_QA div.title-area{
	border-bottom: 1px solid #ccc;
	margin:0px 0px 20px 0px;
}
#container .section-block div.title-area h5{
	float:left;
	border-bottom:none;
}
#container .section-block div.title-area p{
	float:right;
}
#container .section-block div.title-area p a{
	margin:13px 0px 0px 0px;
	display:block;
}

div.doc_QA dl.doc_QAList dt{
	color: #575757;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 40px 10px 10px;
	cursor: pointer;
	margin-bottom: 1px;
	background: #e1f3fb url(/common/img/open.png) no-repeat 98% center;
}
div.doc_QA dl.doc_QAList dt.active{
	background: #6ac4ed url(/common/img/close.png)no-repeat 98% center;
	color: #fff;
}
div.doc_QA dl.doc_QAList dt a{
	display:block;
	padding:0px 0px 0px 0px;
}
div.doc_QA dl.doc_QAList dd{
	display:none;
	font-size:14px;
	margin:0px 0px 40px 0px;
	padding:0px 0px 0px 20px;
}
div.doc_QA dl.doc_QAList dd a{
  color:#0b8fba;
}
div.doc_QA dl.doc_QAList dd:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
div.doc_QA dl.doc_QAList dd p img{
	float:right;
	margin:0px 0px 20px 20px;
}


/* 検索ボタン */
#data_change .change_btn {
    margin: 20px 0px 20px 0px;
    height: 40px;
    width: 120px;
    color: #ffffff;
    background-color: #009be2;
    border: 1px solid #009be2;
	font-size:16px;
}
#data_change .change_btn:hover {
    color: #10a6cc;
    background-color: #ffffff;
    border: 1px solid #009be2;
}

