/*////////////////////////////////////
お問い合わせ先
contact/index.html
////////////////////////////////////*/


#contact{
	margin-top: 40px;
	color: #808080;
}


#contact h3{

	border-top: solid  #ccc 1px;
	border-bottom: solid  #ccc 1px;
	display: block;
	margin: 20px 0;
	font-size: 14px;
	color: #666;

}

#contact dt strong{
	color: #8C8C8C;
}


/*////////////////////////////////////
FAQ
contact/faq.html
////////////////////////////////////*/


#faq {
	margin: 30px 0 0 0;
}

#faq h3{

	border-bottom: solid  #ccc 1px;
	display: block;
	margin: 20px 0;
	font-size: 14px;
	color: #666;
	
}

#faq h4{
 background: url(images/q.gif) no-repeat 0 6px;
 padding: 0 0 0 22px;
 clear: both;
}

#faq p{
	display: block;
	margin: 3px 0 10px 0;
	background: url(images/a.gif) no-repeat 0 6px;
	padding: 0 0 20px 16px;
}

#faq .toTop{
		background: none;
}

#QandA{
	margin: 50px 0 0 0;
}

#QandA .QABox{
    border-bottom: #ccc solid 1px;
	margin: 30px 0px 20px 0px;
}

