@charset "utf-8";


/******************************************************
リスト設定
*******************************************************/

.bigmenu {
	padding: 0px 0px 20px 0px;
}

.bigmenu li {
	padding: 5px 0px 5px 22px;
	background: url(/images/faq/dot1.gif);
	background-repeat: no-repeat;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


.submenu {
	padding: 0px 0px 20px 0px;
}

.submenu li {
	padding: 5px 0px 5px 22px;
	background: url(/images/faq/dot2.gif);
	background-repeat: no-repeat;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}



/******************************************************
お問い合わせボタン設定
*******************************************************/

.inquiry_btn {
	text-align: center;
	margin: 20px 0px;
}

.inquiry_btn a:hover img{
	margin: 0px auto;
}




/******************************************************
Q A 背景設定
*******************************************************/

.box_faq {
	padding: 0px 0px 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.box_q {
	font-weight: bold; 
	padding: 0px 0px 2px 40px;
	background: url(/images/faq/q.gif);
	background-repeat: no-repeat;
	margin: 10px 0px;
}

.box_a {
	padding: 0px 0px 2px 40px;
	background: url(/images/faq/a.gif);
	background-repeat: no-repeat;
}




