@charset "utf-8";


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

	よくある質問ページ用CSS

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



#mainContents .section .contentsBox2 dt {
	font-size: 1.143em;
	font-weight: bold;
	color: #663300;
	background-image: url(../../info/img/qa_q.webp);
	background-repeat: no-repeat;
	background-position: 1px 2px;
	padding: 0 0 0 34px;
	margin: 0 0 5px;
}



#mainContents .section .contentsBox2 dd {
	background-image: url(../../info/img/qa_a.webp);
	background-repeat: no-repeat;
	background-position: 1px 2px;
	padding: 0 0 0 34px;
}



#mainContents .section .contentsBox2 dd a {
	margin: 10px 0 0;
	display: block;
}
